Home
last modified time | relevance | path

Searched refs:bad (Results 226 – 250 of 276) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/mysqli/tests/
H A Dbug32405.phpt2 Bug #32405 (mysqli->fetch() is returning bad data)
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_setStaticPropertyValue_002.phpt2 ReflectionClass::getStaticPropertyValue() - bad params
H A DReflectionClass_implementsInterface_001.phpt41 echo "\n\nTest bad arguments:\n";
146 Test bad arguments:
/PHP-5.5/ext/date/tests/
H A Dbug52808.phpt126 DateInterval::__construct(): Unknown or bad format (2007-05-11T15:30:00Z/:00Z)
/PHP-5.5/ext/phar/tests/
H A D020.phpt20 $files['bad/c'] = 'd';
H A D030.phpt19 $files['.phar/test'] = '<?php bad boy ?>';
/PHP-5.5/ext/spl/tests/
H A DarrayObject_setIteratorClass_error1.phpt2 SPL: ArrayObject with bad iterator class.
/PHP-5.5/ext/openssl/tests/
H A Dbug48182.phpt26 if (!$link) return false; // bad link?
/PHP-5.5/ext/standard/tests/strings/
H A Dbug44703.phpt2 Bug #44703 (htmlspecialchars() does not detect bad character set argument)
/PHP-5.5/ext/intl/tests/
H A Ddateformat_setTimeZone_error.phpt2 IntlDateFormatter::setTimeZone() bad args
H A Dformatter_format5.phpt30 1234999, // bad one
H A Dformatter_format.phpt30 1234999, // bad one
H A Dformatter_format3.phpt31 1234999, // bad one
H A Dformatter_format4.phpt31 1234999, // bad one
H A Dformatter_format2.phpt30 1234999, // bad one
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace_error1.phpt2 Test preg_replace() function : error - bad regular expressions
H A Dpreg_match_error1.phpt2 Test preg_match() function : error conditions - bad regular expressions
H A Dpreg_split_error1.phpt2 Test preg_split() function : error conditions - bad regular expressions
H A Dpreg_match_all_error1.phpt2 Test preg_match_all() function : error conditions - bad regular expressions
/PHP-5.5/tests/lang/
H A Dengine_assignExecutionOrder_008.phpt9 $a[1][1] = 'bad';
/PHP-5.5/ext/standard/tests/file/
H A Dtouch_variation5.phpt30 // relative bad path
39 //absolute bad path
H A Dtouch_variation5-win32.phpt30 // relative bad path (note p8 msgs differ)
39 //absolute bad path (note p8 msgs differ)
H A Dtouch_variation6-win32.phpt33 // relative bad path (note p8 msgs differ)
42 //absolute bad path (note p8 msgs differ)
H A Dunlink_variation8.phpt35 // relative bad path
44 //absolute bad path
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c487 int i, n, num, bad, res; in mbfl_encoding_detector_feed() local
497 bad = 0; in mbfl_encoding_detector_feed()
504 bad++; in mbfl_encoding_detector_feed()
508 if ((num - 1) <= bad) { in mbfl_encoding_detector_feed()
637 int i, n, num, bad; in mbfl_identify_encoding() local
662 bad = 0; in mbfl_identify_encoding()
669 bad++; in mbfl_identify_encoding()
673 if ((num - 1) <= bad && !strict) { in mbfl_identify_encoding()
720 int i, n, num, bad; in mbfl_identify_encoding2() local
745 bad = 0; in mbfl_identify_encoding2()
[all …]

Completed in 32 milliseconds

12345678910>>...12