Home
last modified time | relevance | path

Searched refs:valid (Results 126 – 150 of 1056) sorted by last modified time

12345678910>>...43

/PHP-5.5/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt6 die('skip Not valid for windows');
H A Dsetlocale_variation3.phpt6 die('skip Not valid for windows');
H A Dsetlocale_variation4.phpt6 die('skip Not valid for windows');
H A Dsetlocale_variation5.phpt6 die('skip Not valid for windows');
H A Dsha1_file.phpt52 echo "\n-- More than valid number of arguments ( valid is 2) --\n";
61 echo "\n-- Hexadecimal Output for a valid file with some contents --\n";
64 echo "\n-- Raw Binary Output for a valid file with some contents --\n";
103 -- More than valid number of arguments ( valid is 2) --
114 -- Hexadecimal Output for a valid file with some contents --
117 -- Raw Binary Output for a valid file with some contents --
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 Dnl_langinfo_variation1.phpt74 Warning: nl_langinfo(): Item '2147483647' is not valid in %s on line %d
78 Warning: nl_langinfo(): Item '-2147483648' is not valid in %s on line %d
82 Warning: nl_langinfo(): Item '-20' is not valid in %s on line %d
H A Dord_basic.phpt25 // Make sure all valid ascii chars round trip
H A Dhtmlspecialchars_decode_variation6.phpt19 "\tHello \"world\"\t\v \0 This is a valid\t string",
45 string(42) " Hello "world" � This is a valid string"
H A Dltrim.phpt15 echo "\n *** Output for more than valid number of arguments (Valid are 1 or 2 arguments) ***\n";
58 *** Output for more than valid number of arguments (Valid are 1 or 2 arguments) ***
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 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 Dconvert_uudecode_variation1.phpt87 Warning: convert_uudecode(): The given parameter is not a valid uuencoded string in %s on line %d
91 Warning: convert_uudecode(): The given parameter is not a valid uuencoded string in %s on line %d
95 Warning: convert_uudecode(): The given parameter is not a valid uuencoded string in %s on line %d
99 Warning: convert_uudecode(): The given parameter is not a valid uuencoded string in %s on line %d
103 Warning: convert_uudecode(): The given parameter is not a valid uuencoded string in %s on line %d
107 Warning: convert_uudecode(): The given parameter is not a valid uuencoded string in %s on line %d
111 Warning: convert_uudecode(): The given parameter is not a valid uuencoded string in %s on line %d
115 Warning: convert_uudecode(): The given parameter is not a valid uuencoded string in %s on line %d
119 Warning: convert_uudecode(): The given parameter is not a valid uuencoded string in %s on line %d
135 Warning: convert_uudecode(): The given parameter is not a valid uuencoded string in %s on line %d
[all …]
H A Dchunk_split_variation7.phpt69 string(69) "Testi????ng in????valid???? \k a????nd \m???? esca????pe ch????ar????"
H A Dbug67252.phpt12 Warning: convert_uudecode(): The given parameter is not a valid uuencoded string in %s on line %d
/PHP-5.5/ext/standard/tests/streams/
H A Dbug54623.phpt17 Warning: fwrite(): %d is not a valid stream resource in %s on line %d
H A Dstream_get_meta_data_file_error.phpt55 Warning: stream_get_meta_data(): %i is not a valid stream resource in %s on line %i
H A Dstream_set_timeout_error.phpt70 Warning: stream_set_timeout(): %i is not a valid stream resource in %s on line %i
/PHP-5.5/ext/standard/tests/misc/
H A Dget_browser_basic.phpt9 * a browscap.ini on another place that isn't valid.
H A Dget_browser_error.phpt9 * a browscap.ini on another place that isn't valid.
H A Dget_browser_variation1.phpt9 * a browscap.ini on another place that isn't valid.
H A Dtime_nanosleep_error3.phpt5 if (strpos(strtoupper(PHP_OS), 'WIN') !== false) die("skip Test is not valid for Windows");
H A Dtime_nanosleep_error4.phpt5 if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') die("skip Test is not valid for Windows");
/PHP-5.5/ext/standard/tests/network/
H A Dgethostbyaddr_error.phpt52 Warning: gethostbyaddr\(\): Address is not (in a.b.c.d form|a valid IPv4 or IPv6 address) in .* on …
55 Warning: gethostbyaddr\(\): Address is not (in a.b.c.d form|a valid IPv4 or IPv6 address) in .* on …
58 Warning: gethostbyaddr\(\): Address is not (in a.b.c.d form|a valid IPv4 or IPv6 address) in .* on …
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_basic6.phpt47 // \r is accepted as valid. This may be changed to invalid.

Completed in 67 milliseconds

12345678910>>...43