Home
last modified time | relevance | path

Searched refs:empty (Results 201 – 225 of 872) sorted by relevance

12345678910>>...35

/PHP-7.4/ext/spl/tests/
H A DArrayObject_unserialize_empty_string.phpt2 ArrayObject: test that you can unserialize a empty string
H A DSplObjectStorage_setInfo_empty_storage.phpt2 Check that SplObjectStorage::setInfo returns NULL when storage is empty
H A DSplFileObject_fputcsv_variation15.phpt2 SplFileObject::fputcsv() with empty $escape
/PHP-7.4/ext/standard/tests/array/
H A Dbug75653.phpt2 Bug #75653: array_values don't work on empty array
H A Darray_multisort_variation2.phpt68 'empty array' => array(),
83 // empty data
84 'empty string DQ' => "",
85 'empty string SQ' => '',
150 --empty array--
189 --empty string DQ--
193 --empty string SQ--
H A Darray_rand.phpt22 Warning: array_rand(): Array is empty in %s on line %d
25 Warning: array_rand(): Array is empty in %s on line %d
/PHP-7.4/ext/standard/tests/file/
H A Dbug61961.phpt2 Bug #61961 (file_get_content leaks when access empty file with max length)
H A Dfputcsv_variation16.phpt2 fputcsv() with empty $escape
H A Dfile_get_contents_file_put_contents_basic.phpt28 echo "\n-- Testing with empty file --\n";
47 -- Testing with empty file --
H A Dfgetcsv_variation23.phpt2 Test fgetcsv() : usage variations - empty file
10 /* Testing fgetcsv() to read from an empty file */
/PHP-7.4/ext/dom/tests/
H A DDOMAttr_value_basic_001.phpt2 Read empty $value.
/PHP-7.4/ext/iconv/tests/
H A Dbug72320.phpt2 Bug #72320 (iconv_substr returns false for empty strings)
/PHP-7.4/ext/standard/tests/strings/
H A Dlevenshtein.phpt30 $n += test_me("1st empty" , 3, "", "xzy");
31 $n += test_me("2nd empty" , 3, "xzy", "");
32 $n += test_me("both empty" , 0, "", "");
H A Dquotemeta_basic_1.phpt2 Test function quotemeta() - using an empty string is given as str.
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt84 if (!empty($constants)) {
89 if (!empty($expected)) {
94 if (!empty($values)) {
/PHP-7.4/ext/opcache/tests/
H A Dsccp_loop_var_free.phpt8 if (!empty($result)) {
H A Dsend_unpack_empty_array.phpt2 Type inference of SEND_UNPACK with empty array
/PHP-7.4/Zend/tests/
H A Darray_splice_empty_ht_iter_removal.phpt2 HT iterator should be destroyed if array becomes empty during array_splice
H A Dns_trailing_comma_error_01.phpt2 Group use declarations mustn't be empty
H A Dlist_006.phpt2 Testing nested list() with empty array
/PHP-7.4/Zend/tests/try/
H A Dtry_finally_011.phpt2 Try finally (segfault with empty break)
/PHP-7.4/ext/session/tests/
H A Dbug71162.phpt2 updateTimestamp never called when session data is empty
9 Current session module is designed to write empty session always. In addition, current session modu…
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc100 if (!empty($ssl)) {
106 if (empty($bug37799)) {
179 if (!empty($bogus)) {
232 if(empty($pasv))
271 if(empty($pasv))
311 if (empty($pasv)) {
366 if(!empty($pasv)){
439 if (empty($bug73457)) {
441 if (!empty($ssl)) {
465 if (empty($bug73457)) {
[all …]
/PHP-7.4/ext/oci8/tests/
H A Dconnect.inc5 if (!empty($dbase)) {
/PHP-7.4/sapi/phpdbg/tests/
H A Dbug76801.phpt14 include __DIR__.'/empty.inc';

Completed in 38 milliseconds

12345678910>>...35