Home
last modified time | relevance | path

Searched refs:yield (Results 176 – 199 of 199) sorted by relevance

12345678

/PHP-7.4/Zend/tests/generators/errors/
H A Dresume_running_generator_error.phpt7 $gen = yield;
H A Dserialize_unserialize_error.phpt6 function gen() { yield; }
/PHP-7.4/Zend/tests/grammar/
H A Dsemi_reserved_003.phpt57 var $yield = 'yield';
138 echo $obj->yield, PHP_EOL;
220 yield
H A Dsemi_reserved_004.phpt57 static $yield = 'yield';
136 echo Obj::$yield, PHP_EOL;
216 yield
H A Dsemi_reserved_001.phpt57 function yield(){ echo __METHOD__, PHP_EOL; }
137 $obj->yield();
216 Obj::yield
H A Dsemi_reserved_002.phpt57 static function yield(){ echo __METHOD__, PHP_EOL; }
135 Obj::yield();
214 Obj::yield
H A Dsemi_reserved_005.phpt56 const YIELD = 'yield';
211 yield
/PHP-7.4/Zend/tests/arg_unpack/
H A Dbasic.phpt20 yield $element;
H A Dtraversable_with_by_ref_parameters.phpt12 yield $element;
/PHP-7.4/Zend/tests/array_unpack/
H A Dbasic.phpt13 yield $i;
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_034.phpt11 yield $item;
/PHP-7.4/Zend/tests/assert/
H A Dexpect_015.phpt19 yield 1 => 2;
20 yield from $x;
161 yield 1 => 2;
162 yield from $x;
/PHP-7.4/ext/zlib/tests/
H A Ddeflate_add_basic.phpt18 $dataToCompress = yield $deflated;
H A Dinflate_add_basic.phpt17 $dataToInflate = yield $inflated;
/PHP-7.4/scripts/dev/
H A Dbless_tests.php54 yield $file->getPathName();
57 yield $dirOrFile;
/PHP-7.4/ext/standard/tests/array/
H A Dcompact_basic.phpt30 // cases which should not yield any output.
/PHP-7.4/ext/mbstring/ucgendat/
H A Ductest.php36 yield $fields;
H A Ducgendat.php212 yield $fields;
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_study.c957 int yield = SSB_DONE; in set_start_bits() local
1145 yield = SSB_CONTINUE; in set_start_bits()
1650 return yield; in set_start_bits()
H A Dpcre2_compile.c1318 BOOL yield = FALSE; in read_number() local
1365 yield = TRUE; in read_number()
1370 return yield; in read_number()
1402 BOOL yield = FALSE; in read_repeat_counts() local
1437 yield = TRUE; in read_repeat_counts()
1446 return yield; in read_repeat_counts()
2231 int yield = 0; in check_posix_name() local
2232 while (posix_name_lengths[yield] != 0) in check_posix_name()
2234 if (len == posix_name_lengths[yield] && in check_posix_name()
2236 pn += posix_name_lengths[yield] + 1; in check_posix_name()
[all …]
/PHP-7.4/build/
H A Dax_gcc_func_attribute.m415 # warnings when using this macro will yield false positives.
/PHP-7.4/
H A Dphp.ini-development197 ; Turning on this setting and managing its maximum buffer size can yield some
H A Dphp.ini-production197 ; Turning on this setting and managing its maximum buffer size can yield some
H A DNEWS874 . Fixed bug #79657 ("yield from" hangs when invalid value encountered).

Completed in 66 milliseconds

12345678