Home
last modified time | relevance | path

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

12345678910>>...37

/PHP-8.2/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-8.2/ext/standard/tests/array/
H A Dusort_variation4.phpt57 // empty array
60 echo "\n-- Sorting empty array --\n";
145 -- Sorting empty array --
H A Darray_diff_variation4.phpt27 /*1*/"empty array" => array(),
61 "empty" => array(
62 // empty data
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_merge_variation4.phpt55 // empty data
56 /*8*/ 'empty double quotes' => array(
60 /*9*/ 'empty single quotes' => array(
206 -- Iteration 6: empty double quotes data --
224 -- Iteration 7: empty single quotes data --
H A Darray_slice_variation7.phpt56 // empty data
57 /*8*/ 'empty double quotes' => array(
61 /*9*/ 'empty single quotes' => array(
179 -- Iteration 6 : key type is empty double quotes --
191 -- Iteration 7 : key type is empty single quotes --
H A Darray_diff_variation3.phpt27 /*1*/"empty array" => array(),
61 "empty" => array(
62 // empty data
H A Duasort_variation4.phpt50 // empty array
52 echo "-- Sorting empty array --\n";
134 -- Sorting empty array --
/PHP-8.2/ext/intl/tests/
H A Didn_uts46_errors.phpt17 echo "empty domain:", "\n";
43 empty domain:
45 Warning: idn_to_ascii(): idn_to_ascii: empty domain name in %s on line %d
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_stmt_error.phpt27 printf("[006] Expecting string/any non empty, got %s/%s\n", gettype($tmp), $tmp);
34 printf("[008] Expecting empty string, got %s/%s\n", gettype($tmp), $tmp);
43 printf("[010] Expecting string/any non empty, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_get_client_stats.phpt86 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
140 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
158 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
182 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
206 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
228 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
242 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
259 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
284 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
305 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-8.2/ext/pdo_mysql/tests/
H A Dconfig.inc36 if (!empty($_ENV['TMP']))
38 if (!empty($_ENV['TMPDIR']))
40 if (!empty($_ENV['TEMP']))
/PHP-8.2/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 Dsubstr_count_basic.phpt37 substr_count(): Argument #2 ($needle) cannot be empty
38 substr_count(): Argument #2 ($needle) cannot be empty
/PHP-8.2/ext/standard/tests/general_functions/
H A Darray_is_list.phpt14 test_is_list("empty", []);
57 test_is_list("unset to empty", $arr);
72 empty: true
95 unset to empty: true
/PHP-8.2/ext/xmlreader/tests/
H A DsetSchema_error.phpt26 $reader->setSchema('schema-empty.xsd');
40 XMLReader::setSchema(): Argument #1 ($filename) cannot be empty
/PHP-8.2/ext/opcache/tests/jit/
H A Dgh8461-006.inc2 // empty
/PHP-8.2/ext/xmlwriter/tests/
H A D010.phpt33 // Force to write and empty the buffer
34 xmlwriter_flush($xw, empty: true);
/PHP-8.2/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.2/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.2/ext/pdo_sqlite/tests/
H A Dbug_42589.phpt24 var_dump(!empty($meta1['table']) && $meta1['table'] == 'test');
25 var_dump(!empty($meta2['table']) && $meta2['table'] == 'test');
/PHP-8.2/ext/standard/tests/file/
H A Dinclude_userstream_003.phpt18 return !empty($this->stream);
30 if (!empty($this->stream)) {
40 if (!empty($this->stream)) {
48 if (!empty($this->stream)) {
56 if (!empty($this->stream)) {
/PHP-8.2/Zend/tests/
H A Disset_array.phpt49 Illegal offset type in isset or empty
50 Illegal offset type in isset or empty

Completed in 25 milliseconds

12345678910>>...37