Home
last modified time | relevance | path

Searched refs:empty (Results 176 – 200 of 918) sorted by relevance

12345678910>>...37

/PHP-8.2/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));
/PHP-8.2/ext/standard/tests/array/
H A Darray_sum_variation7.phpt12 // empty array
14 echo "-- empty array --\n";
67 -- empty array --
H A Darray_udiff_assoc_variation2.phpt64 // empty data
65 'empty string DQ' => "",
66 'empty string SQ' => '',
145 --empty string DQ--
148 --empty string SQ--
H A Darray_udiff_uassoc_variation2.phpt65 // empty data
66 'empty string DQ' => "",
67 'empty string SQ' => '',
146 --empty string DQ--
149 --empty string SQ--
H A Darray_udiff_variation2.phpt64 // empty data
65 'empty string DQ' => "",
66 'empty string SQ' => '',
145 --empty string DQ--
148 --empty string SQ--
H A Darray_uintersect_assoc_variation2.phpt64 // empty data
65 'empty string DQ' => "",
66 'empty string SQ' => '',
145 --empty string DQ--
148 --empty string SQ--
H A Darray_uintersect_uassoc_variation2.phpt65 // empty data
66 'empty string DQ' => "",
67 'empty string SQ' => '',
146 --empty string DQ--
149 --empty string SQ--
H A Darray_uintersect_variation2.phpt64 // empty data
65 'empty string DQ' => "",
66 'empty string SQ' => '',
145 --empty string DQ--
148 --empty string SQ--
H A Darray_multisort_variation7.phpt22 'empty string DQ' => "",
46 ["empty string DQ"]=>
H A Dbug48484.phpt2 Bug 48484 (array_product() always returns 0 for an empty array)
H A Darray_multisort_variation8.phpt28 'empty string DQ' => "",
44 ["empty string DQ"]=>
H A Darray_rand.phpt41 array_rand(): Argument #1 ($array) cannot be empty
42 array_rand(): Argument #1 ($array) cannot be empty
/PHP-8.2/ext/ldap/tests/
H A Dldap_exop.phpt20 if (!empty($user)) {
23 if (!empty($oldpw)) {
26 if (!empty($newpw)) {
/PHP-8.2/ext/standard/tests/general_functions/
H A D004.data4 empty nothing
/PHP-8.2/ext/ftp/tests/
H A Dserver.inc66 if (!empty($ssl)) {
72 if (empty($bug37799)) {
143 if (!empty($bogus)) {
197 if(empty($pasv))
236 if(empty($pasv))
276 if (empty($pasv)) {
331 if(!empty($pasv)){
408 if (empty($bug73457)) {
409 if (!empty($ssl)) {
454 if (empty($pasv)) {
[all …]
/PHP-8.2/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_basic.phpt19 echo "\n-- Testing with empty file --\n";
38 -- Testing with empty file --
H A Dfgetcsv_variation23.phpt2 Test fgetcsv() : usage variations - empty file
5 /* Testing fgetcsv() to read from an empty file */
/PHP-8.2/ext/spl/tests/
H A Ddllist_001.phpt50 Exception: Can't pop from an empty datastructure
51 Exception: Can't shift from an empty datastructure
/PHP-8.2/ext/pdo/tests/
H A Dpdo.inc5 if (empty($GLOBALS['SQL'][$name]))
/PHP-8.2/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-8.2/ext/oci8/tests/
H A Dbug42134.phpt17 if (!empty($dbase)) {
33 if (!empty($dbase)) {
49 if (!empty($dbase)) {
/PHP-8.2/ext/phar/tests/
H A Dcreate_path_error.phpt68 …_put_contents(phar://%s//): Failed to open stream: phar error: file "" in phar "%s" cannot be empty
69 …_put_contents(phar://%s/.): Failed to open stream: phar error: file "" in phar "%s" cannot be empty
70 …ut_contents(phar://%s/../): Failed to open stream: phar error: file "" in phar "%s" cannot be empty
71 …t_contents(phar://%s/a/..): Failed to open stream: phar error: file "" in phar "%s" cannot be empty
/PHP-8.2/ext/json/tests/
H A Dbug68938.phpt2 Bug #68938 (json_decode() decodes empty string without indicating error)

Completed in 27 milliseconds

12345678910>>...37