Home
last modified time | relevance | path

Searched refs:empty (Results 301 – 325 of 883) sorted by relevance

1...<<11121314151617181920>>...36

/PHP-8.0/ext/openssl/tests/
H A Dopenssl_seal_basic.phpt43 openssl_seal(): Argument #4 ($public_key) cannot be empty
49 openssl_seal(): Argument #4 ($public_key) cannot be empty
/PHP-8.0/ext/standard/tests/array/
H A Darray_walk_recursive_variation3.phpt7 * integer, float, string, bool, null, empty & mixed
35 // empty array
/PHP-8.0/ext/soap/tests/
H A Dfault_warning.phpt2 SoapFault class: Invalid Fault code warning given? Can't be an empty string, an array of not 2 elem…
9 new SoapFault("", "message"); // Can't be an empty string
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_error_oo.phpt17 printf("[001] Expecting empty string, got %s/'%s'\n", gettype($tmp), $tmp);
25 …printf("[003] Expecting string/empty, got %s/%s. [%d] %s\n", gettype($tmp), $tmp, $mysqli->errno, …
H A Dmysqli_get_connection_stats_off.phpt24 if (!is_array($before) || empty($before)) {
25 printf("[002] Expecting non-empty array, got %s.\n", gettype($before));
H A Dmysqli_class_mysqli_interface.phpt82 if (!empty($methods)) {
86 if (!empty($expected_methods)) {
90 if (empty($methods) && empty($expected_methods))
126 if (!empty($expected_class_variables)) {
130 if (!empty($variables)) {
145 if (!empty($expected_object_variables)) {
149 if (!empty($variables)) {
H A Dmysqli_class_mysqli_stmt_interface.phpt59 if (!empty($methods)) {
63 if (!empty($expected_methods)) {
67 if (empty($methods) && empty($expected_methods))
/PHP-8.0/ext/oci8/tests/
H A Dconnect_scope1.phpt17 if (!empty($dbase))
32 if (!empty($dbase))
H A Dconnect_scope2.phpt17 if (!empty($dbase))
32 if (!empty($dbase))
/PHP-8.0/Zend/tests/
H A Dbug63762.phpt15 echo "\nArray of empty array:\n";
36 Array of empty array:
H A Dbug75420.3.phpt12 var_dump(empty($obj->$name));
H A Dbug75420.6.phpt12 var_dump(empty($obj->$name));
H A Dbug75420.4.phpt13 var_dump(empty($obj->$name));
/PHP-8.0/ext/standard/tests/file/
H A Dfgetcsv_variation32.phpt2 fgetcsv() with empty $escape
/PHP-8.0/ext/spl/tests/
H A Dbug64228.phpt6 $empty_dir = __DIR__ . "/empty";
/PHP-8.0/ext/standard/tests/network/
H A Ddns_check_record_error_conditions.phpt18 dns_check_record(): Argument #1 ($hostname) cannot be empty
/PHP-8.0/ext/json/tests/
H A Dbug41504.phpt2 Bug #41504 (json_decode() converts empty array keys to "_empty_")
/PHP-8.0/ext/pdo_mysql/tests/
H A Dbug71569.phpt23 SQLSTATE[42000] [1065] Query was empty
/PHP-8.0/ext/pdo_sqlite/tests/
H A Dbug_64705.phpt13 var_dump(!empty($e->errorInfo) && is_array($e->errorInfo));
/PHP-8.0/ext/dom/tests/
H A DDOMDocumentType_systemId_basic_001.phpt2 DOMDocumentType::systemId with empty value.
H A Dbug78221.phpt2 Bug #78221 (DOMNode::normalize() doesn't remove empty text nodes)
/PHP-8.0/ext/xmlwriter/tests/
H A DOO_002.phpt14 // Force to write and empty the buffer
/PHP-8.0/ext/session/tests/
H A Dbug66481.phpt16 Warning: PHP Startup: session.name "" cannot be numeric or empty in Unknown on line 0
/PHP-8.0/ext/simplexml/tests/
H A Dbug37076_1.phpt19 Cannot create element with an empty name
/PHP-8.0/Zend/tests/weakrefs/
H A Dweakmap_object_reference.phpt14 var_dump(!empty($map[$obj]));

Completed in 38 milliseconds

1...<<11121314151617181920>>...36