Home
last modified time | relevance | path

Searched refs:valid (Results 51 – 75 of 920) sorted by relevance

12345678910>>...37

/php-src/Zend/tests/grammar/
H A Dregression_004.phpt8 function echo(){} // valid
9 function return(){} // valid
12 function echo(){} // not valid
/php-src/ext/intl/tests/
H A Dformatter_get_locale_variant4.phpt24 Locale::VALID_LOCALE => 'valid',
49 en_UK: actual='en' valid='en'
50 en_US: actual='en_US' valid='en_US'
51 fr_CA: actual='fr_CA' valid='fr_CA'
H A Dformatter_get_locale.phpt24 Locale::VALID_LOCALE => 'valid',
49 en_UK: actual='en' valid='en'
50 en_US@California: actual='en' valid='en'
51 fr_CA: actual='fr_CA' valid='fr_CA'
H A Dformatter_get_locale_variant2.phpt25 Locale::VALID_LOCALE => 'valid',
50 en_UK: actual='en' valid='en'
51 en_US@California: actual='en' valid='en'
52 fr_CA: actual='fr' valid='fr_CA'
H A Dformatter_get_locale_variant3.phpt25 Locale::VALID_LOCALE => 'valid',
50 en_UK: actual='en' valid='en'
51 en_US: actual='en' valid='en_US'
52 fr_CA: actual='fr' valid='fr_CA'
H A Dcalendar_createInstance_variation1.phpt41 [valid] => 1
49 [valid] => 1
57 [valid] => 1
65 [valid] => 1
73 [valid] => 1
H A Dcalendar_get_Least_Greatest_Minimum_Maximum_error.phpt76 ValueError: 0, IntlCalendar::getLeastMaximum(): Argument #1 ($field) must be a valid field
77 ValueError: 0, IntlCalendar::getMaximum(): Argument #1 ($field) must be a valid field
78 ValueError: 0, IntlCalendar::getGreatestMinimum(): Argument #1 ($field) must be a valid field
79 ValueError: 0, IntlCalendar::getMinimum(): Argument #1 ($field) must be a valid field
80 ValueError: 0, intlcal_get_least_maximum(): Argument #2 ($field) must be a valid field
81 ValueError: 0, intlcal_get_maximum(): Argument #2 ($field) must be a valid field
82 ValueError: 0, intlcal_get_greatest_minimum(): Argument #2 ($field) must be a valid field
83 ValueError: 0, intlcal_get_minimum(): Argument #2 ($field) must be a valid field
/php-src/Zend/tests/generators/
H A Dbug78434.phpt2 Bug #78434: Generator skips first item after valid() call
12 $generator->valid();
16 $generator->valid();
/php-src/ext/zend_test/tests/
H A Dstrings_marked_as_utf8.phpt2 Check that strings are marked as valid UTF-8
31 echo "Concatenation known valid UTF-8 strings in variables:\n";
38 echo "Multiple concatenation known valid UTF-8 strings in variables:\n";
45 echo "Concatenation known valid UTF-8 in assignment:\n";
56 echo "Multiple concatenation known valid UTF-8 in assignment:\n";
166 Concatenation known valid UTF-8 strings in variables:
169 Multiple concatenation known valid UTF-8 strings in variables:
172 Concatenation known valid UTF-8 in assignment:
175 Multiple concatenation known valid UTF-8 in assignment:
180 Concatenation known valid UTF-8 string with empty string in variables:
[all …]
/php-src/ext/standard/tests/general_functions/
H A Dfloatval_basic.phpt7 // different valid float values
33 float values, expected output:float value for valid floating point number */
34 echo "*** Testing floatval() with valid float values ***\n";
41 float values, expected output:float value for valid floating point number */
42 echo "\n*** Testing doubleval() with valid float values ***\n";
50 *** Testing floatval() with valid float values ***
109 *** Testing doubleval() with valid float values ***
H A Dfloatval.phpt5 echo "*** Testing floatval() with valid float values ***\n";
6 // different valid float values
32 float values, expected output:float value for valid floating point number */
39 echo "\n*** Testing doubleval() with valid float values ***\n";
41 float values, expected output:float value for valid floating point number */
76 floatval() on non float types, expected output: float value valid floating point numbers */
85 doubleval() on non float types, expected output: float value valid floating point numbers */
95 *** Testing floatval() with valid float values ***
118 *** Testing doubleval() with valid float values ***
H A Dvar_export_basic7.phpt2 Test var_export() function with valid null values
5 echo "*** Testing var_export() with valid null values ***\n";
7 // different valid null values
31 *** Testing var_export() with valid null values ***
H A Dvar_export_basic2.phpt2 Test var_export() function with valid boolean values
6 echo "*** Testing var_export() with valid boolean values ***\n";
7 // different valid boolean values
30 *** Testing var_export() with valid boolean values ***
/php-src/ext/standard/tests/strings/
H A Dstrip_tags_variation4.phpt2 Test strip_tags() function : usage variations - invalid values for 'str' and valid 'allowable_tags'
6 …* testing functionality of strip_tags() by giving invalid values for $str and valid values for $al…
21 "<nnn>I am not a valid html text</nnn>",
22 '<nnn>I am not a valid html text</nnn>',
27 //valid html and php tags
60 string(26) "I am not a valid html text"
62 string(26) "I am not a valid html text"
/php-src/ext/spl/tests/
H A Dspl_autoload_007.phpt55 spl_autoload_register(): Argument #1 ($callback) must be a valid callback or null, class MyAutoLoad…
58 spl_autoload_register(): Argument #1 ($callback) must be a valid callback or null, cannot access pr…
64 spl_autoload_register(): Argument #1 ($callback) must be a valid callback or null, non-static metho…
72 spl_autoload_register(): Argument #1 ($callback) must be a valid callback or null, class MyAutoLoad…
80 spl_autoload_register(): Argument #1 ($callback) must be a valid callback or null, cannot access pr…
96 spl_autoload_register(): Argument #1 ($callback) must be a valid callback or null, non-static metho…
105 spl_autoload_register(): Argument #1 ($callback) must be a valid callback or null, class MyAutoLoad…
114 spl_autoload_register(): Argument #1 ($callback) must be a valid callback or null, cannot access pr…
H A Diterator_009.phpt13 function valid(): false
16 return parent::valid();
42 EmptyIteratorEx::valid
H A DarrayObject_getIteratorClass_basic1.phpt18 function valid(): bool {
21 return parent::valid();
79 In MyIterator::valid()
84 In MyIterator::valid()
89 In MyIterator::valid()
94 In MyIterator::valid()
/php-src/ext/mbstring/tests/
H A Dbug77381.phpt17 Warning: mb_ereg(): Pattern is not valid under UTF-8 encoding in %s on line %d
20 Warning: mb_ereg(): Pattern is not valid under UTF-8 encoding in %s on line %d
23 Warning: mb_ereg(): Pattern is not valid under UTF-8 encoding in %s on line %d
26 Warning: mb_ereg(): Pattern is not valid under UTF-8 encoding in %s on line %d
/php-src/tests/classes/
H A Diterators_008.phpt11 public function valid(): bool {
41 D::valid(2)
44 D::valid(1)
47 D::valid(0)
/php-src/Zend/tests/
H A Dforeach_003.phpt22 function valid(): bool {$this->trap(__FUNCTION__); return $this->n < $this->count;}
28 foreach(['rewind', 'valid', 'key', 'current', 'next'] as $trap) {
57 valid
58 valid
59 valid
/php-src/ext/phar/tests/tar/
H A Dphar_buildfromiterator4.phpt29 function valid(): bool {
30 echo "valid\n";
50 valid
54 valid
H A Dphar_buildfromiterator9.phpt29 function valid(): bool {
30 echo "valid\n";
50 valid
54 valid
/php-src/ext/phar/tests/zip/
H A Dphar_buildfromiterator9.phpt29 function valid(): bool {
30 echo "valid\n";
49 valid
53 valid
H A Dphar_buildfromiterator4.phpt29 function valid(): bool {
30 echo "valid\n";
49 valid
53 valid
/php-src/ext/standard/tests/dir/
H A Ddir_variation9.phpt2 Test dir() function : usage variations - relative valid and invalid paths
6 die('skip.. Not valid for Windows');
13 * have valid and invalid relative path.
16 echo "*** Testing dir() : checking with valid and invalid paths ***\n";
37 // open the directory with valid paths
38 echo "\n-- With valid paths --\n";
70 *** Testing dir() : checking with valid and invalid paths ***
72 -- With valid paths --

Completed in 38 milliseconds

12345678910>>...37