Home
last modified time | relevance | path

Searched refs:empty (Results 276 – 300 of 1348) sorted by relevance

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

/PHP-7.1/ext/standard/tests/file/
H A Dis_dir_variation1.phpt14 echo "-- Testing is_dir() with an empty dir --\n";
36 -- Testing is_dir() with an empty dir --
H A Dreadfile_variation10.phpt57 Warning: readfile(): Filename cannot be empty in %s on line %d
60 Warning: readfile(): Filename cannot be empty in %s on line %d
63 Warning: readfile(): Filename cannot be empty in %s on line %d
H A Dfstat_variation3.phpt11 'empty string DQ' => "",
12 'empty string SQ' => '',
H A Dfopen_variation4.phpt72 'empty array' => array(),
87 // empty data
88 'empty string DQ' => "",
89 'empty string SQ' => '',
168 --empty array--
208 --empty string DQ--
212 --empty string SQ--
/PHP-7.1/ext/standard/tests/array/
H A Darray_sum_variation7.phpt17 // empty array
19 echo "-- empty array --\n";
72 -- empty array --
H A Darray_diff_variation3.phpt33 /*1*/"empty array" => array(),
67 "empty" => array(
68 // empty data
H A Darray_merge_variation4.phpt72 // empty data
73 /*8*/ 'empty double quotes' => array(
77 /*9*/ 'empty single quotes' => array(
271 -- Iteration 8: empty double quotes data --
289 -- Iteration 9: empty single quotes data --
H A Darray_slice_variation7.phpt73 // empty data
74 /*8*/ 'empty double quotes' => array(
78 /*9*/ 'empty single quotes' => array(
232 -- Iteration 8 : key type is empty double quotes --
244 -- Iteration 9 : key type is empty single quotes --
H A Dbug48484.phpt2 Bug 48484 (array_product() always returns 0 for an 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--
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_stmt_error.phpt36 printf("[006] Expecting string/any non empty, got %s/%s\n", gettype($tmp), $tmp);
43 printf("[008] Expecting empty string, got %s/%s\n", gettype($tmp), $tmp);
52 printf("[010] Execting string/any non empty, got %s/%s\n", gettype($tmp), $tmp);
/PHP-7.1/ext/oci8/tests/
H A Dbug42134.phpt15 if (!empty($dbase)) {
31 if (!empty($dbase)) {
47 if (!empty($dbase)) {
/PHP-7.1/ext/standard/tests/strings/
H A Ddefault_charset.phpt34 // Set internal_encoding to empty and try again
35 echo "*** Change internal_encoding to empty ***\n";
83 *** Change internal_encoding to empty ***
H A Dbug67151.phpt2 Buf #67151: strtr with empty array crashes
H A Dbug26819.phpt2 Bug #26819 (http_build_query() crash on empty output)
/PHP-7.1/ext/standard/tests/general_functions/
H A D004.data4 empty nothing
H A Dproc_nice_variation3.phpt26 'empty string DQ' => "",
27 'empty string SQ' => '',
/PHP-7.1/ext/pdo/tests/
H A Dpdo.inc5 if (empty($GLOBALS['SQL'][$name]))
/PHP-7.1/ext/posix/tests/
H A Dposix_seteuid_variation3.phpt26 'empty string DQ' => "",
27 'empty string SQ' => '',
H A Dposix_setgid_variation3.phpt26 'empty string DQ' => "",
27 'empty string SQ' => '',
H A Dposix_setuid_variation3.phpt26 'empty string DQ' => "",
27 'empty string SQ' => '',
/PHP-7.1/ext/reflection/tests/
H A Dproperty_exists.phpt12 public $empty;
81 var_dump(property_exists(NULL, 'empty'));
82 var_dump(property_exists(25,'empty'));
87 var_dump(property_exists('A','empty'));
91 var_dump(property_exists(new A, 'empty'));
/PHP-7.1/ext/opcache/tests/
H A Dopcache-1.blacklist2 ; and empty line are ignored
/PHP-7.1/Zend/tests/
H A Dbug69893.phpt2 Bug #69893: Strict comparison between integer and empty string keys crashes
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_interface.phpt49 if (!empty($expected)) {
53 if (!empty($methods)) {

Completed in 65 milliseconds

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