/PHP-8.1/ext/spl/tests/ |
H A D | serialize_property_tables.phpt | 7 private $unused = 123; 15 private $unused = 123; 19 private $unused = 123; 41 ["%0MyArrayObject%0unused"]=> 55 ["%0MySplDoublyLinkedList%0unused"]=> 65 ["%0MySplObjectStorage%0unused"]=>
|
/PHP-8.1/Zend/tests/ |
H A D | bug64515.phpt | 5 function foo($unused = null, $unused = null, $arg = array()) { 12 Fatal error: Redefinition of parameter $unused in %sbug64515.php on line 2
|
H A D | bug69174.phpt | 2 Bug #69174 (leaks when unused inner class use traits precedence)
|
/PHP-8.1/ext/zend_test/tests/ |
H A D | observer_retval_04.phpt | 23 foo(); // Retval unused 26 return 'This gets ' . $what . ' in the return handler when unused'; // Refcounted + IS_VAR 30 bar('freed'); // Retval unused 49 </bar:'This gets freed in the return handler when unused'> 51 </bar:'This gets freed in the return handler when unused'>
|
H A D | observer_retval_01.phpt | 18 foo(); // Retval unused
|
H A D | observer_retval_03.phpt | 20 foo(); // Retval unused
|
H A D | observer_retval_06.phpt | 18 foo(); // Retval unused
|
H A D | observer_retval_by_ref_01.phpt | 18 foo(); // Retval unused
|
H A D | observer_retval_05.phpt | 17 foo(); // Retval unused
|
H A D | observer_retval_07.phpt | 22 foo(); // Retval unused
|
H A D | observer_retval_by_ref_02.phpt | 18 foo(); // Retval unused
|
/PHP-8.1/ext/standard/tests/assert/ |
H A D | assert03.phpt | 11 function a($file, $line, $unused, $desc) 16 function b($file, $line, $unused, $desc)
|
H A D | assert.phpt | 11 function a($file, $line, $unused, $desc) 18 static function assert($file, $line, $unused, $desc)
|
H A D | bug80290.phpt | 6 assert_options(ASSERT_CALLBACK, function($file, $line, $unused, $message) {
|
/PHP-8.1/Zend/tests/generators/ |
H A D | generator_closure_unused.phpt | 2 Closures can be unused generators
|
/PHP-8.1/Zend/tests/nullsafe_operator/ |
H A D | 040.phpt | 5 function &returns_ref($unused) {
|
H A D | 028.phpt | 6 function &returns_ref($unused) {
|
/PHP-8.1/ext/phar/ |
H A D | dirstream.c | 94 zend_ulong unused; in phar_dir_read() local 100 if (HASH_KEY_NON_EXISTENT == zend_hash_get_current_key(data, &str_key, &unused)) { in phar_dir_read() 176 zend_ulong unused; in phar_make_dirstream() local 191 if (HASH_KEY_NON_EXISTENT == zend_hash_get_current_key(manifest, &str_key, &unused)) { in phar_make_dirstream() 295 zend_ulong unused; in phar_wrapper_open_dir() local 373 zend_hash_get_current_key(&phar->manifest, &str_key, &unused)) { in phar_wrapper_open_dir() 538 zend_ulong unused; in phar_wrapper_rmdir() local 600 HASH_KEY_NON_EXISTENT != zend_hash_get_current_key(&phar->manifest, &str_key, &unused); in phar_wrapper_rmdir() 617 HASH_KEY_NON_EXISTENT != zend_hash_get_current_key(&phar->virtual_dirs, &str_key, &unused); in phar_wrapper_rmdir()
|
H A D | makestub.php | 95 foreach ($s1split as $i => $unused) { 100 foreach ($s3split as $i => $unused) {
|
/PHP-8.1/ext/opcache/tests/opt/ |
H A D | inline_001.phpt | 2 Fuction inlining 001: FETCH_THIS is incompatible with unused result
|
/PHP-8.1/Zend/tests/traits/ |
H A D | language017.phpt | 2 Invalid conflict resolution (unused trait as lhs of "as")
|
H A D | language015.phpt | 2 Invalid conflict resolution (unused trait as lhs of "insteadof")
|
H A D | language016.phpt | 2 Invalid conflict resolution (unused trait as rhs of "insteadof")
|
/PHP-8.1/ |
H A D | .cirrus.yml | 17 …CFLAGS="-Wno-strict-prototypes -Wno-unused-but-set-variable -Wno-single-bit-bitfield-constant-conv…
|
/PHP-8.1/ext/sockets/tests/ |
H A D | ipv4loop.phpt | 21 socket_getsockname($server, $unused, $port);
|