Lines Matching refs:assert_options

2 assert() - variation  - test callback options using ini_get/ini_set/assert_options
30 echo "Initial values: assert_options(ASSERT_CALLBACK) => [".assert_options(ASSERT_CALLBACK)."]\n";
37 echo "assert_options(ASSERT_CALLBACK) => [".assert_options(ASSERT_CALLBACK)."]\n";
42 echo "Change callback function using assert_options and test return value\n";
43 var_dump($rv=assert_options(ASSERT_CALLBACK, "f3"));
44 echo "assert_options(ASSERT_CALLBACK) => [".assert_options(ASSERT_CALLBACK)."]\n";
51 var_dump($rc=assert_options(ASSERT_CALLBACK, "c1"));
52 echo "assert_options(ASSERT_CALLBACK) => [".assert_options(ASSERT_CALLBACK)."]\n";
62 var_dump($rc = assert_options(ASSERT_CALLBACK,array("c1","assert")));
63 var_dump($rao=assert_options(ASSERT_CALLBACK));
70 var_dump($rc=assert_options(ASSERT_CALLBACK,array(&$o,"assert")));
71 var_dump($rao=assert_options(ASSERT_CALLBACK));
77 assert_options(ASSERT_CALLBACK, 3.141);
78 var_dump($rao = assert_options(ASSERT_CALLBACK));
90 Deprecated: Function assert_options() is deprecated in %s on line %d
91 Initial values: assert_options(ASSERT_CALLBACK) => [f1]
103 Deprecated: Function assert_options() is deprecated in %s on line %d
104 assert_options(ASSERT_CALLBACK) => [f2]
109 Change callback function using assert_options and test return value
113 Deprecated: Function assert_options() is deprecated in %s on line %d
118 Deprecated: Function assert_options() is deprecated in %s on line %d
119 assert_options(ASSERT_CALLBACK) => [f3]
128 Deprecated: Function assert_options() is deprecated in %s on line %d
133 Deprecated: Function assert_options() is deprecated in %s on line %d
134 assert_options(ASSERT_CALLBACK) => [c1]
142 Deprecated: Function assert_options() is deprecated in %s on line %d
147 Deprecated: Function assert_options() is deprecated in %s on line %d
163 Deprecated: Function assert_options() is deprecated in %s on line %d
173 Deprecated: Function assert_options() is deprecated in %s on line %d
190 Deprecated: Function assert_options() is deprecated in %s on line %d
194 Deprecated: Function assert_options() is deprecated in %s on line %d