Home
last modified time | relevance | path

Searched refs:valid (Results 151 – 175 of 920) sorted by relevance

12345678910>>...37

/php-src/ext/mbstring/tests/
H A Dencoding_tests.inc132 // Only for encodings where valid characters can be concatenated together in any
204 // all valid characters of any width
210 function findInvalidChars($valid, &$invalid, &$truncated, $startBytes = array()) {
213 $prefixes = array(); /* All sequences which are not (but can start) a valid character */
215 foreach ($valid as $char => $unicode) {
220 $varLength = function($prefix) use($valid, $prefixes, &$invalid, &$truncated, &$varLength) {
223 if (!isset($valid[$str])) {
234 …$fixedLength = function($prefix, $remaining) use($valid, $prefixes, &$invalid, &$truncated, &$fixe…
236 if (!isset($valid[$prefix]))
242 if (!isset($valid[$str]))
[all …]
H A Dmb_substitute_character_variation_strict_types.phpt118 ValueError: mb_substitute_character(): Argument #1 ($substitute_character) is not a valid codepoint
150 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
152 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
154 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
156 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
158 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
160 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
H A Dbug69079.phpt36 mb_substitute_character(): Argument #1 ($substitute_character) is not a valid codepoint
38 mb_substitute_character(): Argument #1 ($substitute_character) is not a valid codepoint
/php-src/ext/intl/tests/
H A Dcalendar_clear_error.phpt30 IntlCalendar::clear(): Argument #1 ($field) must be a valid field
31 intlcal_clear(): Argument #2 ($field) must be a valid field
H A Dcalendar_setFirstDayOfWeek_error.phpt31 IntlCalendar::setFirstDayOfWeek(): Argument #1 ($dayOfWeek) must be a valid day of the week
32 intlcal_set_first_day_of_week(): Argument #2 ($dayOfWeek) must be a valid day of the week
H A Dbug70452.phpt9 // Provide a valid option for the second parameter
11 // Another valid option, but with no corresponding name for that given option
/php-src/Zend/tests/
H A Dmagic_methods_inheritance_rules_non_trivial_01.phpt6 public function __get(string|array $name): mixed {} // valid
10 public function __get(string|array|object $name): int {} // also valid
H A Dmagic_methods_inheritance_rules_non_trivial_02.phpt6 public function __get(string|array $name): mixed {} // valid
10 public function __get(string|array|object $name): int {} // also valid
/php-src/ext/soap/tests/
H A Dfault_warning.phpt42 SoapFault::__construct(): Argument #1 ($code) is not a valid fault code
46 SoapFault::__construct(): Argument #1 ($code) is not a valid fault code
47 SoapFault::__construct(): Argument #1 ($code) is not a valid fault code
/php-src/Zend/tests/generators/
H A Dmultiple_yield_from_on_same_generator.phpt29 } while($gens[0]->valid());
30 var_dump($gens[1]->valid());
/php-src/ext/standard/tests/general_functions/
H A Dputenv.phpt40 putenv(): Argument #1 ($assignment) must have a valid syntax
41 putenv(): Argument #1 ($assignment) must have a valid syntax
H A Dvar_export_basic5.phpt2 Test var_export() function with valid arrays
7 echo "*** Testing var_export() with valid arrays ***\n";
8 // different valid arrays
40 *** Testing var_export() with valid arrays ***
/php-src/ext/session/tests/user_session_module/
H A Dbug31454.phpt25 …n_set_save_handler(): Argument #1 ($open) must be a valid callback, first array member is not a va…
/php-src/ext/reflection/tests/
H A D008.phpt37 string(90) "ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be a valid method n…
38 string(91) "ReflectionMethod::createFromMethodName(): Argument #1 ($method) must be a valid method …
41 string(90) "ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be a valid method n…
42 string(91) "ReflectionMethod::createFromMethodName(): Argument #1 ($method) must be a valid method …
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_quote_gbk_double_escape.phpt21 * 1. First iteration, i.e. *from == 0xBF. This isn't a valid GBK multibyte sequence start,
25 …* 2. Second iteration, i.e. *from == 0x27. This isn't a valid start either, so we go to the escape…
29 * Now we actually made a problem: 0xBF 0x5C is a valid GBK multibyte sequence!
30 …* So we transformed an invalid multibyte sequences into a valid one, potentially corrupting dat…
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_createaggregate_002.phpt24 Pdo\Sqlite::createAggregate(): Argument #2 ($step) must be a valid callback, function "a" not found…
25 Pdo\Sqlite::createAggregate(): Argument #3 ($finalize) must be a valid callback, function "" not fo…
/php-src/ext/xmlwriter/tests/
H A Dbug79029.phpt29 Warning: fclose(): %d is not a valid stream resource in %sbug79029.php on line %d
31 Warning: fclose(): %d is not a valid stream resource in %sbug79029.php on line %d
H A D010.phpt48 xmlwriter_start_attribute(): Argument #2 ($name) must be a valid attribute name, "-1" given
50 xmlwriter_start_attribute(): Argument #2 ($name) must be a valid attribute name, """ given
/php-src/ext/curl/tests/
H A Dcurl_setopt_error.phpt35 curl_setopt(): Argument #2 ($option) is not a valid cURL option
36 curl_setopt(): Argument #2 ($option) is not a valid cURL option
/php-src/ext/standard/tests/file/
H A Dfile_put_contents.phpt36 file_put_contents(): supplied resource is not a valid stream resource
39 file_put_contents(): supplied resource is not a valid Stream-Context resource
/php-src/ext/spl/tests/
H A Drecursivedualiterator.inc53 /** @return bool whether both inner iterators are valid, have same hasChildren()
54 * state and identical current and key values or both are non valid.
62 /** @return bool whether both inner iterators are valid, have same hasChildren()
/php-src/ext/standard/tests/strings/
H A Dmd5_file.phpt52 echo "\n*** Hexadecimal Output for a valid file with some contents ***\n";
56 echo "\n*** Raw Binary Output for a valid file with some contents ***\n";
81 *** Hexadecimal Output for a valid file with some contents ***
84 *** Raw Binary Output for a valid file with some contents ***
/php-src/ext/zlib/tests/
H A Dgzclose_basic.phpt37 gzread(): supplied resource is not a valid stream resource
39 gzread(): supplied resource is not a valid stream resource
/php-src/ext/standard/tests/array/
H A Darray_diff_uassoc_error.phpt48 array_diff_uassoc(): Argument #4 must be a valid callback, array callback must have exactly two mem…
49 array_diff_uassoc(): Argument #6 must be a valid callback, array callback must have exactly two mem…
52 array_diff_uassoc(): Argument #2 must be a valid callback, array callback must have exactly two mem…
H A Darray_intersect_ukey_variation8.phpt28 array_intersect_ukey(): Argument #3 must be a valid callback, function "unknown_function" not found…
29 array_intersect_ukey(): Argument #3 must be a valid callback, function "unknown_function" not found…

Completed in 44 milliseconds

12345678910>>...37