Home
last modified time | relevance | path

Searched refs:valid (Results 76 – 100 of 920) sorted by relevance

12345678910>>...37

/php-src/ext/phar/tests/
H A Dphar_buildfromiterator9.phpt29 function valid(): bool {
30 echo "valid\n";
55 valid
59 valid
/php-src/ext/mbstring/tests/
H A Dmb_check_encoding_invalid_encodings.phpt38 mb_check_encoding(): Argument #2 ($encoding) must be a valid encoding, "BAD" given
39 mb_check_encoding(): Argument #2 ($encoding) must be a valid encoding, "BAD" given
41 mb_check_encoding(): Argument #2 ($encoding) must be a valid encoding, "pass" given
42 mb_check_encoding(): Argument #2 ($encoding) must be a valid encoding, "pass" given
H A Dmb_substitute_character_variation_weak_types.phpt116 ValueError: mb_substitute_character(): Argument #1 ($substitute_character) is not a valid codepoint
124 ValueError: mb_substitute_character(): Argument #1 ($substitute_character) is not a valid codepoint
126 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
128 …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
162 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
164 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
[all …]
H A Dgh10192_utf7.phpt21 'valid direct encoding character =' => 'A = B',
25 'valid direct encoding character = after +' => 'A += B',
35 'valid base64 character between + and end of string' => 'A +ZeVnLIqe',
184 valid direct encoding character =
220 valid direct encoding character = after +
256 valid base64 character between + and -
274 valid base64 character between + and non-base64 character
292 valid base64 character between + and base64 character
310 valid base64 character between + and end of string
328 valid base64 character consisting only of + between + and -
[all …]
/php-src/ext/pcre/tests/
H A Dpreg_replace_callback3.phpt26 preg_replace_callback(): Argument #2 ($callback) must be a valid callback, no array or string given
27 preg_replace_callback(): Argument #2 ($callback) must be a valid callback, no array or string given
28 preg_replace_callback(): Argument #2 ($callback) must be a valid callback, no array or string given
/php-src/ext/standard/tests/general_functions/
H A Dget_cfg_var_variation9.phpt2 Test function get_cfg_var() by substituting argument with array of valid parameters.
14 echo "*** Test substituting argument with array of valid parameters ***\n";
34 *** Test substituting argument with array of valid parameters ***
H A Dvar_export_basic4.phpt2 Test var_export() function with valid strings
5 echo "*** Testing var_export() with valid strings ***\n";
6 // different valid string
40 *** Testing var_export() with valid strings ***
H A Dregister_tick_function_error.phpt2 register_tick_function only accepts a valid callback as parameter
14 register_tick_function(): Argument #1 ($callback) must be a valid callback, function "a" not found …
/php-src/ext/pgsql/tests/
H A Dbug71998.phpt97 pg_insert(): Field "remote_addr" must be a valid IPv4 or IPv6 address string, "256.257.258.259" giv…
98 pg_insert(): Field "remote_addr" must be a valid IPv4 or IPv6 address string, "fe08::7:8interface" …
99 pg_insert(): Field "remote_addr" must be a valid IPv4 or IPv6 address string, "schnitzel" given
100 pg_insert(): Field "remote_addr" must be a valid IPv4 or IPv6 address string, "10002.3.4" given
101 pg_insert(): Field "remote_addr" must be a valid IPv4 or IPv6 address string, "1.2.3.4.5" given
102 pg_insert(): Field "remote_addr" must be a valid IPv4 or IPv6 address string, "256.0.0.0" given
103 pg_insert(): Field "remote_addr" must be a valid IPv4 or IPv6 address string, "260.0.0.0" given
/php-src/ext/intl/tests/
H A Dcalendar_get_getActualMaximum_Minumum_error.phpt30 IntlCalendar::get(): Argument #1 ($field) must be a valid field
31 IntlCalendar::getActualMaximum(): Argument #1 ($field) must be a valid field
32 IntlCalendar::getActualMinimum(): Argument #1 ($field) must be a valid field
H A Dtimezone_getGMT_basic.phpt16 [valid] => 1
23 [valid] => 1
H A Dtimezone_createTimeZone_basic.phpt16 [valid] => 1
23 [valid] => 1
H A Dtimezone_createDefault_basic.phpt16 [valid] => 1
23 [valid] => 1
/php-src/Zend/tests/
H A Dtentative_type_early_binding.phpt6 function valid() {}
11 Deprecated: Return type of Test::valid() should either be compatible with SplObjectStorage::valid()…
H A Dvm_stack_with_arg_extend.phpt2 Ensure valid vm_stack even when it needed to be copied to a new page
13 })()->valid();
H A Dbug70895.phpt23 array_map(): Argument #1 ($callback) must be a valid callback or null, function "%n" not found or i…
24 array_map(): Argument #1 ($callback) must be a valid callback or null, function "%n %i" not found o…
25 array_map(): Argument #1 ($callback) must be a valid callback or null, function "%n %i aoeu %f aoeu…
/php-src/ext/standard/tests/array/
H A Darray_flip_variation3.phpt2 Test array_flip() function : usage variations - 'input' argument with different valid values
6 * In 'input' array argument, values are expected to be valid keys i.e. string/integer
7 * here testing for all different valid string and integer values
10 echo "*** Testing array_flip() : different valid values in 'input' array argument ***\n";
66 *** Testing array_flip() : different valid values in 'input' array argument ***
H A Dextract_error.phpt9 /* Invalid second argument ( only 0-6 is valid) */
34 extract(): Argument #2 ($flags) must be a valid extract type
35 extract(): Argument #2 ($flags) must be a valid extract type
/php-src/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity_error.phpt43 Warning: Invalid quantity "K": no valid leading digits, interpreting as "0" for backwards compatibi…
73 Warning: Invalid quantity "0XK": no valid leading digits, interpreting as "0" for backwards compati…
78 Warning: Invalid quantity "++": no valid leading digits, interpreting as "0" for backwards compatib…
83 Warning: Invalid quantity "-+": no valid leading digits, interpreting as "0" for backwards compatib…
88 Warning: Invalid quantity "+ 25": no valid leading digits, interpreting as "0" for backwards compat…
93 Warning: Invalid quantity "- 25": no valid leading digits, interpreting as "0" for backwards compat…
103 Warning: Invalid quantity "\x00 123K": no valid leading digits, interpreting as "0" for backwards c…
108 Warning: Invalid quantity " \x00123K": no valid leading digits, interpreting as "0" for backwards c…
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_non_select.phpt29 $valid = false;
34 $valid = true;
38 else if (!$valid)
46 $valid = false;
52 $valid = true;
56 else if (!$valid)
87 $valid = false;
92 $valid = true;
97 else if (!$valid)
121 $valid = false;
[all …]
/php-src/Zend/tests/generators/
H A Dgenerator_return_return_type.phpt2 Generators must return a valid variable with return type specified
12 var_dump($gen->valid());
/php-src/ext/spl/tests/
H A Diterator_041.phpt33 function valid(): bool
36 return parent::valid();
98 State 3: valid()
112 State 3: valid()
H A Ddit_006.phpt9 while ($di->valid()) {
18 while ($di->valid()) {
26 while ($di->valid()) {
/php-src/ext/date/tests/
H A DDatePeriod_no_advance_on_valid.phpt2 Date Period iterators do not advance on valid()
19 $iterator->valid();
35 $iterator->valid();
/php-src/ext/standard/tests/strings/
H A Dsetlocale_variation1.phpt2 Test setlocale() function : usage variations - passing multiple valid/invalid locales as argument
7 die('skip Not valid for windows');
15 /* Test the setlocale() when multiple valid/invalid locales are provided as argument */
36 /* Collect existing system locales and get 2 valid locales that can be use to
37 pass as argument to setlocale(), pass 2 invalid arguments along with two valid arguments*/
38 echo "*** Testing setlocale() by passing multiple valid/invalid locales as argument ***\n";
86 *** Testing setlocale() by passing multiple valid/invalid locales as argument ***

Completed in 33 milliseconds

12345678910>>...37