Home
last modified time | relevance | path

Searched refs:unused (Results 1 – 25 of 73) sorted by relevance

123

/php-src/ext/spl/tests/
H A Dserialize_property_tables.phpt7 private $unused = 123;
15 private $unused = 123;
19 private $unused = 123;
41 ["%0MyArrayObject%0unused"]=>
55 ["%0MySplDoublyLinkedList%0unused"]=>
65 ["%0MySplObjectStorage%0unused"]=>
/php-src/Zend/tests/
H A Dbug64515.phpt5 function foo($unused = null, $unused = null, $arg = array()) {
12 Fatal error: Redefinition of parameter $unused in %sbug64515.php on line 2
H A Dbug69174.phpt2 Bug #69174 (leaks when unused inner class use traits precedence)
/php-src/ext/zend_test/tests/
H A Dobserver_retval_04.phpt23 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 Dobserver_retval_03.phpt20 foo(); // Retval unused
H A Dobserver_retval_06.phpt18 foo(); // Retval unused
H A Dobserver_retval_by_ref_01.phpt18 foo(); // Retval unused
H A Dobserver_retval_01.phpt18 foo(); // Retval unused
H A Dobserver_retval_05.phpt17 foo(); // Retval unused
H A Dobserver_retval_07.phpt22 foo(); // Retval unused
H A Dobserver_retval_by_ref_02.phpt18 foo(); // Retval unused
/php-src/ext/dom/lexbor/patches/
H A DREADME.md15 …A PHP specific patch to patch out the CSS parser, which is unused and hence this patch reduces the…
20 * 0001-Remove-unused-upper-case-tag-static-data.patch
21 …A PHP specific patch to remove unused upper case tag static data. This shrinks the static data siz…
37 * `git am -3 ../patches/0001-Remove-unused-upper-case-tag-static-data.patch`
/php-src/Zend/tests/generators/
H A Dgenerator_closure_unused.phpt2 Closures can be unused generators
/php-src/Zend/tests/nullsafe_operator/
H A D040.phpt5 function &returns_ref($unused) {
H A D028.phpt6 function &returns_ref($unused) {
/php-src/ext/phar/
H A Ddirstream.c94 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 Dmakestub.php95 foreach ($s1split as $i => $unused) {
100 foreach ($s3split as $i => $unused) {
/php-src/ext/opcache/tests/opt/
H A Dinline_001.phpt2 Fuction inlining 001: FETCH_THIS is incompatible with unused result
/php-src/ext/standard/tests/assert/
H A Dassert03.phpt11 function a($file, $line, $unused, $desc)
16 function b($file, $line, $unused, $desc)
H A Dassert.phpt11 function a($file, $line, $unused, $desc)
18 static function assert($file, $line, $unused, $desc)
H A Dbug80290.phpt6 assert_options(ASSERT_CALLBACK, function($file, $line, $unused, $message) {
/php-src/Zend/tests/traits/
H A Dlanguage015.phpt2 Invalid conflict resolution (unused trait as lhs of "insteadof")
H A Dlanguage016.phpt2 Invalid conflict resolution (unused trait as rhs of "insteadof")
H A Dlanguage017.phpt2 Invalid conflict resolution (unused trait as lhs of "as")
/php-src/ext/sockets/tests/
H A Dipv4loop.phpt21 socket_getsockname($server, $unused, $port);

Completed in 32 milliseconds

123