Home
last modified time | relevance | path

Searched refs:null (Results 101 – 125 of 2082) sorted by relevance

12345678910>>...84

/PHP-7.3/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-7.3/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-7.3/ext/standard/tests/strings/
H A Dstrncasecmp_variation7.phpt10 /* Test strncasecmp() function with null terminated strings and binary values passed to 'str1' & 's…
12 echo "*** Test strncasecmp() function: with null terminated strings and binary inputs ***\n";
14 /* A binary function should not expect a null terminated string, and it should treat input as a raw…
24 *** Test strncasecmp() function: with null terminated strings and binary inputs ***
H A Dstrtr_variation4.phpt2 Test strtr() function : usage variations - empty string & null for 'str' argument
12 * empty string & null for 'str' argument and
16 echo "*** Testing strtr() : empty string & null for 'str' arg ***\n";
29 null,
57 *** Testing strtr() : empty string & null for 'str' arg ***
/PHP-7.3/ext/standard/tests/array/
H A Darray_key_exists_variation8.phpt51 // null data
52 /*3*/ 'null uppercase' => array(
53 NULL => 'null 1',
55 'null lowercase' => array(
56 null => 'null 2',
128 -- $key arguments are null uppercase data:
130 -- $key arguments are null lowercase data:
164 -- $key arguments are null uppercase data:
166 -- $key arguments are null lowercase data:
223 -- Iteration 4: null uppercase data --
[all …]
H A Darray_sum_variation7.phpt12 * strings, bool, null, subarrays & objects
32 // array with null entry
33 $input = array(null, NULL);
34 echo "-- array with null values --\n";
65 $input = array( 5, -8, 7.2, -1.2, "10", "apple", 'Mango', true, false, null, NULL, array( array(1,2…
78 -- array with null values --
H A Dvar_export2.phpt5 $a = array ("\0" => 'null', "" => 'empty', "0" => 'nul');
10 '' . "\0" . '' => 'null',
/PHP-7.3/Zend/tests/return_types/
H A D013.phpt2 Closure inside method returned null, expected array
9 return null;
17 Fatal error: Uncaught TypeError: Return value of foo::{closure}() must be of the type array, null r…
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_references.phpt36 $id = null;
38 $label = null;
54 $id = null;
57 $label = null;
77 $label = null;
91 $id = null;
148 $id = null;
160 $id = null;
162 $label = null;
180 $id = null;
[all …]
/PHP-7.3/Zend/tests/
H A Dbug73987_2.phpt11 function example($a, $b = null, $c = null) { }
15 function example($a, $b, $c = null) { }
H A Dbug73987.phpt10 public function example($a, $b = null, $c = null) { } // compatible with I::example
13 public function example($a, $b, $c = null) { } // compatible with I::example
/PHP-7.3/Zend/tests/try/
H A Dtry_finally_019.phpt16 $a = null;
19 $a = null;
22 $a = null;
H A Dtry_finally_020.phpt16 $a = null;
19 $a = null;
22 $a = null;
/PHP-7.3/ext/standard/tests/serialize/
H A Dbug49649.phpt26 public $public = null;
28 public $protected = null;
30 public $private = null;
H A Dbug49649_1.phpt26 protected $public = null;
28 protected $protected = null;
30 protected $private = null;
H A Dbug49649_2.phpt26 private $public = null;
28 private $protected = null;
30 private $private = null;
/PHP-7.3/ext/pgsql/tests/
H A Dpg_meta_data_001.phpt39 ["not null"]=>
56 ["not null"]=>
75 ["not null"]=>
92 ["not null"]=>
111 ["not null"]=>
136 ["not null"]=>
/PHP-7.3/ext/sockets/tests/
H A Dsocket_select-wrongparams-2.phpt10 $sockets = null;
11 $write = null;
12 $except = null;
/PHP-7.3/ext/date/tests/
H A Dbug70277.phpt2 Bug #70277 (new DateTimeZone($foo) is ignoring text after null byte)
10 Warning: timezone_open(): Timezone must not contain null bytes in %sbug70277.php on line %d
13 Fatal error: Uncaught Exception: DateTimeZone::__construct(): Timezone must not contain null bytes …
H A DDateTime_extends_basic2.phpt13 public function __construct ($date = null, DateTimeZone $dtz = null)
15 if($dtz === null)
H A Dbug75928.phpt2 Bug #75928: Argument 2 for `DateTimeZone::listIdentifiers()` should accept `null`
6 var_dump(is_array(DateTimeZone::listIdentifiers(\DateTimeZone::ALL, null)));
/PHP-7.3/Zend/tests/type_declarations/
H A Dnullable_null.phpt5 function test(Foo $a = null) {
8 test(null);
/PHP-7.3/ext/oci8/tests/
H A Dnull_byte_2.phpt18 echo "Test 1: Valid use of a null byte\n";
25 echo "Test 3: Using a null byte in a bind variable name\n";
37 Test 1: Valid use of a null byte
45 Test 3: Using a null byte in a bind variable name
H A Dnull_byte_3.phpt15 echo "Test 1: Invalid use of a null byte\n";
20 echo "Test 2: Using a null byte in a bind variable value causing WHERE clause to fail\n";
33 Test 1: Invalid use of a null byte
36 Test 2: Using a null byte in a bind variable value causing WHERE clause to fail
/PHP-7.3/ext/standard/tests/file/
H A Dfiletype_variation2.phpt10 if (!file_exists("/dev/null")) {
11 die('skip /dev/null not available');
23 print( filetype("/dev/null") )."\n";

Completed in 29 milliseconds

12345678910>>...84