Home
last modified time | relevance | path

Searched refs:null (Results 26 – 50 of 2082) sorted by relevance

12345678910>>...84

/PHP-7.3/ext/mysqli/tests/
H A Dbug55283.phpt46 mysqli_ssl_set($link, null, null, null, null, "RC4-MD5");
47 if (my_mysqli_real_connect($link, 'p:' . $host, $user, $passwd, $db, $port, null, $flags)) {
54 mysqli_ssl_set($link2, null, null, null, null, "RC4-MD5");
55 if (my_mysqli_real_connect($link2, $host, $user, $passwd, $db, $port, null, $flags)) {
/PHP-7.3/Zend/tests/
H A Dobject-null.phpt12 var_dump($b != null);
13 var_dump($b == null);
14 var_dump($b !== null);
15 var_dump($b === null);
H A Dbug71428.2.phpt8 public function fetch($first = null, $second, $third);
14 public function fetch($first = null, $second = null, $third = null);
/PHP-7.3/ext/opcache/tests/
H A Djmp_elim_004.phpt15 $null = null;
16 var_dump($null ?? 3);
17 var_dump($null ?? new stdClass);
H A Dbug75556.phpt11 function createFromFormat($format, $date, ?\DateTimeZone $tz = null): ?\DateTimeInterface
13 if ($tz !== null
20 return null;
23 var_dump(createFromFormat('m/d/Y', '12/07/2017', null));
/PHP-7.3/ext/standard/tests/file/
H A Dbug51094.phpt6 $ini = parse_ini_string('ini="ini;raw"', null, INI_SCANNER_RAW);
8 $ini = parse_ini_string('ini="ini;raw', null, INI_SCANNER_RAW);
10 $ini = parse_ini_string('ini=ini;raw', null, INI_SCANNER_RAW);
12 $ini = parse_ini_string('ini=ini"raw', null, INI_SCANNER_RAW);
14 $ini = parse_ini_string("ini=\r\niniraw", null, INI_SCANNER_RAW);
H A Dfstat_variation3.phpt14 'lowercase null' => null,
24 Warning: fstat() expects parameter 1 to be resource, null given in %s on line %d
27 Warning: fstat() expects parameter 1 to be resource, null given in %s on line %d
36 Warning: fstat() expects parameter 1 to be resource, null given in %s on line %d
39 Warning: fstat() expects parameter 1 to be resource, null given in %s on line %d
/PHP-7.3/ext/pdo_dblib/
H A Dconfig.w3211 PHP_PDO_DBLIB, null, null, true))
28 PHP_PDO_MSSQL, null, null, true)) {
34 …EXTENSION("pdo_mssql", "pdo_dblib.c dblib_driver.c dblib_stmt.c", null, null, null, "ext\\pdo_mssq…
/PHP-7.3/ext/pdo_pgsql/tests/
H A Dbug69752.phpt21 id bigserial not null primary key,
22 field1 text not null,
23 field2 text not null,
24 field3 text not null,
25 field4 int4 not null
30 $first_time_usage = null;
43 if ($first_time_usage === null) $first_time_usage = $usage;
H A Ddebug_emulated_prepares.phpt16 $stmt = $db->prepare('SELECT :bool, :int, :string, :null');
20 $stmt->bindValue(':null', null, PDO::PARAM_NULL);
27 SQL: [34] SELECT :bool, :int, :string, :null
45 Key: Name: [5] :null
47 name=[5] ":null"
/PHP-7.3/Zend/tests/typehints/
H A Dor_null.phpt2 Test "or null"/"or be null" in type-checking errors for userland functions
6 …d `zend_verify_missing_return_type` functions which produces an "or null"/"or be null" part in its…
270 TypeError: Return value of returnUnloadedClassScalar() must be an instance of I\Dont\Exist or null,…
274 TypeError: Return value of returnLoadedClassScalar() must be an instance of RealClass or null, int …
282 TypeError: Return value of returnCallable() must be callable or null, int returned in %s:134
286 TypeError: Return value of returnIterable() must be iterable or null, int returned in %s:144
290 TypeError: Return value of returnInt() must be of the type int or null, object returned in %s:154
298 TypeError: Return value of returnMissingLoadedClass() must be an instance of RealClass or null, non…
306 TypeError: Return value of returnMissingCallable() must be callable or null, none returned in %s:191
310 TypeError: Return value of returnMissingIterable() must be iterable or null, none returned in %s:200
[all …]
/PHP-7.3/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_004s.phpt10 new SoapVar("arg", XSD_STRING, null, null, "varString"),
11 new SoapVar(34, XSD_INT, null, null, "varInt"),
12 new SoapVar(123.45, XSD_FLOAT, null, null, "varFloat"),
14 new SoapVar("arg2", XSD_STRING, null, null, "varString"),
15 new SoapVar(342, XSD_INT, null, null, "varInt"),
16 new SoapVar(123.452, XSD_FLOAT, null, null, "varFloat")
/PHP-7.3/Zend/tests/type_declarations/
H A Dscalar_constant_defaults.phpt12 const NULL_VAL = null;
60 echo "Testing int with default null constant" . PHP_EOL;
63 echo "Testing int with null null constant" . PHP_EOL;
64 var_dump(int_val_default_null(null));
80 Testing int with default null constant
82 Testing int with null null constant
/PHP-7.3/ext/reflection/tests/
H A Dbug60367.phpt22 $method->invoke(null);
23 $method->invokeArgs(null, array());
25 $method->invoke(null);
26 $method->invokeArgs(null, array());
/PHP-7.3/TSRM/
H A Dbuildconf12 mv aclocal.m4 aclocal.m4.old 2>/dev/null
14 if cmp aclocal.m4.old aclocal.m4 > /dev/null 2>&1; then
25 mv configure configure.old 2>/dev/null
27 if cmp configure.old configure > /dev/null 2>&1; then
/PHP-7.3/Zend/
H A Dbuildconf12 mv aclocal.m4 aclocal.m4.old 2>/dev/null
14 if cmp aclocal.m4.old aclocal.m4 > /dev/null 2>&1; then
25 mv configure configure.old 2>/dev/null
27 if cmp configure.old configure > /dev/null 2>&1; then
/PHP-7.3/ext/standard/tests/array/
H A Darray_diff_ukey_variation9.phpt2 Test array_diff_ukey() function : usage variation - Passing null,unset and undefined variable index…
20 'null indexed' => array(NULL => 'null 1', null => 'null 2'),
36 --null indexed--
H A Darray_change_key_case_variation3.phpt49 // null data
50 /*3*/ 'null uppercase' => array(
51 NULL => 'null 1',
53 'null lowercase' => array(
54 null => 'null 2',
136 -- Iteration 4 : null uppercase data --
139 string(6) "null 1"
142 -- Iteration 5 : null lowercase data --
145 string(6) "null 2"
H A Darray_shift_variation3.phpt48 // null data
49 /*4*/ 'null uppercase' => array(
50 NULL => 'null 1',
53 /*5*/ 'null lowercase' => array(
54 null => 'null 2',
136 -- Iteration 4 : null uppercase data --
137 string(6) "null 1"
141 -- Iteration 5 : null lowercase data --
142 string(6) "null 2"
H A Darray_values_variation3.phpt49 // null data
50 /*4*/ 'null uppercase' => array(
51 NULL => 'null 1',
54 /*5*/ 'null lowercase' => array(
55 null => 'null 2',
138 -- Iteration 4: null uppercase data --
141 string(6) "null 1"
144 -- Iteration 5: null lowercase data --
147 string(6) "null 2"
H A Darray_diff_key_variation7.phpt2 Test array_diff_key() function : usage variation - Passing null,unset and undefined variable indexe…
20 'null indexed' => array(NULL => 'null 1', null => 'null 2'),
36 --null indexed--
/PHP-7.3/ext/sockets/tests/
H A Dsocket_create_pair-wrongparams-win32.phpt13 var_dump(socket_create_pair(AF_INET, null, null));
18 var_dump(socket_create_pair(AF_INET, null, null, $sockets));
20 var_dump(socket_create_pair(31337, null, null, $sockets));
/PHP-7.3/ext/spl/tests/
H A Dbug77903.phpt8 var_dump($a->current()); // null
14 var_dump($a->current()); // null
20 var_dump($a->current()); // null
23 var_dump($a->current()); // null
29 var_dump($a->current()); // null
32 var_dump($a->current()); // null
/PHP-7.3/ext/hash/tests/
H A Dhash_equals.phpt17 var_dump(hash_equals(null, ""));
18 var_dump(hash_equals(null, 123));
19 var_dump(hash_equals(null, null));
39 Warning: hash_equals(): Expected known_string to be a string, null given in %s on line %d
42 Warning: hash_equals(): Expected known_string to be a string, null given in %s on line %d
45 Warning: hash_equals(): Expected known_string to be a string, null given in %s on line %d
/PHP-7.3/
H A Dconfig.guess155 if command -v ldd >/dev/null && \
400 grep IS_64BIT_ARCH >/dev/null
1090 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
1109 elif /bin/uname -X 2>/dev/null >/dev/null ; then
1161 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1163 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1166 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1172 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1174 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1176 /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \
[all …]

Completed in 27 milliseconds

12345678910>>...84