Home
last modified time | relevance | path

Searched refs:null (Results 1 – 25 of 2061) sorted by path

12345678910>>...83

/php-src/.circleci/
H A Dconfig.yml156 command: make -j2 > /dev/null
/php-src/.github/actions/apt-x64/
H A Daction.yml12 if ! type "sudo" > /dev/null; then
/php-src/.github/actions/build-libmysqlclient/
H A Daction.yml33 make -j$(/usr/bin/nproc) >/dev/null
/php-src/.github/actions/test-linux/
H A Daction.yml4 default: null
58 if: always() && inputs.testArtifacts != null
/php-src/.github/actions/test-macos/
H A Daction.yml4 default: null
34 if: always() && inputs.testArtifacts != null
/php-src/.github/
H A Dnightly_matrix.php23 $previous_commit_hash = $branch_commit_map[$branch['ref']] ?? 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 }}
129 run: make -j$(/usr/bin/nproc) >/dev/null
182 make -j$(sysctl -n hw.logicalcpu) >/dev/null
271 run: make -j$(/usr/bin/nproc) >/dev/null
/php-src/
H A DNEWS91 ResourceBundle|array|string|int|null
118 . Fixed bug GH-13834 (Applying non-zero offset 36 to null pointer in
H A DREADME.REDIST.BINS166 in the public domain is deemed null and void, then the software is
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 …]
/php-src/Zend/
H A DZend.m4202 echo " $CFLAGS" | grep ' -g' >/dev/null || DEBUG_CFLAGS="-g"
H A Dmicro_bench.php169 define('TEST', null);
208 $x = $val ?: null;
223 $x = $f ? null : $val;
253 function end_test($start, $name, $overhead = null)
/php-src/Zend/tests/
H A D009.phpt13 var_dump(get_class(null));
34 set_error_handler(null);
65 get_class(): Argument #1 ($object) must be of type object, null given
H A D010.phpt33 set_error_handler(null);
H A D011.phpt64 var_dump(property_exists(null, "test"));
93 property_exists(): Argument #1 ($object_or_class) must be of type object|string, null given
H A D019.phpt32 "null",
H A D024.phpt20 Warning: Trying to access array offset on null in %s on line %d
27 Warning: Trying to access array offset on null in %s on line %d
52 Warning: Trying to access array offset on null in %s on line %d
56 Warning: Attempt to read property "" on null in %s on line %d
H A D026.phpt25 Warning: Attempt to read property "a" on null in %s on line %d
27 Attempt to assign property "a" on null
H A D028.phpt23 Fatal error: Uncaught Error: Value of type null is not callable in %s:%d
H A D033.phpt30 Warning: Trying to access array offset on null in %s on line %d
32 Warning: Trying to access array offset on null in %s on line %d
34 Warning: Trying to access array offset on null in %s on line %d
36 Warning: Trying to access array offset on null in %s on line %d
38 Warning: Trying to access array offset on null in %s on line %d
42 Warning: Trying to access array offset on null in %s on line %d
44 Warning: Trying to access array offset on null in %s on line %d
46 Warning: Trying to access array offset on null in %s on line %d
48 Warning: Trying to access array offset on null in %s on line %d
65 Attempt to assign property "foo" on null
[all …]
H A DArrayAccess_indirect_append.phpt9 if (null === $name) {
H A DErrorException_construct.phpt11 $e = new ErrorException("Second", 0, E_ERROR, null);
16 $e = new ErrorException("Third", 0, E_ERROR, null, null);
21 $e = new ErrorException("Forth", 0, E_ERROR, null, 123);
31 $e = new ErrorException("Sixth", 0, E_ERROR, "abc.php", null);
H A Dadd_optional_by_ref_arg.phpt14 public function method2(&$x = null) {
/php-src/Zend/tests/anon/
H A D004.phpt27 /* not null because inheritance */

Completed in 52 milliseconds

12345678910>>...83