Home
last modified time | relevance | path

Searched refs:empty (Results 126 – 150 of 872) sorted by relevance

12345678910>>...35

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_driver_interface.phpt29 if (!empty($expected_methods)) {
33 if (!empty($methods)) {
37 if (empty($expected_methods) && empty($methods))
H A Dmysqli_get_client_stats.phpt90 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
144 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
162 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
186 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
210 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
232 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
246 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
263 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
288 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
309 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
[all …]
H A Dmysqli_get_client_stats_off.phpt18 if (!is_array($before) || empty($before)) {
19 printf("[001] Expecting non-empty array, got %s.\n", gettype($before));
/PHP-7.4/ext/spl/tests/
H A Dclass_implements_variation1.phpt71 'empty array' => array(),
86 // empty data
87 'empty string DQ' => "",
88 'empty string SQ' => '',
154 --empty array--
194 --empty string DQ--
198 --empty string SQ--
H A Dclass_uses_variation1.phpt71 'empty array' => array(),
86 // empty data
87 'empty string DQ' => "",
88 'empty string SQ' => '',
154 --empty array--
194 --empty string DQ--
198 --empty string SQ--
H A Ddllist_004.phpt50 Exception: Can't pop from an empty datastructure
51 Exception: Can't shift from an empty datastructure
H A Ddllist_005.phpt50 Exception: Can't shift from an empty datastructure
51 Exception: Can't shift from an empty datastructure
/PHP-7.4/ext/standard/tests/file/
H A Dreadlink_realpath_variation3.phpt14 echo "\n*** Testing readlink() and realpath() with linkname as empty string, NULL and single space …
20 /* empty linkname */
40 *** Testing readlink() and realpath() with linkname as empty string, NULL and single space ***
H A Dinclude_userstream_003.phpt17 return !empty($this->stream);
29 if (!empty($this->stream)) {
39 if (!empty($this->stream)) {
47 if (!empty($this->stream)) {
55 if (!empty($this->stream)) {
H A Dis_dir_variation1.phpt14 echo "-- Testing is_dir() with an empty dir --\n";
36 -- Testing is_dir() with an empty dir --
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_pkcs7_verify_basic.phpt20 $empty = "";
24 var_dump(openssl_pkcs7_verify($empty, 0));
26 var_dump(openssl_pkcs7_verify($eml, 0, $empty));
/PHP-7.4/ext/pdo_mysql/tests/
H A Dconfig.inc36 if (!empty($_ENV['TMP']))
38 if (!empty($_ENV['TMPDIR']))
40 if (!empty($_ENV['TEMP']))
/PHP-7.4/ext/posix/tests/
H A Dposix_ttyname_variation3.phpt27 'empty string DQ' => "",
28 'empty string SQ' => '',
/PHP-7.4/ext/standard/tests/array/
H A Darray_key_exists_variation6.phpt23 'empty single quoted string' => '',
24 "empty double quoted string" => "",
64 -- Key in $search array is : empty single quoted string --
72 -- Key in $search array is : empty double quoted string --
H A Deach_variation3.phpt69 // empty data
70 /*8*/ 'empty double quotes' => array(
74 /*9*/ 'empty single quotes' => array(
195 -- Iteration 8: empty double quotes data --
207 -- Iteration 9: empty single quotes data --
H A Darray_merge_variation3.phpt74 // empty data
75 /*5*/ 'empty string' => array(
80 /*6*/ 'empty array' => array(
243 -- Iteration 5: empty string data --
265 -- Iteration 6: empty array data --
H A Dusort_variation4.phpt62 // empty array
65 echo "\n-- Sorting empty array --\n";
151 -- Sorting empty array --
H A Darray_diff_variation4.phpt33 /*1*/"empty array" => array(),
67 "empty" => array(
68 // empty data
H A Dbug48484.phpt2 Bug 48484 (array_product() always returns 0 for an empty array)
/PHP-7.4/ext/standard/tests/general_functions/
H A D004.data4 empty nothing
/PHP-7.4/ext/pdo/tests/
H A Dpdo.inc5 if (empty($GLOBALS['SQL'][$name]))
/PHP-7.4/ext/standard/tests/strings/
H A Dstrpbrk_error.phpt23 echo "\n-- Testing strpbrk() function with empty second argument --\n";
45 -- Testing strpbrk() function with empty second argument --
47 Warning: strpbrk(): The character list cannot be empty in %s on line %d
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.4/ext/opcache/tests/
H A Dopcache-1.blacklist2 ; and empty line are ignored

Completed in 28 milliseconds

12345678910>>...35