Home
last modified time | relevance | path

Searched refs:null (Results 201 – 225 of 2082) sorted by relevance

12345678910>>...84

/PHP-7.3/Zend/tests/
H A Dbug72177.phpt11 $this->bar = null;
25 $prop->setValue($this, null);
H A Dsettype_null.phpt2 casting different variables to null using settype()
33 settype($var, "null");
H A Dgc_028.phpt10 if ($this->bar !== null) {
18 if ($this->foo !== null) {
/PHP-7.3/ext/date/tests/
H A Dbug68669.phpt7 var_dump(DateTime::createFromFormat('Y/m/d H:i:s', '1995/06/08 12:34:56', null));
8 var_dump(DateTimeImmutable::createFromFormat('Y/m/d H:i:s', '1995/06/08 12:34:56', null));
/PHP-7.3/ext/spl/tests/
H A DCallbackFilterIteratorTest-002.phpt18 new CallbackFilterIterator(null);
24 new CallbackFilterIterator(new ArrayIterator(array()), null);
45 Argument 1 passed to CallbackFilterIterator::__construct() must implement interface Iterator, null
/PHP-7.3/ext/sockets/tests/
H A Dsocket_select.phpt18 $write = null;
19 $except = null;
H A Dsocket_select-wrongparams-1-win32.phpt17 $write = null;
18 $except = null;
H A Dsocket_select-wrongparams-4.phpt20 $write = null;
21 $except = null;
/PHP-7.3/Zend/tests/return_types/
H A D030.phpt11 foo(null);
19 Fatal error: Uncaught TypeError: Return value of foo() must be of the type array or null, int retur…
H A Dbug71092.phpt12 return null;
19 Fatal error: Uncaught TypeError: Return value of boom() must be of the type array, null returned in…
/PHP-7.3/Zend/tests/type_declarations/
H A Dinexistent_class_hint_with_scalar_arg.phpt7 foo(null);
11 Fatal error: Uncaught TypeError: Argument 1 passed to foo() must be an instance of bar, null given,…
/PHP-7.3/ext/standard/tests/strings/
H A Dsprintf_variation15.phpt26 /* null heardoc string */
42 'null',
188 string(4) "null"
190 string(4) "null"
192 string(5) " null"
193 string(5) "null "
194 string(5) " null"
196 null"
197 string(4) "null"
198 string(30) " null"
/PHP-7.3/sapi/fpm/tests/
H A Dstatus.inc54 if ($body === null) {
70 * @param null|callable $nameTransformer
71 * @param null|callable $valueTransformer
81 $nameTransformer = null,
82 $valueTransformer = null,
168 null,
188 null,
/PHP-7.3/ext/zlib/tests/
H A Ddeflate_add_basic.phpt14 $deflated = null;
25 $deflated = null;
60 $compressed .= $stream->send(null);
H A Dinflate_add_basic.phpt13 $inflated = null;
24 $inflated = null;
61 $inflated .= $stream->send(null);
/PHP-7.3/ext/standard/tests/array/
H A Dbug43495.phpt14 $a["key1"]["key2"]["key3"] = null;
15 $b["key1"]["key2"]["key3"] = null;
H A Darray_combine_variation3.phpt65 // associative array, containing null/empty/boolean values as key/value
66 /*14*/ array(NULL => "NULL", null => "null", "NULL" => NULL, "null" => null),
69 array(1 => '', 2 => "", 3 => NULL, 4 => null, 5 => false, 6 => true),
70 array('' => 1, "" => 2, NULL => 3, null => 4, false => 5, true => 6),
234 ["null"]=>
235 string(4) "null"
H A Darray_intersect_variation4.phpt54 '', null => "null", '' => 'emptys'
75 // associative array, containing null/empty/boolean values as key/value
76 /*14*/ array(NULL => "NULL", null => "null", "NULL" => NULL, "null" => null),
79 array(1 => '', 2 => "", 3 => NULL, 4 => null, 5 => false, 6 => true),
80 array('' => 1, "" => 2, NULL => 3, null => 4, false => 5, true => 6),
H A Darray_walk_variation3.phpt12 * integer, float, string, bool, null, empty & mixed
45 // null values
46 array(null, NULL),
55 /*8*/ array(16, 8.345, "Fruits", true, null, FALSE, -98, 0.005, 'banana')
/PHP-7.3/ext/ldap/tests/
H A Dldap_errno_error.phpt14 var_dump(ldap_errno(null, null));
H A Dldap_error_error.phpt14 var_dump(ldap_error(null, null));
/PHP-7.3/ext/json/tests/
H A Dbug73991.phpt12 var_dump(json_decode($json, null, 512, 0));
13 var_dump(json_decode($json, null, 512, JSON_OBJECT_AS_ARRAY));
/PHP-7.3/
H A Dphp7.spec.in39 #test rpm -q MySQL-devel >&/dev/null && OPTIONS="$OPTIONS --with-mysql=shared"
40 #test rpm -q solid-devel >&/dev/null && OPTIONS="$OPTIONS --with-solid=shared,/home/solid"
41 #test rpm -q postgresql-devel >&/dev/null && OPTIONS="$OPTIONS --with-pgsql=shared"
42 test rpm -q expat >&/dev/null && OPTIONS="$OPTIONS --with-xml=shared"
/PHP-7.3/ext/intl/tests/
H A Dcollator_compare.phpt74 array( 'ac' , null ),
79 array( null , null )
94 array( 'а', null )
H A Dcollator_compare_variant2.phpt74 array( 'ac' , null ),
79 array( null , null )
94 array( 'а', null )

Completed in 33 milliseconds

12345678910>>...84