Home
last modified time | relevance | path

Searched refs:valid (Results 126 – 150 of 1056) sorted by relevance

12345678910>>...43

/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace_callback3.phpt30 Warning: preg_replace_callback(): Requires argument 2, '2', to be a valid callback in %s on line %d
33 Warning: preg_replace_callback(): Requires argument 2, '2', to be a valid callback in %s on line %d
36 Warning: preg_replace_callback(): Requires argument 2, '2', to be a valid callback in %s on line %d
/PHP-5.5/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt56 // different valid boolean vlaues
80 // different valid float vlaues
118 // different valid string
151 // different valid arrays
279 // different valid null vlaues
426 *** Testing var_export() with valid boolean values ***
465 *** Testing var_export() with valid float values ***
504 *** Testing var_export() with valid strings ***
597 *** Testing var_export() with valid arrays ***
828 *** Testing var_export() with valid objects ***
[all …]
H A Dis_callable_basic1.phpt14 Description: use iscallable() on given string to check for valid function name
15 returns true if valid function name, false otherwise
60 /* use check_iscallable() to check whether given string is valid function name
61 * expected: true as it is valid callback
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation14.phpt19 // with valid php tags and invalid tokens
20 echo "-- with valid PHP tags & invlid tokens --\n";
30 echo "-- with invlalid PHP open tag & valid tokens --\n";
44 -- with valid PHP tags & invlid tokens --
257 -- with invlalid PHP open tag & valid tokens --
/PHP-5.5/ext/bz2/tests/
H A D004.phpt100 Warning: bzread(): %d is not a valid stream resource in %s on line %d
103 Warning: bzerror(): %d is not a valid stream resource in %s on line %d
106 Warning: bzerrstr(): %d is not a valid stream resource in %s on line %d
109 Warning: bzerrno(): %d 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-5.5/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-5.5/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-5.5/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(): %d is not a valid ODBC result resource in %s on line %d
49 Warning: odbc_result(): %d is not a valid ODBC result resource in %s on line %d
/PHP-5.5/ext/zip/lib/
H A Dzip_source_crc.c108 if ((st.valid & ZIP_STAT_CRC) && st.crc != ctx->crc) { in crc_read()
114 if ((st.valid & ZIP_STAT_SIZE) && st.size != ctx->size) { in crc_read()
142 st->valid |= ZIP_STAT_SIZE|ZIP_STAT_CRC; in crc_read()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_mysqli_result_invalid_mode.phpt14 $valid = array(MYSQLI_STORE_RESULT, MYSQLI_USE_RESULT);
17 } while (in_array($mode, $valid));
/PHP-5.5/ext/oci8/tests/
H A Dskipif.inc5 // Check the test file is valid for this DB type
16 die("skip Test not valid for $v\n");
/PHP-5.5/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-5.5/ext/openssl/tests/
H A Dbug41033.phpt20 $valid = openssl_verify($ct, $signature, $pukeyid, OPENSSL_ALGO_DSS1);
21 echo "Signature validity: " . $valid . "\n";
H A D016.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-5.5/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-5.5/ext/filter/tests/
H A Dbug52929.phpt7 var_dump(filter_var('valid@email.address', FILTER_VALIDATE_EMAIL));
16 string(19) "valid@email.address"
/PHP-5.5/ext/sockets/tests/
H A Dsocket_import_stream-4.phpt79 Warning: stream_set_blocking(): %d is not a valid stream resource in %s on line %d
91 Warning: stream_set_blocking(): %d is not a valid stream resource in %s on line %d
94 Warning: socket_set_block(): %d is not a valid Socket resource in %s on line %d
97 Warning: socket_get_option(): %d is not a valid Socket resource in %s on line %d
/PHP-5.5/ext/standard/tests/array/
H A Darray_map_object1.phpt130 Strict Standards: array_map() expects parameter 1 to be a valid callback, non-static method SimpleC…
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 Strict Standards: array_map() expects parameter 1 to be a valid callback, non-static method ChildCl…
172 Strict Standards: array_map() expects parameter 1 to be a valid callback, non-static method FinalCl…
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-5.5/ext/spl/tests/
H A Darray_015.phpt60 …t(): Array was modified outside object and internal position is no longer valid in %sarray_015.php…
88 …t(): Array was modified outside object and internal position is no longer valid in %sarray_015.php…
91 …t(): Array was modified outside object and internal position is no longer valid in %sarray_015.php…
/PHP-5.5/ext/intl/tests/
H A Dtimezone_equals_error.phpt28 ["valid"]=>
32 ["valid"]=>
/PHP-5.5/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…
H A Dstream_rfc2397_006.phpt24 Warning: file_get_contents() expects parameter 1 to be a valid path, string given in %s line %d
27 Warning: file_get_contents() expects parameter 1 to be a valid path, string given in %s line %d
/PHP-5.5/ext/interbase/tests/
H A Dibase_free_query_001.phpt24 Warning: ibase_free_query(): 11 is not a valid Firebird/InterBase query resource in %s on line %d
27 Warning: ibase_free_query(): supplied resource is not a valid Firebird/InterBase query resource in …

Completed in 59 milliseconds

12345678910>>...43