Home
last modified time | relevance | path

Searched refs:empty (Results 101 – 125 of 883) sorted by relevance

12345678910>>...36

/PHP-8.0/ext/standard/tests/array/
H A Darray_shift_variation2.phpt66 // empty data
67 /*5*/ 'empty string' => array(
72 /*6*/ 'empty array' => array(
162 -- Iteration 5: empty string data --
169 -- Iteration 6: empty array data --
H A Darray_change_key_case_variation3.phpt62 // empty data
63 /*5*/ 'empty double quotes' => array(
66 'empty single quotes' => array(
159 -- Iteration 8 : empty double quotes data --
165 -- Iteration 9 : empty single quotes data --
H A Darray_push_variation6.phpt64 // empty data
65 /*5*/ 'empty double quotes' => array(
68 'empty single quotes' => array(
134 -- Iteration 8 : empty double quotes data --
138 -- Iteration 9 : empty single quotes data --
H A Darray_shift_variation3.phpt63 // empty data
64 /*8*/ 'empty double quotes' => array(
68 /*9*/ 'empty single quotes' => array(
155 -- Iteration 8 : empty double quotes data --
160 -- Iteration 9 : empty single quotes data --
H A Darray_values_variation3.phpt64 // empty data
65 /*8*/ 'empty double quotes' => array(
69 /*9*/ 'empty single quotes' => array(
161 -- Iteration 8: empty double quotes data --
167 -- Iteration 9: empty single quotes data --
/PHP-8.0/ext/odbc/tests/
H A Dbug73448.phpt13 "/* empty batch is without error */",
15 "/* empty batch,error message is not empty */",
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_prepare_no_object.phpt41 a) [1065] Query was empty
42 b) [1065] Query was empty
43 c) [1065] Query was empty
44 c) [1065] Query was empty
H A Dbug46614.phpt2 Bug #46614 (Extended MySQLi class gives incorrect empty() result)
19 return empty($this->extData);
H A Dconnect.inc4 database "test" and empty password.
34 if (!empty($_ENV['TMP']))
36 if (!empty($_ENV['TMPDIR']))
38 if (!empty($_ENV['TEMP']))
105 !empty($row)) {
137 if (empty($errcodes)) {
/PHP-8.0/ext/standard/tests/file/
H A Dinclude_userstream_002.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/Zend/tests/weakrefs/
H A Dweakmap_basic_map_behavior.phpt18 var_dump(!empty($map[$obj]));
24 var_dump(!empty($map[$obj]));
30 var_dump(!empty($map[$obj]));
36 var_dump(!empty($map[$obj]));
42 var_dump(!empty($map[$obj]));
/PHP-8.0/ext/pdo_oci/tests/
H A Dpdo_oci_class_constants.phpt44 if (!empty($constants)) {
49 if (!empty($expected)) {
54 if (!empty($values)) {
/PHP-8.0/ext/standard/tests/strings/
H A Ducwords_variation5.phpt9 var_dump(ucwords('testing empty delimiters', ''));
18 string(%d) "Testing empty delimiters"
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_pkcs7_sign_basic.phpt19 $empty = "";
26 var_dump(openssl_pkcs7_sign($empty, $outfile, $single_cert, $privkey, $headers));
27 var_dump(openssl_pkcs7_sign($infile, $empty, $single_cert, $privkey, $headers));
29 var_dump(openssl_pkcs7_sign($infile, $outfile, $empty, $privkey, $headers));
H A Dopenssl_cms_sign_basic.phpt19 $empty = "";
30 var_dump(openssl_cms_sign($empty, $outfile, $single_cert, $privkey, $headers));
31 var_dump(openssl_cms_sign($infile, $empty, $single_cert, $privkey, $headers));
33 var_dump(openssl_cms_sign($infile, $outfile, $empty, $privkey, $headers));
/PHP-8.0/ext/zip/tests/
H A Dbug53885.phpt2 Bug #53885 (ZipArchive segfault with FL_UNCHANGED on empty archive)
24 Deprecated: ZipArchive::open(): Using empty file as ZipArchive is deprecated in %s
/PHP-8.0/ext/opcache/tests/
H A Djmp_elim_002.phpt2 Incorrect empty basic block elimination
17 if ( ! empty( $r['limit'] ) ) {
/PHP-8.0/ext/imap/tests/
H A Dbug80223.phpt26 imap_mail_compose(): Argument #2 ($bodies) cannot be empty
28 imap_mail_compose(): Argument #2 ($bodies) individual body cannot be empty
/PHP-8.0/ext/spl/tests/
H A Dspl_heap_isempty.phpt9 echo "Checking a new heap is empty: ";
19 Checking a new heap is empty: bool(true)
H A Dfixedarray_021.phpt6 /* empty count */
31 /* fromArray() from empty array */
60 var_dump(empty($a["3"]));
/PHP-8.0/ext/standard/tests/general_functions/
H A D003.phpt26 $n += test_me("1st empty" , 3, "", "xzy");
27 $n += test_me("2nd empty" , 3, "xzy", "");
28 $n += test_me("both empty" , 0, "", "");
/PHP-8.0/ext/opcache/tests/opt/
H A Dnullsafe_001.phpt16 var_dump(empty($null?->foo));
23 var_dump(empty($obj?->foo));
66 0013 T1 = ISSET_ISEMPTY_PROP_OBJ (empty) CV0($obj) string("foo")
/PHP-8.0/ext/oci8/tests/
H A Dconnect_1.phpt10 if (!empty($dbase)) {
17 if (!empty($dbase)) {
/PHP-8.0/ext/standard/tests/streams/
H A Dbug60817.phpt5 class TestStream { //data, empty data, empty data + eof
/PHP-8.0/tests/classes/
H A Darray_access_001.phpt32 var_dump(empty($obj[0]));
33 var_dump(empty($obj[1]));
34 var_dump(empty($obj[2]));
35 var_dump(empty($obj['4th']));
36 var_dump(empty($obj['5th']));
37 var_dump(empty($obj[6]));

Completed in 27 milliseconds

12345678910>>...36