Home
last modified time | relevance | path

Searched refs:ASSERT_CALLBACK (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/standard/tests/assert/
H A Dassert_variation.phpt30 echo "Initial values: assert_options(ASSERT_CALLBACK) => [".assert_options(ASSERT_CALLBACK)."]\n";
38 echo "assert_options(ASSERT_CALLBACK) => [".assert_options(ASSERT_CALLBACK)."]\n";
44 var_dump($rv=assert_options(ASSERT_CALLBACK, "f3"));
45 echo "assert_options(ASSERT_CALLBACK) => [".assert_options(ASSERT_CALLBACK)."]\n";
52 var_dump($rc=assert_options(ASSERT_CALLBACK, "c1"));
53 echo "assert_options(ASSERT_CALLBACK) => [".assert_options(ASSERT_CALLBACK)."]\n";
60 var_dump($rao=assert_options(ASSERT_CALLBACK));
68 var_dump($rao=assert_options(ASSERT_CALLBACK));
81 assert_options(ASSERT_CALLBACK) => [f2]
88 assert_options(ASSERT_CALLBACK) => [f3]
[all …]
H A Dassert_basic2.phpt21 var_dump($o = assert_options(ASSERT_CALLBACK));
24 var_dump($o= assert_options(ASSERT_CALLBACK, "f2"));
25 var_dump($n= assert_options(ASSERT_CALLBACK));
H A Dassert.phpt31 assert_options(ASSERT_CALLBACK,"a");
34 assert_options(ASSERT_CALLBACK,array("a","assert"));
38 assert_options(ASSERT_CALLBACK,array(&$obj,"assert"));
H A Dassert_basic4.phpt18 echo "Initial values: assert_options(ASSERT_CALLBACK) => [".assert_options(ASSERT_CALLBACK)."]\n";
32 Initial values: assert_options(ASSERT_CALLBACK) => [f1]
H A Dassert_closures.phpt10 assert_options(ASSERT_CALLBACK, function () { echo "Hello World!\n"; });
H A Dassert03.phpt27 assert_options(ASSERT_CALLBACK,"a");
H A Dassert_error1.phpt23 var_dump($rao = assert_options(ASSERT_CALLBACK, "f1", 1));
/PHP-5.5/ext/standard/
H A Dassert.c48 ASSERT_CALLBACK, enumerator
103 REGISTER_LONG_CONSTANT("ASSERT_CALLBACK", ASSERT_CALLBACK, CONST_CS|CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
312 case ASSERT_CALLBACK: in PHP_FUNCTION()

Completed in 9 milliseconds