Home
last modified time | relevance | path

Searched refs:empty (Results 151 – 175 of 883) sorted by relevance

12345678910>>...36

/PHP-8.0/ext/posix/tests/
H A Dposix_ttyname_variation3.phpt27 'empty string DQ' => "",
28 'empty string SQ' => '',
/PHP-8.0/ext/fileinfo/tests/
H A Dfinfo_file_001.phpt30 finfo_file(): Argument #1 ($finfo) cannot be empty
31 finfo_file(): Argument #1 ($finfo) cannot be empty
/PHP-8.0/ext/standard/tests/strings/
H A Dexplode.phpt63 explode(): Argument #1 ($separator) cannot be empty
64 explode(): Argument #1 ($separator) cannot be empty
65 explode(): Argument #1 ($separator) cannot be empty
80 explode(): Argument #1 ($separator) cannot be empty
H A Dbug67151.phpt2 Buf #67151: strtr with empty array crashes
H A Dsubstr_count_basic.phpt37 substr_count(): Argument #2 ($needle) cannot be empty
38 substr_count(): Argument #2 ($needle) cannot be empty
H A Dbug26819.phpt2 Bug #26819 (http_build_query() crash on empty output)
H A Dbug79951.phpt2 Bug #79951: Memory leak in str_replace of empty string
/PHP-8.0/ext/standard/tests/array/
H A Darray_key_exists_variation6.phpt17 'empty single quoted string' => '',
18 "empty double quoted string" => "",
58 -- Key in $search array is : empty single quoted string --
66 -- Key in $search array is : empty double quoted string --
H A Darray_diff_variation3.phpt27 /*1*/"empty array" => array(),
61 "empty" => array(
62 // empty data
H A Dbug48484.phpt2 Bug 48484 (array_product() always returns 0 for an empty array)
/PHP-8.0/ext/standard/tests/general_functions/
H A D004.data4 empty nothing
/PHP-8.0/ext/xmlreader/tests/
H A DsetSchema_error.phpt26 $reader->setSchema('schema-empty.xsd');
40 XMLReader::setSchema(): Argument #1 ($filename) cannot be empty
/PHP-8.0/ext/spl/tests/
H A Ddllist_004.phpt48 Exception: Can't pop from an empty datastructure
49 Exception: Can't shift from an empty datastructure
H A Ddllist_005.phpt48 Exception: Can't shift from an empty datastructure
49 Exception: Can't shift from an empty datastructure
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_get_client_stats_off.phpt17 if (!is_array($before) || empty($before)) {
18 printf("[001] Expecting non-empty array, got %s.\n", gettype($before));
H A Dmysqli_get_client_stats.phpt85 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
139 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
157 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
181 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
205 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
227 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
241 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
258 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
283 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
304 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
[all …]
/PHP-8.0/Zend/tests/
H A Disset_array.phpt47 Illegal offset type in isset or empty
48 Illegal offset type in isset or empty
H A Dbug69893.phpt2 Bug #69893: Strict comparison between integer and empty string keys crashes
/PHP-8.0/ext/pdo/tests/
H A Dpdo.inc5 if (empty($GLOBALS['SQL'][$name]))
/PHP-8.0/ext/xmlwriter/tests/
H A D010.phpt35 // Force to write and empty the buffer
36 xmlwriter_flush($xw, empty: true);
/PHP-8.0/ext/mbstring/tests/
H A Dmb_substr_count.phpt44 mb_substr_count(): Argument #2 ($needle) must not be empty
45 mb_substr_count(): Argument #2 ($needle) must not be empty
/PHP-8.0/ext/json/tests/
H A Dbug68938.phpt2 Bug #68938 (json_decode() decodes empty string without indicating error)
/PHP-8.0/ext/standard/tests/file/
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)) {
/PHP-8.0/ext/opcache/tests/
H A Dopcache-1.blacklist2 ; and empty line are ignored
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_cms_verify_der.phpt20 $empty = "";
26 var_dump(openssl_cms_verify($empty, 0));
28 var_dump(openssl_cms_verify($eml, 0, $empty));

Completed in 26 milliseconds

12345678910>>...36