/PHP-7.3/ext/oci8/tests/ |
H A D | imp_res_get_close_1.phpt | 10 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 D | var_export_basic3.phpt | 2 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 D | var_export-locale.phpt | 59 // 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 D | var_export-locale_32.phpt | 59 // 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 D | is_callable_basic1.phpt | 11 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 D | 004.phpt | 100 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 D | 001.phpt | 25 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 D | socket_export_stream-2.phpt | 37 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 D | socket_export_stream-4.phpt | 84 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 D | socket_import_stream-4-win.phpt | 79 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 D | socket_import_stream-4.phpt | 79 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 D | checkdate_basic1.phpt | 7 * 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 D | metaphone.phpt | 11 var_dump(metaphone("valid phrase", -1)); 12 var_dump(metaphone("valid phrase", 0)); 13 var_dump(metaphone("valid phrase", 10000));
|
H A D | strip_tags_variation7.phpt | 27 "<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 D | exception_handler_004.phpt | 14 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 D | bug52929.phpt | 7 var_dump(filter_var('valid@email.address', FILTER_VALIDATE_EMAIL)); 16 string(19) "valid@email.address"
|
/PHP-7.3/ext/spl/internal/ |
H A D | recursiveiteratoriterator.inc | 73 /** @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 D | array_map_object1.phpt | 130 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 D | timezone_equals_error.phpt | 28 ["valid"]=> 32 ["valid"]=>
|
/PHP-7.3/Zend/tests/generators/ |
H A D | multiple_yield_from_on_same_generator.phpt | 29 } while($gens[0]->valid()); 30 var_dump($gens[1]->valid());
|
/PHP-7.3/ext/odbc/tests/ |
H A D | odbc_free_result_001.phpt | 40 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 D | openssl_public_decrypt_basic.phpt | 30 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 D | file_put_contents.phpt | 25 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 D | ibase_free_query_001.phpt | 24 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 D | ldap_dn2ufn.phpt | 8 /* Convert valid DN */ 11 /* Convert valid DN */
|