Home
last modified time | relevance | path

Searched refs:null (Results 1 – 25 of 2060) sorted by last modified time

12345678910>>...83

/php-src/ext/soap/
H A Dsoap.stub.php463 public mixed $data = null;
476 public mixed $detail = null;
477 public ?string $_name = null;
480 …ct(array|string|null $code, string $string, ?string $actor = null, mixed $details = null, ?string …
494 …encoding, ?string $typeName = null, ?string $typeNamespace = null, ?string $nodeName = null, ?stri…
533 private ?string $uri = null;
534 private ?int $style = null;
535 private ?int $use = null;
541 private $typemap = null;
543 private $httpsocket = null;
[all …]
/php-src/
H A DUPGRADING59 contain any null bytes. If it does, a ValueError is now thrown.
141 replaced with checks for null (i.e. $client->httpurl !== null).
144 replaced with checks for null (i.e. $client->sdl !== null).
161 signature of callable|string|null for the $handler parameters.
172 contain null bytes. This never actually worked correctly in the first place,
189 it references, or null if the reference is no longer valid.
334 3-parameter signature with a null $row parameter instead.
336 3-parameter signature with a null $row parameter instead.
338 3-parameter signature with a null $row parameter instead.
380 ResourceBundle|array|string|int|null
[all …]
H A DNEWS91 ResourceBundle|array|string|int|null
118 . Fixed bug GH-13834 (Applying non-zero offset 36 to null pointer in
H A Dconfigure.ac96 cmp php_version.h.new $srcdir/main/php_version.h >/dev/null 2>&1
258 if command -v ldd >/dev/null && ldd --version 2>&1 | grep -q ^musl
547 if test "`uname -s 2>/dev/null`" != "QNX"; then
564 if test "`uname -s 2>/dev/null`" != "FreeBSD" || test "`uname -U 2>/dev/null`" -ge 1200000; then
1053 if test "0$PHP_FD_SETSIZE" -gt 0 2>/dev/null; then
1714 if printf "#if __ELF__\nelf\n#endif\n" | $CC -E - | grep elf > /dev/null; then
/php-src/ext/soap/tests/bugs/
H A Dbug36226-2.phpt46 $logOnEvent = null;
H A Dbug51561.phpt31 …$server = new SoapServer(null, array('uri' => "blablabla.com",'encoding' => "ISO-8859-1",'soap_ver…
37 php_cli_server_start($code, null, $args);
39 $cli = new SoapClient(null, array('location' => "http://".PHP_CLI_SERVER_ADDRESS, 'uri' => "blablab…
/php-src/ext/spl/
H A Dspl_observer.stub.php26 public function attach(object $object, mixed $info = null): void {}
94 public function offsetSet($object, mixed $info = null): void {}
136 public function attachIterator(Iterator $iterator, string|int|null $info = null): void {}
/php-src/ext/hash/
H A Dhash.c1316 unsigned char null = '\0'; in PHP_FUNCTION() local
1337 ops->hash_update(context, &null, 1); in PHP_FUNCTION()
/php-src/ext/bcmath/
H A Dconfig.w326 EXTENSION("bcmath", "bcmath.c", null, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
H A Dbcmath.stub.php6 function bcadd(string $num1, string $num2, ?int $scale = null): string {}
9 function bcsub(string $num1, string $num2, ?int $scale = null): string {}
12 function bcmul(string $num1, string $num2, ?int $scale = null): string {}
15 function bcdiv(string $num1, string $num2, ?int $scale = null): string {}
18 function bcmod(string $num1, string $num2, ?int $scale = null): string {}
21 function bcpowmod(string $num, string $exponent, string $modulus, ?int $scale = null): string {}
24 function bcpow(string $num, string $exponent, ?int $scale = null): string {}
27 function bcsqrt(string $num, ?int $scale = null): string {}
29 function bccomp(string $num1, string $num2, ?int $scale = null): int {}
31 function bcscale(?int $scale = null): int {}
/php-src/.github/actions/build-libmysqlclient/
H A Daction.yml33 make -j$(/usr/bin/nproc) >/dev/null
/php-src/.github/workflows/
H A Dnightly.yml99 run: make -j$(/usr/bin/nproc) >/dev/null
190 run: make -j$(/usr/bin/nproc) >/dev/null
251 make -j$(sysctl -n hw.logicalcpu) >/dev/null
323 run: make -j$(/usr/bin/nproc) >/dev/null
380 run: make -j$(/usr/bin/nproc) >/dev/null
572 run: make -j$(/usr/bin/nproc) >/dev/null
685 run: make -j$(/usr/bin/nproc) >/dev/null
H A Dpush.yml85 image: ${{ matrix.asan && 'ubuntu:23.04' || null }}
128 run: make -j$(/usr/bin/nproc) >/dev/null
180 make -j$(sysctl -n hw.logicalcpu) >/dev/null
268 run: make -j$(/usr/bin/nproc) >/dev/null
/php-src/.circleci/
H A Dconfig.yml156 command: make -j2 > /dev/null
/php-src/ext/standard/tests/strings/
H A Dsetlocale_variation4.phpt2 Test setlocale() function : usage variations - setting system locale as null
19 echo "*** Testing setlocale() : usage variations - Setting system locale = null ***\n";
29 //Testing setlocale() by giving locale = null
30 echo "Setting system locale, category = LC_ALL and locale = null\n";
31 setlocale(LC_ALL, null);
49 *** Testing setlocale() : usage variations - Setting system locale = null ***
95 Setting system locale, category = LC_ALL and locale = null
H A Dsetlocale_variation5.phpt31 //Testing setlocale() by giving locale = null
/php-src/ext/sqlite3/tests/
H A Dsqlite3_trampoline_setauthorizer_null.phpt2 SQLite3 user authorizer null
11 $db->setAuthorizer(null);
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_createcollation_arg_error.phpt19 $db->createCollation(null, [new TrampolineTest(), 'NAT']);
25 $db->createCollation('NAT', null);
33 PdoSqlite::createCollation(): Argument #1 ($name) must be of type string, null given
H A Dpdo_sqlite_createafunction_arg_error.phpt19 $db->createFunction(null, [new TrampolineTest(), 'strtoupper']);
25 $db->createFunction('strtoupper', null);
31 $db->createFunction('strtoupper', [new TrampolineTest(), 'strtoupper'], null);
37 $db->createFunction('strtoupper', [new TrampolineTest(), 'strtoupper'], 1, null);
45 PdoSqlite::createFunction(): Argument #1 ($function_name) must be of type string, null given
47 PdoSqlite::createFunction(): Argument #3 ($num_args) must be of type int, null given
48 PdoSqlite::createFunction(): Argument #4 ($flags) must be of type int, null given
H A Dpdo_sqlite_createaggregate_arg_error.phpt19 $db->createAggregate(null, [new TrampolineTest(), 'step'], null, 1);
25 $db->createAggregate(null, null, [new TrampolineTest(), 'step'], 1);
31 $db->createAggregate(null, [new TrampolineTest(), 'step'], [new TrampolineTest(), 'step'], 1);
37 $db->createAggregate('S', null, [new TrampolineTest(), 'finalize'], 1);
43 $db->createAggregate('S', [new TrampolineTest(), 'step'], null, 1);
49 …db->createAggregate('S', [new TrampolineTest(), 'step'], [new TrampolineTest(), 'finalize'], null);
57 PdoSqlite::createAggregate(): Argument #1 ($name) must be of type string, null given
58 PdoSqlite::createAggregate(): Argument #1 ($name) must be of type string, null given
59 PdoSqlite::createAggregate(): Argument #1 ($name) must be of type string, null given
62 PdoSqlite::createAggregate(): Argument #4 ($numArgs) must be of type int, null given
/php-src/ext/curl/tests/
H A Dcurl_pushfunction_trampoline.phpt39 $active = null;
47 if ($handle !== null) {
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst37 value at all (``null``, ``false``, ``true``) or their value is small enough to fit directly in
/php-src/ext/reflection/
H A Dphp_reflection.stub.php114 public function getAttributes(?string $name = null, int $flags = 0): array {}
213 public function getClosure(?object $object = null): Closure {}
299 public function getMethods(?int $filter = null): array {}
308 public function getProperties(?int $filter = null): array {}
314 public function getConstants(?int $filter = null): array {}
317 public function getReflectionConstants(?int $filter = null): array {}
416 public function getAttributes(?string $name = null, int $flags = 0): array {}
452 public function getValue(?object $object = null): mixed {}
458 public function isInitialized(?object $object = null): bool {}
502 public function getAttributes(?string $name = null, int $flags = 0): array {}
[all …]
/php-src/ext/zend_test/
H A Dtest.stub.php51 public ?stdClass $classProp = null;
52 public stdClass|Iterator|null $classUnionProp = null;
193 function zend_test_nullable_array_return(): null|array {}
200 function zend_test_deprecated(mixed $arg = null): void {}
221 function zend_string_or_object_or_null(object|string|null $param): object|string|null {}
227 function zend_string_or_stdclass_or_null($param): stdClass|string|null {}
231 function zend_number_or_string_or_null(string|int|float|null $param): string|int|float|null {}
233 function zend_iterable(iterable $arg1, ?iterable $arg2 = null): void {}
264 function zend_test_crash(?string $message = null): void {}
/php-src/scripts/dev/
H A Dbless_tests.php235 $result[] = new DiffElem(DiffElem::TYPE_REMOVE, $a[$x-1], null);
240 $result[] = new DiffElem(DiffElem::TYPE_ADD, null, $b[$y-1]);

Completed in 51 milliseconds

12345678910>>...83