Home
last modified time | relevance | path

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

12345678910>>...39

/php-src/ext/standard/tests/strings/
H A Ducwords_variation5.phpt9 var_dump(ucwords('testing empty delimiters', ''));
18 string(%d) "Testing empty delimiters"
/php-src/ext/opcache/tests/
H A Djmp_elim_002.phpt2 Incorrect empty basic block elimination
17 if ( ! empty( $r['limit'] ) ) {
/php-src/ext/gettext/tests/
H A Dgettext_bind_textdomain_codeset-retval.phpt23 bind_textdomain_codeset(): Argument #1 ($domain) cannot be empty
24 bind_textdomain_codeset(): Argument #1 ($domain) cannot be empty
H A Ddcngettext.phpt36 dcngettext(): Argument #1 ($domain) cannot be empty
37 dcngettext(): Argument #1 ($domain) cannot be empty
/php-src/ext/dom/tests/modern/xml/
H A DXMLDocument_createFromFile_empty_input.phpt2 XMLDocument::createFromFile() - empty input
12 Warning: Dom\XMLDocument::createFromFile(): Document is empty in php://memory, line: 1 in %s on lin…
/php-src/ext/pgsql/tests/
H A Dchangepassword.phpt27 pg_change_password(): Argument #2 ($user) cannot be empty
28 pg_change_password(): Argument #3 ($password) cannot be empty
/php-src/ext/openssl/tests/
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));
H A Dopenssl_pkcs7_encrypt_basic.phpt25 $empty = "";
34 var_dump(openssl_pkcs7_encrypt($empty, $outfile, $single_cert, $headers, 0, $cipher));
35 var_dump(openssl_pkcs7_encrypt($infile, $empty, $single_cert, $headers, 0, $cipher));
37 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $empty, $headers, 0, $cipher));
H A Dopenssl_cms_verify_basic.phpt17 $empty = "";
21 var_dump(openssl_cms_verify($empty, 0));
23 var_dump(openssl_cms_verify($eml, 0, $empty));
/php-src/ext/mysqli/tests/
H A Dmysqli_class_mysqli_driver_interface.phpt22 if (!empty($expected_methods)) {
26 if (!empty($methods)) {
30 if (empty($expected_methods) && empty($methods)) {
/php-src/ext/spl/tests/
H A Dfixedarray_021.phpt6 /* empty count */
31 /* fromArray() from empty array */
60 var_dump(empty($a["3"]));
H A Dspl_heap_isempty.phpt9 echo "Checking a new heap is empty: ";
19 Checking a new heap is empty: bool(true)
/php-src/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-src/ext/opcache/tests/opt/
H A Dnullsafe_001.phpt17 var_dump(empty($null?->foo));
24 var_dump(empty($obj?->foo));
67 0013 T1 = ISSET_ISEMPTY_PROP_OBJ (empty) CV0($obj) string("foo")
H A Dgh11245_1.phpt17 if (!empty($xx)) {return;}
25 0000 T1 = ISSET_ISEMPTY_CV (empty) CV0($xx)
/php-src/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]));
H A Darray_access_002.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]));
/php-src/ext/dom/tests/
H A DDOMElement_insertAdjacentElement.phpt62 $empty = $dom->createElement('empty');
63 var_dump($empty->insertAdjacentElement("afterbegin", $dom->createElement('A'))->tagName);
64 echo $dom->saveXML($empty), "\n";
120 <empty><A/></empty>
/php-src/Zend/
H A Dzend_language_parser.y428 %empty
480 | %empty
533 %empty
580 %empty { $$ = 0; }
585 %empty { $$ = 0; }
797 %empty
933 | %empty
1034 %empty
1043 %empty
1302 %empty { $$ = 0; }
[all …]
/php-src/Zend/tests/offsets/
H A DArrayObject_container_offset_behaviour.phpt19 empty():
39 Nested empty():
69 empty():
113 Nested empty():
145 Cannot access offset of type %s in isset or empty
146 empty():
162 Nested empty():
190 empty():
210 Nested empty():
241 empty():
[all …]
/php-src/ext/standard/tests/array/
H A Darray_merge_variation3.phpt69 // empty data
70 /*5*/ 'empty string' => array(
75 /*6*/ 'empty array' => array(
238 -- Iteration 5: empty string data --
260 -- Iteration 6: empty array data --
/php-src/ext/standard/tests/file/
H A Dfscanf_variation52.phpt2 Test fscanf() function: usage variations - empty file
6 /* Test fscanf() to scan an empty file */
10 echo "*** Test fscanf(): to read an empty file ***\n";
27 // create an empty file
62 *** Test fscanf(): to read an empty file ***
/php-src/ext/bz2/tests/
H A Dbug71263.phpt17 // --> fread() displays empty string then garbage, no errors detected:
22 // --> fread() displays the empty string:
27 // --> fread() displays an empty string, then the correct plain text, no error detected:
/php-src/ext/standard/tests/streams/
H A Dbug60817.phpt5 class TestStream { //data, empty data, empty data + eof
/php-src/ext/dba/tests/
H A Dvalue_errors_open.phpt124 dba_open(): Argument #1 ($path) cannot be empty
125 dba_open(): Argument #2 ($mode) cannot be empty
126 dba_open(): Argument #3 ($handler) cannot be empty
136 dba_popen(): Argument #1 ($path) cannot be empty
137 dba_popen(): Argument #2 ($mode) cannot be empty
138 dba_popen(): Argument #3 ($handler) cannot be empty

Completed in 30 milliseconds

12345678910>>...39