Home
last modified time | relevance | path

Searched refs:null (Results 151 – 175 of 2060) sorted by relevance

12345678910>>...83

/php-src/build/
H A Dgen_stub.php164 return null;
169 return null;
682 return null;
750 if ($a === null || $b === null) {
2960 if ($this->defaultValue === null && $this->type !== null) {
4313 $link = null;
4334 if ($type === null && $phpDocType === null) {
4372 $link = null;
4437 $alias = null;
4915 return null;
[all …]
H A Dconfig.guess1221 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
1240 elif /bin/uname -X 2>/dev/null >/dev/null ; then
1292 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1294 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1297 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1303 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1305 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1307 /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \
1334 if uname -p 2>/dev/null >/dev/null ; then
1428 if command -v xcode-select > /dev/null 2> /dev/null && \
[all …]
/php-src/ext/standard/tests/general_functions/
H A Dis_null.phpt5 echo "*** Testing is_null() with valid null values ***\n";
6 // different valid null values
13 // unset them to make it null.
16 $null_var2 = null;
20 null,
32 null values, expected output: bool(true) */
39 echo "\n*** Testing is_bool() on non null values ***\n";
81 "null",
109 array(null),
134 *** Testing is_null() with valid null values ***
[all …]
/php-src/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015s.phpt18 new SoapVar('arg', XSD_STRING, null, null, 'varString'),
19 new SoapVar('34', XSD_INT, null, null, 'varInt'),
20 new SoapVar('325.325', XSD_FLOAT, null, null, 'varFloat')
23 new SoapVar('arg', XSD_STRING, null, null, 'varString'),
24 new SoapVar('34', XSD_INT, null, null, 'varInt'),
25 new SoapVar('325.325', XSD_FLOAT, null, null, 'varFloat')
/php-src/ext/pdo_mysql/tests/inc/
H A Dconfig.inc8 …MYSQL_TEST_PORT' => false !== getenv('PDO_MYSQL_TEST_PORT') ? getenv('PDO_MYSQL_TEST_PORT') : null,
10 …TEST_SOCKET' => false !== getenv('PDO_MYSQL_TEST_SOCKET') ? getenv('PDO_MYSQL_TEST_SOCKET') : null,
11 …T_CHARSET' => false !== getenv('PDO_MYSQL_TEST_CHARSET') ? getenv('PDO_MYSQL_TEST_CHARSET') : null,
12 …MYSQL_TEST_ATTR' => false !== getenv('PDO_MYSQL_TEST_ATTR') ? getenv('PDO_MYSQL_TEST_ATTR') : null,
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.stub.php11 …, array $rows, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null): bool {}
14 …ing $filename, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null): bool {}
17 …leName, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null): array|false {}
20 …ing $filename, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null): bool {}
/php-src/sapi/fpm/tests/
H A Dlogreader.inc17 * @var string|null
88 * @return null|string
232 * @return string|null
273 * @return string|null
282 return null;
285 $write = null;
286 $except = null;
297 return null;
342 * @return string|null
355 return null;
[all …]
/php-src/ext/standard/tests/array/
H A Darray_map_variation16.phpt41 array_map(): Argument #1 ($callback) must be a valid callback or null, function "echo" not found or…
43 array_map(): Argument #1 ($callback) must be a valid callback or null, function "array" not found o…
45 array_map(): Argument #1 ($callback) must be a valid callback or null, function "empty" not found o…
47 array_map(): Argument #1 ($callback) must be a valid callback or null, function "eval" not found or…
49 array_map(): Argument #1 ($callback) must be a valid callback or null, function "exit" not found or…
51 array_map(): Argument #1 ($callback) must be a valid callback or null, function "isset" not found o…
53 array_map(): Argument #1 ($callback) must be a valid callback or null, function "list" not found or…
55 array_map(): Argument #1 ($callback) must be a valid callback or null, function "print" not found o…
H A Darray_push_variation6.phpt34 // null data
35 /*3*/ 'null uppercase' => array(
36 NULL => 'null 1',
38 'null lowercase' => array(
39 null => 'null 2',
98 -- Iteration 2 : null uppercase data --
102 -- Iteration 3 : null lowercase data --
H A Dnatcasesort_variation11.phpt31 // null data
32 /*4*/ 'null uppercase' => array(
33 NULL => 'null 1',
36 /*5*/ 'null lowercase' => array(
37 null => 'null 2',
117 string(6) "null 1"
124 string(6) "null 2"
/php-src/ext/openssl/tests/
H A Dopenssl_csr_sign_basic.phpt37 var_dump(openssl_csr_sign($csr, null, $privkey, 365, $args));
38 var_dump(openssl_csr_sign($csr, null, $privkey, 365, $config_arg));
42 var_dump(openssl_csr_sign($csr, null, $wrong, 365));
43 var_dump(openssl_csr_sign($wrong, null, $privkey, 365));
46 openssl_csr_sign(array(), null, $privkey, 365);
58 var_dump(openssl_csr_sign($csr, null, array(), 365));
62 var_dump(openssl_csr_sign($csr, null, $privkey, 365, $config_arg));
83 openssl_csr_sign(): Argument #2 ($ca_certificate) must be of type OpenSSLCertificate|string|null, a…
/php-src/ext/spl/
H A Dphp_spl.stub.php26 function spl_autoload(string $class, ?string $file_extensions = null): void {}
30 function spl_autoload_extensions(?string $file_extensions = null): string {}
34 function spl_autoload_register(?callable $callback = null, bool $throw = true, bool $prepend = fals…
49 function iterator_apply(Traversable $iterator, callable $callback, ?array $args = null): int {}
/php-src/Zend/tests/
H A Dbug68446.phpt6 const BAR = null;
16 b(null);
21 a(null);
35 Fatal error: Uncaught TypeError: a(): Argument #1 ($a) must be of type array, null given, called in…
H A Dforeach_over_null.phpt2 foreach over null
7 foreach (null as $v) {
15 Warning: foreach() argument must be of type array|object, null given in %s on line %d
H A Dconst_expr_dim_on_null_warning.phpt2 DIM on null in constant expr should emit warning
5 const C = (null)['foo'];
9 Warning: Trying to access array offset on null in %s on line %d
H A Drequired_param_after_optional.phpt6 function test($testA = null, $testB = null, $testC) {}
7 function test2(Type $test2A = null, $test2B = null, $test2C) {}
8 function test3(Type $test3A = null, ?Type2 $test3B = null, $test3C) {}
H A Dbug79155.phpt19 $t->a = null;
20 $t->b = null;
21 $t->c = null;
22 $t->d = null;
H A Dstrlen_deprecation_to_exception.phpt2 strlen() null deprecation warning promoted to exception
10 strlen(null);
17 strlen(): Passing null to parameter #1 ($string) of type string is deprecated
/php-src/ext/intl/tests/
H A Dbug62082.phpt7 var_dump(locale_get_display_name(str_repeat("a", 300), null));
8 var_dump(locale_get_display_name(str_repeat("a", 512), null));
9 var_dump(locale_get_display_name(str_repeat("a", 600), null));
/php-src/Zend/tests/type_declarations/intersection_types/invalid_types/
H A Dinvalid_null_type.phpt2 null type cannot take part in an intersection type
6 function foo(): null&Iterator {}
10 Fatal error: Type null cannot be part of an intersection type in %s on line %d
/php-src/benchmark/
H A Dshared.php8 function runCommand(array $args, ?string $cwd = null): ProcessResult {
10 $pipes = null;
14 $processHandle = proc_open($cmd, $descriptorSpec, $pipes, $cwd ?? getcwd(), null);
30 $write = null;
31 $except = null;
/php-src/ext/json/tests/
H A Djson_encode_basic.phpt19 $obj->MyNull = null;
44 null,
111 string(4) "null"
113 string(4) "null"
133 string(4) "null"
135 string(4) "null"
139 string(82) "{"MyInt":99,"MyFloat":123.45,"MyBool":true,"MyNull":null,"MyString":"Hello World"}"
/php-src/ext/pdo_sqlite/tests/
H A Dbug_64705.phpt2 Bug #64705 errorInfo property of PDOException is null when PDO::__construct() fails
9 $pdo = new \PDO($dsn, null, null);
/php-src/Zend/tests/nullsafe_operator/
H A D030.phpt12 $null = null;
13 var_dump(empty($null?->method()));
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_049.phpt6 public int $foo = null;
10 …r: Default value for property of type int may not be null. Use the nullable type ?int to allow nul…

Completed in 52 milliseconds

12345678910>>...83