Home
last modified time | relevance | path

Searched refs:null (Results 2051 – 2062 of 2062) sorted by path

1...<<818283

/php-src/tests/lang/
H A DforeachLoop.003.phpt11 $a = null;
38 Warning: foreach() argument must be of type array|object, null given in %s on line 9
H A DforeachLoop.010.phpt17 $container = null;
H A DforeachLoopIterator.002.phpt10 public function current(): mixed { return null; }
H A DforeachLoopIteratorAggregate.002.phpt9 return null;
H A DpassByReference_003.phpt30 Warning: Trying to access array offset on null in %s on line %d
/php-src/tests/lang/operators/
H A Dcoalesce.phpt52 $a = f(null) ?? f(1) ?? f(2);
/php-src/tests/output/
H A DDummyStreamWrapper.inc5 /** @var resource|null */
8 /** @var resource|null */
18 …nction stream_open(string $path, string $mode, int $options = 0, ?string &$openedPath = null): bool
H A Dbug70970.phpt12 function obHandler($buffer, $phase = null)
H A Dob_implicit_flush_basic_001.phpt2 Test ob_implicit_flush() function : check return value (always null).
H A Dob_start_basic_002.phpt14 return null;
/php-src/win32/build/
H A Dconfig.w32151 if (false == PATH_PROG('clang-cl', null, 'CLANG_CL')) {
168 if (false == PATH_PROG('cppcheck', null, 'CPPCHECK')) {
H A Dphpize.js.in63 if (calls != null) {
84 var item = null;
129 var item = null;
185 argval = null;
188 if (argname == '--clean' && argval != null) {

Completed in 68 milliseconds

1...<<818283