Home
last modified time | relevance | path

Searched refs:valid (Results 101 – 125 of 1029) sorted by relevance

12345678910>>...42

/PHP-5.4/ext/spl/tests/
H A Dbug61527.phpt71 …t(): Array was modified outside object and internal position is no longer valid in %sbug61527.php …
73 …y(): Array was modified outside object and internal position is no longer valid in %sbug61527.php …
76 …t(): Array was modified outside object and internal position is no longer valid in %sbug61527.php …
87 …n(): Array was modified outside object and internal position is no longer valid in %sbug61527.php …
90 …n(): Array was modified outside object and internal position is no longer valid in %sbug61527.php …
H A DSplFileObject_rewind_variation001.phpt19 var_dump($s->valid());
21 var_dump($s->valid());
/PHP-5.4/ext/standard/tests/strings/
H A Dsetlocale_variation1.phpt2 Test setlocale() function : usage variations - passing multiple valid/invlaid locales as argument
6 die('skip Not valid for windows');
21 /* Test the setlocale() when multiple valid/invalid locales are provided as argument */
47 /* Collect existing system locales and get 2 valid locales that can be use to
48 pass as argument to setlocale(), pass 2 invalid arguments along with two valid arguments*/
49 echo "*** Testing setlocale() by passing multiple valid/invalid locales as argument ***\n";
97 *** Testing setlocale() by passing multiple valid/invalid locales as argument ***
H A Dmd5_file.phpt50 /* More than valid number of arguments ( valid is 2) */
62 echo "\n*** Hexadecimal Output for a valid file with some contents ***\n";
66 echo "\n*** Raw Binary Output for a valid file with some contents ***\n";
102 *** Hexadecimal Output for a valid file with some contents ***
105 *** Raw Binary Output for a valid file with some contents ***
H A Dhtmlentities23.phpt6 "\x8F\xA1\xFF", //2 sub as 2nd is potentially valid as lead
7 "\x8F\xA1", //2 sub, as 2nd is potentially valid as lead
9 "\x8F\xA0", //1 sub, A0 is not valid as sole/first byte
12 "\x8E\xAE", //valid
H A Dmetaphone.phpt11 var_dump(metaphone("valid phrase", -1));
12 var_dump(metaphone("valid phrase", 0));
13 var_dump(metaphone("valid phrase", 10000));
/PHP-5.4/ext/standard/tests/file/
H A Dis_writable_variation1.phpt100 Warning: is_writable() expects parameter 1 to be a valid path, string given in %s on line %d
103 Warning: is_writeable() expects parameter 1 to be a valid path, string given in %s on line %d
107 Warning: is_writable() expects parameter 1 to be a valid path, string given in %s on line %d
110 Warning: is_writeable() expects parameter 1 to be a valid path, string given in %s on line %d
114 Warning: is_writable() expects parameter 1 to be a valid path, string given in %s on line %d
117 Warning: is_writeable() expects parameter 1 to be a valid path, string given in %s on line %d
/PHP-5.4/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 vlaues
52 *** Testing var_export() with valid float values ***
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 …]
/PHP-5.4/ext/oci8/tests/
H A Dnull_byte_1.phpt8 die ("skip Test only valid for PHP 5.4 onwards");
40 Warning: OCI-Lob::savefile() expects parameter 1 to be a valid path, string given in %snull_byte_1.…
44 Warning: OCI-Lob::export() expects parameter 1 to be a valid path, string given in %snull_byte_1.ph…
/PHP-5.4/ext/phar/tests/
H A Dphar_buildfromiterator5.phpt29 function valid() {
30 echo "valid\n";
55 valid
H A Dphar_buildfromiterator6.phpt29 function valid() {
30 echo "valid\n";
55 valid
H A Dphar_buildfromiterator7.phpt29 function valid() {
30 echo "valid\n";
55 valid
/PHP-5.4/ext/phar/tests/tar/
H A Dphar_buildfromiterator5.phpt29 function valid() {
30 echo "valid\n";
55 valid
H A Dphar_buildfromiterator6.phpt29 function valid() {
30 echo "valid\n";
55 valid
H A Dphar_buildfromiterator7.phpt29 function valid() {
30 echo "valid\n";
55 valid
/PHP-5.4/ext/phar/tests/zip/
H A Dphar_buildfromiterator5.phpt29 function valid() {
30 echo "valid\n";
55 valid
H A Dphar_buildfromiterator6.phpt29 function valid() {
30 echo "valid\n";
55 valid
H A Dphar_buildfromiterator7.phpt29 function valid() {
30 echo "valid\n";
55 valid
/PHP-5.4/Zend/tests/
H A Dbug31720.phpt13 Warning: array_walk() expects parameter 2 to be a valid callback, first array member is not a valid
/PHP-5.4/ext/standard/tests/dir/
H A Ddir_variation9-win32.phpt2 Test dir() function : usage variations - relative valid and invalid paths
19 * have valid and invalid relative path.
22 echo "*** Testing dir() : checking with valid and invalid paths ***\n";
43 // open the directory with valid paths
44 echo "\n-- With valid paths --\n";
76 *** Testing dir() : checking with valid and invalid paths ***
78 -- With valid paths --
/PHP-5.4/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.4/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.4/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
/PHP-5.4/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()

Completed in 151 milliseconds

12345678910>>...42