Home
last modified time | relevance | path

Searched refs:entries (Results 26 – 50 of 86) sorted by relevance

1234

/PHP-8.0/ext/standard/tests/array/
H A Darray_splice_basic.phpt22 echo "test removing entries from the middle \n";
77 test removing entries from the middle
H A Darray_filter_variation5.phpt2 Test array_filter() function : usage variations - 'input' argument with different false entries
/PHP-8.0/ext/zip/tests/
H A Dbug7214.phpt11 $entries = 0;
H A Doo_namelocate.phpt2 Locate entries by name
H A Doo_rename.phpt2 Rename entries
H A Dbug51353.phpt15 /* Either we ship a file with 100000 entries which would be >12M big,
H A Dzip_entry_compressedsize.phpt11 $entries = 0;
H A Dzip_entry_compressionmethod.phpt11 $entries = 0;
H A Dzip_entry_filesize.phpt11 $entries = 0;
H A Dzip_entry_name.phpt11 $entries = 0;
H A Doo_delete.phpt2 Delete entries
/PHP-8.0/Zend/tests/
H A Dbug74053.phpt2 Bug #74053 (Corrupted class entries on shutdown when a destructor spawns another object)
/PHP-8.0/ext/spl/tests/
H A DarrayObject_asort_basic2.phpt5 /* Sort the entries by values.
H A DarrayObject_ksort_basic2.phpt5 /* Sort the entries by key.
H A DarrayObject_asort_basic1.phpt5 /* Sort the entries by values.
H A DarrayObject_ksort_basic1.phpt5 /* Sort the entries by key.
H A DarrayObject_natcasesort_basic1.phpt5 /* Sort the entries by values using case insensitive "natural order" algorithm.
H A DarrayObject_natsort_basic1.phpt5 /* Sort the entries by values using "natural order" algorithm.
/PHP-8.0/ext/phar/tests/
H A D010.phpt29 internal corruption of phar "%s" (too many manifest entries for size of manifest)
H A Dtest_unset.phpt15 $phar = new Phar($fname); // no entries, never flushed
/PHP-8.0/ext/imap/tests/
H A Dimap_setflag_full_basic.phpt17 // Testing multiple entries entry
H A Dimap_clearflag_full_uid.phpt22 // Testing multiple entries entry
/PHP-8.0/ext/standard/
H A Ddns_win32.c216 zval entries; in php_parserr() local
220 array_init(&entries); in php_parserr()
231 add_next_index_stringl(&entries, data_txt->pStringArray[i], len); in php_parserr()
236 add_assoc_zval(subarray, "entries", &entries); in php_parserr()
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt30 // the debug file should have entries
78 // what will happen if we create new trace entries...?
/PHP-8.0/ext/dba/tests/
H A Ddba_cdb_read.phpt23 // display number of entries and key existence

Completed in 78 milliseconds

1234