e7d5f5d30f
Should include everything except I dropped: - anything that just tested we're throwing NotImplementedException - something about start_time() in ext_apc
9 linhas
156 B
PHP
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";
|
|
}
|