Home
last modified time | relevance | path

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

12345678910>>...42

/PHP-5.4/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.4/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.4/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.4/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.4/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.4/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…
H A Darray_diff_ukey_variation10.phpt30 Warning: array_diff_ukey() expects parameter 3 to be a valid callback, function 'unknown_function' …
33 Warning: array_diff_ukey() expects parameter 3 to be a valid callback, function 'unknown_function' …
38 Warning: array_diff_ukey() expects parameter 3 to be a valid callback, function 'unknown_function' …
H A Darray_fill_variation4.phpt20 // array of possible valid values for 'val' argument
32 echo "*** Filling 2 dimensional array with all basic valid values ***\n";
48 *** Filling 2 dimensional array with all basic valid values ***
H A Darray_intersect_uassoc_variation9.phpt29 Warning: array_intersect_uassoc() expects parameter 3 to be a valid callback, function 'unknown_fun…
32 Warning: array_intersect_uassoc() expects parameter 3 to be a valid callback, function 'unknown_fun…
37 Warning: array_intersect_uassoc() expects parameter 3 to be a valid callback, function 'unknown_fun…
H A Darray_intersect_ukey_variation8.phpt29 Warning: array_intersect_ukey() expects parameter 3 to be a valid callback, function 'unknown_funct…
32 Warning: array_intersect_ukey() expects parameter 3 to be a valid callback, function 'unknown_funct…
37 Warning: array_intersect_ukey() expects parameter 3 to be a valid callback, function 'unknown_funct…
/PHP-5.4/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
H A Dsocket_import_stream-4-win.phpt80 Warning: stream_set_blocking(): %d is not a valid stream resource in %s on line %d
94 Warning: stream_set_blocking(): %d is not a valid stream resource in %s on line %d
97 Warning: socket_set_block(): %d is not a valid Socket resource in %s on line %d
100 Warning: socket_get_option(): %d is not a valid Socket resource in %s on line %d
/PHP-5.4/ext/standard/tests/strings/
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.4/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.4/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.4/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.4/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.4/ext/bz2/tests/
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.4/ext/standard/tests/general_functions/
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.4/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 Ddisk_total_space_variation.phpt103 Warning: disk_total_space() expects parameter 1 to be a valid path, string given in %s on line %d
108 Warning: disk_total_space() expects parameter 1 to be a valid path, string given in %s on line %d
113 Warning: disk_total_space() expects parameter 1 to be a valid path, string given in %s on line %d
118 Warning: disk_total_space() expects parameter 1 to be a valid path, string given in %s on line %d
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.4/ext/spl/examples/
H A Drecursivedualiterator.inc53 /** @return whether both inner iterators are valid, have same hasChildren()
54 * state and identical current and key values or both are non valid.
62 /** @return whether both inner iterators are valid, have same hasChildren()
/PHP-5.4/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 22 milliseconds

12345678910>>...42