Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/assert/
H A Dassert_variation.phpt30 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 Dassert_basic6.phpt13 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 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));
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 Dassert.phpt29 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 Dbug80290.phpt2 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 Dassert_closures.phpt10 assert_options(ASSERT_CALLBACK, function () { echo "Hello World!\n"; });
16 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d
H A Dassert_closures_multiple.phpt10 assert_options(ASSERT_CALLBACK, function ($f) {});
35 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d
H A Dassert_basic4.phpt16 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 Dassert03.phpt26 assert_options(ASSERT_CALLBACK, "a");
47 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d
/php-src/ext/standard/
H A Dbasic_functions.stub.php136 const ASSERT_CALLBACK = UNKNOWN; define

Completed in 33 milliseconds