Searched refs:ASSERT_CALLBACK (Results 1 – 8 of 8) sorted by relevance
/PHP-5.6/ext/standard/tests/assert/ |
H A D | assert_variation.phpt | 30 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 D | assert_basic2.phpt | 21 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 D | assert.phpt | 31 assert_options(ASSERT_CALLBACK,"a"); 34 assert_options(ASSERT_CALLBACK,array("a","assert")); 38 assert_options(ASSERT_CALLBACK,array(&$obj,"assert"));
|
H A D | assert_basic4.phpt | 18 echo "Initial values: assert_options(ASSERT_CALLBACK) => [".assert_options(ASSERT_CALLBACK)."]\n"; 32 Initial values: assert_options(ASSERT_CALLBACK) => [f1]
|
H A D | assert_closures.phpt | 10 assert_options(ASSERT_CALLBACK, function () { echo "Hello World!\n"; });
|
H A D | assert03.phpt | 27 assert_options(ASSERT_CALLBACK,"a");
|
H A D | assert_error1.phpt | 23 var_dump($rao = assert_options(ASSERT_CALLBACK, "f1", 1));
|
/PHP-5.6/ext/standard/ |
H A D | assert.c | 48 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 7 milliseconds