Arquivos
hhvm/hphp/test/slow/ext_apache/1.php
T
Jordan DeLong e7d5f5d30f Move test_ext_{apc,apache} to php
Should include everything except I dropped:
  - anything that just tested we're throwing NotImplementedException
  - something about start_time() in ext_apc
2013-06-18 16:23:18 -07:00

9 linhas
156 B
PHP

<?php
apache_note("blarb", "foo");
if (apache_note("blarb", "smurf") === "foo") {
echo "ok\n";
}
if (apache_note("blarb") === "smurf") {
echo "ok\n";
}