Home
last modified time | relevance | path

Searched refs:null (Results 226 – 250 of 1803) sorted by relevance

12345678910>>...73

/PHP-8.0/ext/standard/tests/serialize/
H A Dbug49649_2.phpt26 private $public = null;
28 private $protected = null;
30 private $private = null;
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_references.phpt35 $id = null;
37 $label = null;
53 $id = null;
56 $label = null;
76 $label = null;
90 $id = null;
147 $id = null;
159 $id = null;
161 $label = null;
179 $id = null;
[all …]
/PHP-8.0/ext/opcache/tests/opt/
H A Dprop_types.phpt56 ; return [null] RANGE[0..0]
70 0009 RETURN null
76 ; return [null] RANGE[0..0]
88 0008 RETURN null
94 ; return [null] RANGE[0..0]
108 0009 RETURN null
114 ; return [null] RANGE[0..0]
126 0008 RETURN null
/PHP-8.0/ext/intl/spoofchecker/
H A Dspoofchecker.stub.php13 public function isSuspicious(string $string, &$errorCode = null) {}
19 public function areConfusable(string $string1, string $string2, &$errorCode = null) {}
/PHP-8.0/ext/spl/tests/
H A DSplFixedArray_setSize_param_null.phpt2 SplFixedArray::setSize() with a null parameter
8 $fixed_array->setSize(null);
/PHP-8.0/Zend/tests/
H A Dbug72543_2.phpt6 $arr[0] = null;
9 $arr[0][$arr[0]] = null;
H A Dbug35163.phpt10 $a[0] = null;
11 $a = null;
H A Dbug35163_2.phpt11 $a[0] = null;
12 $a = null;
/PHP-8.0/ext/date/tests/
H A DDateTime_extends_basic2.phpt13 public function __construct ($date = null, DateTimeZone $dtz = null)
15 if($dtz === null)
/PHP-8.0/ext/opcache/tests/jit/
H A Dassign_obj_on_null.phpt2 ASSIGN_OBJ on null reference returned from __get()
36 Attempt to assign property "y" on null
37 Attempt to assign property "y" on null
/PHP-8.0/Zend/tests/type_declarations/union_types/redundant_types/
H A Dnullable_null.phpt2 Combining nullability with null
6 function test(): ?null {
/PHP-8.0/ext/standard/tests/general_functions/
H A Dproc_open_sockets2.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/sapi/fpm/tests/
H A Dlogreader.inc17 * @var string|null
88 * @return null|string
220 * @return string|null
261 * @return string|null
270 return null;
273 $write = null;
274 $except = null;
285 return null;
330 * @return string|null
343 return null;
[all …]
/PHP-8.0/ext/json/tests/
H A Dbug41034.phpt2 Bug #41034 (json_encode() ignores null byte started keys in arrays)
5 echo json_encode(array(0, "\0ab"=>1, "\0null-prefixed value"));
/PHP-8.0/ext/soap/tests/
H A Dfault001.phpt2 is_soap_fault 1: test against null
7 var_dump(is_soap_fault(null));
/PHP-8.0/Zend/tests/type_declarations/
H A Dtyped_properties_068.phpt5 function &ref($a = null) {
7 if ($a !== null) $f = function &() use (&$a) { return $a; };
30 $i = null;
35 Foo::$i = null;
69 Cannot assign null to reference held by property Foo::$i of type int
72 Cannot assign null to property Foo::$i of type int
/PHP-8.0/Zend/
H A Dzend_closures.stub.php12 object|string|null $newScope = "static"
15 public function bindTo(?object $newThis, object|string|null $newScope = "static"): ?Closure {}
/PHP-8.0/ext/gd/
H A Dgd.stub.php104 function imagexbm(GdImage $image, ?string $filename, ?int $foreground_color = null): bool {}
107 function imagegif(GdImage $image, $file = null): bool {}
116 function imagewebp(GdImage $image, $file = null, int $quality = -1): bool {}
121 function imagejpeg(GdImage $image, $file = null, int $quality = -1): bool {}
125 function imagewbmp(GdImage $image, $file = null, ?int $foreground_color = null): bool {}
127 function imagegd(GdImage $image, ?string $file = null): bool {}
133 function imagebmp(GdImage $image, $file = null, bool $compressed = true): bool {}
180 function imagecolortransparent(GdImage $image, ?int $color = null): int {}
182 function imageinterlace(GdImage $image, ?bool $enable = null): bool {}
245 function imageaffine(GdImage $image, array $affine, ?array $clip = null): GdImage|false {}
[all …]
/PHP-8.0/ext/gettext/tests/
H A Dbug73730.phpt2 Bug #73730 (textdomain(null) throws in strict mode)
11 var_dump(textdomain(null));
/PHP-8.0/ext/standard/tests/array/
H A Dcompact_order.phpt6 $foo = null;
7 $bar = null;
/PHP-8.0/Zend/tests/nullsafe_operator/
H A D040.phpt11 return returns_ref(returns_ref(null)?->null);
/PHP-8.0/ext/intl/tests/
H A Dmsgfmt_fail2.phpt26 return null;
34 return null;
42 return null;
49 array(null, null),
61 $fmt = null;
68 $fmt = null;
75 $fmt = null;
82 $fmt = null;
89 $fmt = null;
96 $fmt = null;
/PHP-8.0/ext/standard/tests/strings/
H A Dsprintf_variation54.phpt7 $values = [null, false, true, 2, 3.5, "foo", [], [1], fopen(__FILE__, "r"), new stdClass];
23 %s with null:
57 d with null:
89 u with null:
121 f with null:
153 c with null:
185 x with null:
H A Dsetlocale_variation4.phpt2 Test setlocale() function : usage variations - setting system locale as null
18 echo "*** Testing setlocale() : usage variations - Setting system locale = null ***\n";
28 //Testing setlocale() by giving locale = null
29 echo "Setting system locale, category = LC_ALL and locale = null\n";
30 setlocale(LC_ALL, null);
48 *** Testing setlocale() : usage variations - Setting system locale = null ***
98 Setting system locale, category = LC_ALL and locale = null
H A Dexplode_variation6.phpt10 echo "\n-- positive limit with null separator --\n";
13 echo "\n-- negative limit (since PHP 5.1) with null separator --\n";
40 -- positive limit with null separator --
44 -- negative limit (since PHP 5.1) with null separator --

Completed in 33 milliseconds

12345678910>>...73