Searched refs:ASSERT_CALLBACK (Results 1 – 12 of 12) sorted by relevance
/PHP-8.4/ext/standard/tests/assert/ |
H A D | assert_variation.phpt | 30 echo "Initial values: assert_options(ASSERT_CALLBACK) => [".assert_options(ASSERT_CALLBACK)."]\n"; 37 echo "assert_options(ASSERT_CALLBACK) => [".assert_options(ASSERT_CALLBACK)."]\n"; 44 echo "assert_options(ASSERT_CALLBACK) => [".assert_options(ASSERT_CALLBACK)."]\n"; 52 echo "assert_options(ASSERT_CALLBACK) => [".assert_options(ASSERT_CALLBACK)."]\n"; 63 var_dump($rao=assert_options(ASSERT_CALLBACK)); 71 var_dump($rao=assert_options(ASSERT_CALLBACK)); 77 assert_options(ASSERT_CALLBACK, 3.141); 78 var_dump($rao = assert_options(ASSERT_CALLBACK)); 104 assert_options(ASSERT_CALLBACK) => [f2] 119 assert_options(ASSERT_CALLBACK) => [f3] [all …]
|
H A D | assert_basic6.phpt | 13 assert_options(ASSERT_CALLBACK, "f1"); 14 var_dump(assert_options(ASSERT_CALLBACK)); 24 assert_options(ASSERT_CALLBACK, null); 25 var_dump(assert_options(ASSERT_CALLBACK)); 35 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d 39 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d 47 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d 51 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d
|
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)); 33 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d 41 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d 46 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d
|
H A D | assert.phpt | 29 assert_options(ASSERT_CALLBACK,"a"); 32 assert_options(ASSERT_CALLBACK,array("a","assert")); 36 assert_options(ASSERT_CALLBACK,array(&$obj,"assert")); 52 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d 57 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d 62 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d
|
H A D | bug80290.phpt | 2 Bug #80290: Double free when ASSERT_CALLBACK is used with a dynamic message 6 assert_options(ASSERT_CALLBACK, function($file, $line, $unused, $message) { 15 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d
|
H A D | assert_closures.phpt | 10 assert_options(ASSERT_CALLBACK, function () { echo "Hello World!\n"; }); 16 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d
|
H A D | assert_closures_multiple.phpt | 10 assert_options(ASSERT_CALLBACK, function ($f) {}); 35 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d
|
H A D | assert_basic4.phpt | 16 echo "Initial values: assert_options(ASSERT_CALLBACK) => [".assert_options(ASSERT_CALLBACK)."]\n"; 46 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d 49 Initial values: assert_options(ASSERT_CALLBACK) => [f1]
|
H A D | assert03.phpt | 26 assert_options(ASSERT_CALLBACK, "a"); 47 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d
|
/PHP-8.4/Zend/tests/ |
H A D | gh16293_002.phpt | 8 @assert_options(ASSERT_CALLBACK, function () {
|
H A D | gh16293_001.phpt | 8 @assert_options(ASSERT_CALLBACK, 'f1');
|
/PHP-8.4/ext/standard/ |
H A D | basic_functions.stub.php | 136 const ASSERT_CALLBACK = UNKNOWN; define
|
Completed in 23 milliseconds