Home
last modified time | relevance | path

Searched refs:null (Results 176 – 200 of 1803) sorted by relevance

12345678910>>...73

/PHP-8.0/build/
H A Dgen_stub.php52 return null;
85 return null;
90 return null;
298 return null;
315 if ($a === null || $b === null) {
487 return null;
1093 $alias = null;
1249 return null;
1261 return null;
1470 return null;
[all …]
/PHP-8.0/ext/sockets/tests/
H A Dsocket_select-wrongparams-2.phpt10 $sockets = null;
11 $write = null;
12 $except = null;
H A Dsocket_create_pair-wrongparams.phpt14 var_dump(socket_create_pair(AF_INET, null, null, $sockets));
17 var_dump(socket_create_pair(31337, null, null, $sockets));
/PHP-8.0/ext/pdo_sqlite/tests/
H A Dbug79664.phpt9 $pdo = new PDO('sqlite::memory:', null, null, [
20 string(4) "null"
H A Dpdo_sqlite_open_flags.phpt11 $db = new PDO('sqlite:' . $filename, null, null, [PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION]);
15 $db = new PDO('sqlite:' . $filename, null, null, [PDO::SQLITE_ATTR_OPEN_FLAGS => PDO::SQLITE_OPEN_R…
/PHP-8.0/ext/bz2/tests/
H A Dbzopen_string_filename_with_null_bytes.phpt2 bzopen(): throw TypeError if filename contains null bytes
22 bzopen(): Argument #1 ($file) must not contain null bytes
23 bzopen(): Argument #1 ($file) must not contain null bytes
/PHP-8.0/Zend/tests/type_declarations/variance/
H A Dinternal_parent.phpt7 public static function createFromFormat($format, $datetime, Wrong $timezone = null) { }
12 …etime, ?Wrong $timezone = null) and DateTime::createFromFormat(string $format, string $datetime, ?…
/PHP-8.0/ext/standard/tests/network/
H A Dbug79405.phpt2 Bug #79405 - gethostbyname() silently truncates after a null byte
18 gethostbyname(): Argument #1 ($hostname) must not contain any null bytes
19 gethostbynamel(): Argument #1 ($hostname) must not contain any null bytes
/PHP-8.0/ext/standard/tests/general_functions/
H A Dproc_open_sockets3.phpt8 $r = ($read == true) ? [$pipe] : null;
9 $w = ($read == false) ? [$pipe] : null;
10 $e = null;
12 if (!stream_select($r, $w, $e, null, 0)) {
/PHP-8.0/Zend/tests/
H A Ddereference_014.phpt30 Warning: Trying to access array offset on value of type null in %s on line %d
32 Warning: Attempt to read property "a" on null in %s on line %d
35 Warning: Trying to access array offset on value of type null in %s on line %d
37 Warning: Attempt to read property "b" on null in %s on line %d
H A DErrorException_construct.phpt11 $e = new ErrorException("Second", 0, E_ERROR, null);
16 $e = new ErrorException("Third", 0, E_ERROR, null, null);
21 $e = new ErrorException("Forth", 0, E_ERROR, null, 123);
31 $e = new ErrorException("Sixth", 0, E_ERROR, "abc.php", null);
H A Doperator_unsupported_types.phpt30 'null',
970 No error for [] xor null
971 No error for null xor []
1051 No error for [] . null
1053 No error for null . []
1092 No error for STDOUT . null
1093 No error for null . STDOUT
1106 No error for "foo" . null
1107 No error for null . "foo"
1980 No error for [] .= null
[all …]
/PHP-8.0/ext/opcache/tests/jit/
H A Dbug80802.phpt13 private static $threadLocalStorage = null;
16 if(self::$threadLocalStorage === null){
24 …if(self::$threadLocalStorage !== null and isset(self::$threadLocalStorage[$h = spl_object_id($this…
27 self::$threadLocalStorage = null;
H A Dfe_reset_001.phpt19 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
23 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
27 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
31 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
35 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
/PHP-8.0/ext/spl/
H A Dspl_observer.stub.php26 public function attach(object $object, mixed $info = null) {}
91 public function offsetSet($object, mixed $info = null) {}
124 public function attachIterator(Iterator $iterator, string|int|null $info = null) {}
/PHP-8.0/ext/standard/tests/strings/
H A Dstrtr_variation4.phpt2 Test strtr() function : usage variations - empty string & null for 'str' argument
6 * empty string & null for 'str' argument and
10 echo "*** Testing strtr() : empty string & null for 'str' arg ***\n";
23 null,
51 *** Testing strtr() : empty string & null for 'str' arg ***
/PHP-8.0/ext/date/tests/
H A Dbug70277.phpt2 Bug #70277 (new DateTimeZone($foo) is ignoring text after null byte)
18 timezone_open(): Argument #1 ($timezone) must not contain any null bytes
19 DateTimeZone::__construct(): Argument #1 ($timezone) must not contain any null bytes
/PHP-8.0/ext/opcache/tests/
H A Dbug81015.phpt9 if ($enabled ? true : $value === null) {
17 ternary(true, null);
19 ternary(false, null);
/PHP-8.0/ext/standard/tests/array/
H A Darray_map_variation3.phpt33 // associative array, containing null/empty/boolean values as key/value
34 /*13*/ array(NULL => "NULL", null => "null", "NULL" => NULL, "null" => null),
37 array(1 => '', 2 => "", 3 => NULL, 4 => null, 5 => false, 6 => true),
38 array('' => 1, "" => 2, NULL => 3, null => 4, false => 5, true => 6),
163 string(4) "null"
166 ["null"]=>
/PHP-8.0/ext/oci8/tests/
H A Dextauth_02.phpt16 $c = oci_new_connect('/', 'notemtpy', 'anything', null, OCI_CRED_EXT);
25 $c = oci_new_connect('notemtpy', 'notemtpy', 'anything', null, OCI_CRED_EXT);
34 $c = oci_new_connect('notemtpy', '', 'anything', null, OCI_CRED_EXT);
43 $c = oci_new_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER);
52 $c = oci_new_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER+OCI_CRED_EXT);
61 $c = oci_new_connect('', '', 'anything', null, OCI_CRED_EXT);
70 $c = oci_new_connect('/', '', 'anything', null, OCI_CRED_EXT);
79 $c = oci_new_connect('/', null, 'anything', null, OCI_CRED_EXT);
88 $c = oci_new_connect('/', '', 'd', null, OCI_SYSDBA+OCI_CRED_EXT);
97 $c = oci_new_connect('/', '', 'd', null, OCI_SYSOPER+OCI_CRED_EXT);
H A Dextauth_03.phpt16 $c = oci_pconnect('/', 'notemtpy', 'anything', null, OCI_CRED_EXT);
25 $c = oci_pconnect('notemtpy', 'notemtpy', 'anything', null, OCI_CRED_EXT);
34 $c = oci_pconnect('notemtpy', '', 'anything', null, OCI_CRED_EXT);
43 $c = oci_pconnect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER);
52 $c = oci_pconnect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER+OCI_CRED_EXT);
61 $c = oci_pconnect('', '', 'anything', null, OCI_CRED_EXT);
70 $c = oci_pconnect('/', '', 'anything', null, OCI_CRED_EXT);
79 $c = oci_pconnect('/', null, 'anything', null, OCI_CRED_EXT);
88 $c = oci_pconnect('/', '', 'd', null, OCI_SYSDBA+OCI_CRED_EXT);
97 $c = oci_pconnect('/', '', 'd', null, OCI_SYSOPER+OCI_CRED_EXT);
H A Dextauth_01.phpt16 $c = oci_connect('/', 'notemtpy', 'anything', null, OCI_CRED_EXT);
25 $c = oci_connect('notemtpy', 'notemtpy', 'anything', null, OCI_CRED_EXT);
34 $c = oci_connect('notemtpy', '', 'anything', null, OCI_CRED_EXT);
43 $c = oci_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER);
52 $c = oci_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER+OCI_CRED_EXT);
61 $c = oci_connect('', '', 'anything', null, OCI_CRED_EXT);
70 $c = oci_connect('/', '', 'anything', null, OCI_CRED_EXT);
79 $c = oci_connect('/', null, 'anything', null, OCI_CRED_EXT);
88 $c = oci_connect('/', '', 'd', null, OCI_SYSDBA+OCI_CRED_EXT);
97 $c = oci_connect('/', '', 'd', null, OCI_SYSOPER+OCI_CRED_EXT);
/PHP-8.0/ext/tidy/
H A Dconfig.w3211 CHECK_HEADER_ADD_INCLUDE("tidy/tidy.h", "CFLAGS_TIDY", null, null, true) ||
12 CHECK_HEADER_ADD_INCLUDE("libtidy/tidy.h", "CFLAGS_TIDY", null, null, true)
/PHP-8.0/ext/imap/
H A Dconfig.w328 CHECK_HEADER_ADD_INCLUDE("c-client/c-client.h", "CFLAGS_IMAP", null, null, true)) ||
10 CHECK_HEADER_ADD_INCLUDE("c-client/utf8aux.h", "CFLAGS_IMAP", null, null, true))
/PHP-8.0/Zend/tests/return_types/
H A D013.phpt2 Closure inside method returned null, expected array
9 return null;
18 Fatal error: Uncaught TypeError: foo::{closure}(): Return value must be of type array, null returne…

Completed in 103 milliseconds

12345678910>>...73