Home
last modified time | relevance | path

Searched refs:valid (Results 151 – 175 of 1077) sorted by relevance

12345678910>>...44

/PHP-7.3/ext/oci8/tests/
H A Dimp_res_get_close_1.phpt10 die("skip expected output only valid when using Oracle Database 12c or greater");
61 Warning: oci_fetch_array(): supplied resource is not a valid oci8 statement resource in %s on line …
64 Warning: oci_fetch_array(): supplied resource is not a valid oci8 statement resource in %s on line …
67 Warning: oci_fetch_array(): supplied resource is not a valid oci8 statement resource in %s on line …
/PHP-7.3/ext/standard/tests/general_functions/
H A Dvar_export_basic3.phpt2 Test var_export() function with valid float values
13 echo "*** Testing var_export() with valid float values ***\n";
14 // different valid float values
52 *** Testing var_export() with valid float values ***
H A Dvar_export-locale.phpt59 // different valid boolean values
83 // different valid float values
121 // different valid string
154 // different valid arrays
282 // different valid null values
429 *** Testing var_export() with valid boolean values ***
468 *** Testing var_export() with valid float values ***
591 *** Testing var_export() with valid strings ***
684 *** Testing var_export() with valid arrays ***
915 *** Testing var_export() with valid objects ***
[all …]
H A Dvar_export-locale_32.phpt59 // different valid boolean vlaues
83 // different valid float vlaues
121 // different valid string
154 // different valid arrays
282 // different valid null vlaues
429 *** Testing var_export() with valid boolean values ***
468 *** Testing var_export() with valid float values ***
591 *** Testing var_export() with valid strings ***
684 *** Testing var_export() with valid arrays ***
915 *** Testing var_export() with valid objects ***
[all …]
H A Dis_callable_basic1.phpt11 Description: use iscallable() on given string to check for valid function name
12 returns true if valid function name, false otherwise
57 /* use check_iscallable() to check whether given string is valid function name
58 * expected: true as it is valid callback
/PHP-7.3/ext/bz2/tests/
H A D004.phpt100 Warning: bzread(): supplied resource is not a valid stream resource in %s on line %d
103 Warning: bzerror(): supplied resource is not a valid stream resource in %s on line %d
106 Warning: bzerrstr(): supplied resource is not a valid stream resource in %s on line %d
109 Warning: bzerrno(): supplied resource is not a valid stream resource in %s on line %d
H A D001.phpt25 Warning: bzopen(): '' is not a valid mode for bzopen(). Only 'w' and 'r' are supported. in %s on li…
34 Warning: bzopen(): 'x' is not a valid mode for bzopen(). Only 'w' and 'r' are supported. in %s on l…
37 Warning: bzopen(): 'rw' is not a valid mode for bzopen(). Only 'w' and 'r' are supported. in %s on …
/PHP-7.3/ext/sockets/tests/
H A Dsocket_export_stream-2.phpt37 Warning: socket_export_stream(): supplied resource is not a valid Socket resource in %s on line %d
40 Warning: socket_export_stream(): supplied resource is not a valid Socket resource in %s on line %d
44 Warning: socket_export_stream(): supplied resource is not a valid Socket resource in %s on line %d
H A Dsocket_export_stream-4.phpt84 Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d
96 Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d
99 Warning: socket_set_block(): supplied resource is not a valid Socket resource in %s on line %d
102 Warning: socket_get_option(): supplied resource is not a valid Socket resource in %s on line %d
H A Dsocket_import_stream-4-win.phpt79 Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d
93 Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d
96 Warning: socket_set_block(): supplied resource is not a valid Socket resource in %s on line %d
99 Warning: socket_get_option(): supplied resource is not a valid Socket resource in %s on line %d
H A Dsocket_import_stream-4.phpt79 Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d
91 Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d
94 Warning: socket_set_block(): supplied resource is not a valid Socket resource in %s on line %d
97 Warning: socket_get_option(): supplied resource is not a valid Socket resource in %s on line %d
/PHP-7.3/ext/date/tests/
H A Dcheckdate_basic1.phpt7 * A date is considered valid if each parameter is properly defined.
16 echo "-- The following are all valid dates --\n";
38 -- The following are all valid dates --
/PHP-7.3/ext/standard/tests/strings/
H A Dmetaphone.phpt11 var_dump(metaphone("valid phrase", -1));
12 var_dump(metaphone("valid phrase", 0));
13 var_dump(metaphone("valid phrase", 10000));
H A Dstrip_tags_variation7.phpt27 "<nnn>I am not a valid html text</nnn>",
28 '<nnn>I am not a valid html text</nnn>',
65 string(37) "<nnn>I am not a valid html text</nnn>"
67 string(37) "<nnn>I am not a valid html text</nnn>"
/PHP-7.3/Zend/tests/
H A Dexception_handler_004.phpt14 Warning: set_exception_handler() expects the argument (fo) to be a valid callback in %s on line %d
16 Warning: set_exception_handler() expects the argument (::) to be a valid callback in %s on line %d
/PHP-7.3/ext/filter/tests/
H A Dbug52929.phpt7 var_dump(filter_var('valid@email.address', FILTER_VALIDATE_EMAIL));
16 string(19) "valid@email.address"
/PHP-7.3/ext/spl/internal/
H A Drecursiveiteratoriterator.inc73 /** @return whether iterator is valid
75 function valid()
80 if ($it->valid()) {
111 if ($it->valid()) {
129 if ($sub->valid()) {
141 if ($it->valid()) {
215 if ($this->valid())
/PHP-7.3/ext/standard/tests/array/
H A Darray_map_object1.phpt130 Deprecated: array_map() expects parameter 1 to be a valid callback, non-static method SimpleClass::…
141 Warning: array_map() expects parameter 1 to be a valid callback, cannot access private method Simpl…
147 Warning: array_map() expects parameter 1 to be a valid callback, cannot access protected method Sim…
153 Warning: array_map() expects parameter 1 to be a valid callback, array must have exactly two member…
159 Deprecated: array_map() expects parameter 1 to be a valid callback, non-static method ChildClass::e…
172 Deprecated: array_map() expects parameter 1 to be a valid callback, non-static method FinalClass::f…
192 Warning: array_map() expects parameter 1 to be a valid callback, cannot access private method Stati…
196 Warning: array_map() expects parameter 1 to be a valid callback, cannot access protected method Sta…
/PHP-7.3/ext/intl/tests/
H A Dtimezone_equals_error.phpt28 ["valid"]=>
32 ["valid"]=>
/PHP-7.3/Zend/tests/generators/
H A Dmultiple_yield_from_on_same_generator.phpt29 } while($gens[0]->valid());
30 var_dump($gens[1]->valid());
/PHP-7.3/ext/odbc/tests/
H A Dodbc_free_result_001.phpt40 Warning: odbc_free_result(): supplied resource is not a valid ODBC result resource in %s on line %d
46 Warning: odbc_fetch_row(): supplied resource is not a valid ODBC result resource in %s on line %d
49 Warning: odbc_result(): supplied resource is not a valid ODBC result resource in %s on line %d
/PHP-7.3/ext/openssl/tests/
H A Dopenssl_public_decrypt_basic.phpt30 Warning: openssl_public_decrypt(): key parameter is not a valid public key in %s on line %d
38 Warning: openssl_public_decrypt(): key parameter is not a valid public key in %s on line %d
44 Warning: openssl_public_decrypt(): key parameter is not a valid public key in %s on line %d
/PHP-7.3/ext/standard/tests/file/
H A Dfile_put_contents.phpt25 Warning: file_put_contents(): supplied resource is not a valid stream resource in %s on line %d
30 Warning: file_put_contents(): supplied resource is not a valid Stream-Context resource in %s on lin…
/PHP-7.3/ext/interbase/tests/
H A Dibase_free_query_001.phpt24 Warning: ibase_free_query(): supplied resource is not a valid Firebird/InterBase query resource in …
27 Warning: ibase_free_query(): supplied resource is not a valid Firebird/InterBase query resource in …
/PHP-7.3/ext/ldap/tests/
H A Dldap_dn2ufn.phpt8 /* Convert valid DN */
11 /* Convert valid DN */

Completed in 29 milliseconds

12345678910>>...44