Home
last modified time | relevance | path

Searched refs:null (Results 251 – 275 of 2082) sorted by relevance

1...<<11121314151617181920>>...84

/PHP-7.3/Zend/tests/
H A Dbug66811.phpt19 $g = $f->bindTo(null, A::class);
27 $bar = $foo->bindTo(null, A::class);
H A Dns_071.phpt14 new bar(null);
21 … Argument 1 passed to foo\bar::__construct() must be of the type array or null, object given, call…
H A Dconstant_expressions_dynamic.phpt34 null => null,
39 const T_20 = null ?: (T_20x . 'bc');
/PHP-7.3/ext/standard/tests/general_functions/
H A Dgetservbyname_variation3.phpt21 'lowercase null' => null,
H A Duniqid_basic.phpt13 var_dump(uniqid(null, true));
14 var_dump(uniqid(null, false));
24 null,
/PHP-7.3/ext/json/tests/
H A Dfail001.phpt29 '{"Missing colon" null}',
30 '{"Double colon":: null}',
31 '{"Comma instead of colon", null}',
137 Testing: {"Missing colon" null}
142 Testing: {"Double colon":: null}
147 Testing: {"Comma instead of colon", null}
H A Dbug61978.phpt41 string(24) "{"test":"123","me":null}"
43 string(24) "{"test":"123","me":null}"
H A Dpass001.1.phpt26 null,
51 \"null\": null,
114 null,
139 "null": null,
244 ["null"]=>
425 ["null"]=>
531null,{"integer":1234567890,"real":-9876.54321,"e":1.23456789e-13,"E":1.23456789e+34,"":0,"E no .":…
533null,{"integer":1234567890,"real":-9876.54321,"e":1.23456789e-13,"E":1.23456789e+34,"":0,"E no .":…
610 ["null"]=>
791 ["null"]=>
H A Dpass001.1_64bit.phpt27 null,
52 \"null\": null,
115 null,
140 "null": null,
245 ["null"]=>
426 ["null"]=>
532null,{"integer":1234567890,"real":-9876.54321,"e":1.23456789e-13,"E":1.23456789e+34,"":0,"E no .":…
534null,{"integer":1234567890,"real":-9876.54321,"e":1.23456789e-13,"E":1.23456789e+34,"":0,"E no .":…
611 ["null"]=>
792 ["null"]=>
/PHP-7.3/tests/classes/
H A Dtype_hinting_004.phpt16 function f2(A $a = null) {
45 call_user_func('f2', null);
59 static function f2(A $a = null) {
94 call_user_func(array('C', 'f2'), null);
108 function f2(A $a = null) {
144 call_user_func(array($d, 'f2'), null);
155 0: Argument 1 passed to f2() must be an instance of A or null, int given%s(%d)
166 0: Argument 1 passed to C::f2() must be an instance of A or null, int given%s(%d)
177 0: Argument 1 passed to D::f2() must be an instance of A or null, int given%s(%d)
/PHP-7.3/ext/openssl/tests/
H A Dcve2013_4073.phpt17 …null.python.org' . "\0" . 'example.com, email:null@python.org' . "\0" . 'user@example.org, URI:htt…
/PHP-7.3/ext/ldap/tests/
H A Dbug73933.phpt12 ldap_mod_replace($ldap, null, array(
16 ldap_modify_batch($ldap, null, array( [
/PHP-7.3/ext/spl/tests/
H A Dspl_recursive_iterator_iterator_key_case.phpt8 …e"=>array("four"=>4, "five"=>5, "six"=>array("seven"=>7)), "eight"=>8, -100 => 10, NULL => "null");
32 =>null
/PHP-7.3/ext/standard/tests/array/
H A Dcurrent_variation2.phpt57 // null data
58 /*3*/ 'null' => array(
60 null,
128 -- Iteration 3 : null data --
H A Darray_product_variation5.phpt56 // null data
58 'lowercase null' => null,
146 Warning: array_product() expects parameter 1 to be array, null given in %sarray_product_variation5.…
149 --lowercase null--
151 Warning: array_product() expects parameter 1 to be array, null given in %sarray_product_variation5.…
216 Warning: array_product() expects parameter 1 to be array, null given in %sarray_product_variation5.…
221 Warning: array_product() expects parameter 1 to be array, null given in %sarray_product_variation5.…
H A Duksort_variation1.phpt57 // null data
59 'lowercase null' => null,
147 Warning: uksort() expects parameter 1 to be array, null given in %suksort_variation1.php on line %d
150 --lowercase null--
152 Warning: uksort() expects parameter 1 to be array, null given in %suksort_variation1.php on line %d
217 Warning: uksort() expects parameter 1 to be array, null given in %suksort_variation1.php on line %d
222 Warning: uksort() expects parameter 1 to be array, null given in %suksort_variation1.php on line %d
/PHP-7.3/ext/date/tests/
H A Dtimezone_offset_get_variation1.phpt72 // null data
74 'lowercase null' => null,
159 Argument 1 passed to timezone_offset_get() must be an instance of DateTimeZone, null given
161 -- lowercase null --
162 Argument 1 passed to timezone_offset_get() must be an instance of DateTimeZone, null given
201 Argument 1 passed to timezone_offset_get() must be an instance of DateTimeZone, null given
204 Argument 1 passed to timezone_offset_get() must be an instance of DateTimeZone, null given
H A Dtimezone_offset_get_variation2.phpt72 // null data
74 'lowercase null' => null,
159 Argument 2 passed to timezone_offset_get() must implement interface DateTimeInterface, null given
161 -- lowercase null --
162 Argument 2 passed to timezone_offset_get() must implement interface DateTimeInterface, null given
201 Argument 2 passed to timezone_offset_get() must implement interface DateTimeInterface, null given
204 Argument 2 passed to timezone_offset_get() must implement interface DateTimeInterface, null given
H A Dbug73858.phpt18 $s = (new DateTime(null))->setTimestamp(strtotime($ss)); // verbose setup method
19 $e = (new DateTime(null))->setTimestamp(strtotime($es)); // verbose setup method
27 $s = (new DateTime(null))->setTimestamp(strtotime($ss)); // verbose setup method
33 $e = (new DateTime(null))->setTimestamp(strtotime($es)); // verbose setup method
42 $e = (new DateTime(null))->setTimestamp(strtotime($es)); // verbose setup method
/PHP-7.3/ext/reflection/tests/
H A Dbug29986.phpt10 const NULL_CONSTANT = null;
24 Constant [ public null NULL_CONSTANT ] { }
H A DReflectionClass_setStaticPropertyValue_002.phpt24 var_dump($rc->setStaticPropertyValue(null));
29 var_dump($rc->setStaticPropertyValue(null,null));
/PHP-7.3/ext/sockets/tests/
H A Dsocket_listen-wrongparams.phpt13 var_dump(socket_listen(null));
17 Warning: socket_listen() expects parameter 1 to be resource, null given in %s on line %d
/PHP-7.3/sapi/phpdbg/tests/
H A Dprint_001.phpt22 L16 #7 RETURN<-1> null
29 L7 #4 RETURN<-1> null
31 L9 #0 RETURN<-1> null
/PHP-7.3/ext/standard/tests/file/
H A Dfscanf_variation14.phpt50 'null',
133 string(4) "null"
208 string(4) "null"
283 string(4) "null"
358 string(4) "null"
433 string(4) "null"
508 string(4) "null"
658 string(4) "null"
733 string(4) "null"
808 string(4) "null"
[all …]
/PHP-7.3/ext/opcache/tests/
H A Dbug74442.phpt10 public function addField($typeclass, array $params = null) {
17 public function __construct(array $params = null) {

Completed in 116 milliseconds

1...<<11121314151617181920>>...84