Home
last modified time | relevance | path

Searched refs:empty (Results 326 – 350 of 1348) sorted by relevance

1...<<11121314151617181920>>...54

/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_class_mysqli_warning.phpt54 if (!empty($methods)) {
58 if (!empty($expected_methods)) {
62 if (empty($methods) && empty($expected_methods))
/PHP-7.1/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 Dbug39350.phpt2 Bug #39350 (implode/join() crash on empty input strings)
H A Dbug63943.phpt2 Bug #63943 (Bad warning text from strpos() on empty needle)
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt84 if (!empty($constants)) {
89 if (!empty($expected)) {
94 if (!empty($values)) {
/PHP-7.1/tests/output/
H A Dbug60321.phpt2 Bug #60321 (ob_get_status(true) no longer returns an array when buffer is empty)
/PHP-7.1/Zend/tests/
H A Dlist_empty_error.phpt10 Fatal error: Cannot use empty list in %s on line %d
H A Dconstant_expressions_coalesce_empty_dim.phpt2 Constant expressions with empty dimension fetch on coalesce
H A Dglobals.inc4 var_dump(empty($_SERVER));
/PHP-7.1/ext/spl/tests/
H A Dheap_009.phpt38 // 5. SplPriorityQueue empty
42 // 6. SplPriorityQueue non-empty
H A DSplDoublyLinkedList_current_empty.phpt2 Run current() function on an empty SplDoublyLinkedList.
/PHP-7.1/ext/json/tests/
H A Dbug68938.phpt2 Bug #68938 (json_decode() decodes empty string without indicating error)
/PHP-7.1/ext/standard/tests/file/
H A Dbug37864.phpt2 Bug #37864 (file_get_contents() leaks on empty file)
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 */
H A Dfile_get_contents_variation8-win32.phpt61 Warning: file_get_contents(): Filename cannot be empty in %s on line %d
66 Warning: file_get_contents(): Filename cannot be empty in %sfile_get_contents_variation8-win32.php …
71 Warning: file_get_contents(): Filename cannot be empty in %s on line %d
H A Dfile_get_contents_variation8.phpt57 Warning: file_get_contents(): Filename cannot be empty in %s on line %d
61 Warning: file_get_contents(): Filename cannot be empty in %s on line %d
65 Warning: file_get_contents(): Filename cannot be empty in %s on line %d
/PHP-7.1/scripts/dev/generate-phpt/src/codeSnippets/
H A Darray.txt5 'empty array' => array(),
/PHP-7.1/ext/standard/tests/math/
H A Dbug28228.phpt2 Bug #28228 (number_format() does not allow empty decimal separator)
/PHP-7.1/Zend/tests/return_types/
H A Dgenerators004.phpt2 Generator with return type does not fail with empty return
/PHP-7.1/ext/filter/tests/
H A D002.phpt2 GET test with 2 values and an empty one
/PHP-7.1/ext/standard/tests/array/
H A Dbug67693.phpt2 Bug #67693 - incorrect push to empty array
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
H A Darray_map_variation16.phpt12 * echo(), array(), empty(), eval(), exit(), isset(), list(), print()
24 'empty',
51 Warning: array_map() expects parameter 1 to be a valid callback, function 'empty' not found or inva…
/PHP-7.1/ext/session/tests/
H A Dbug71162.phpt2 updateTimestamp never called when session data is empty
7 Current session module is designed to write empty session always. In addition, current session modu…

Completed in 35 milliseconds

1...<<11121314151617181920>>...54