Home
last modified time | relevance | path

Searched refs:valid (Results 426 – 450 of 909) sorted by relevance

1...<<11121314151617181920>>...37

/PHP-7.4/ext/spl/
H A Dspl_observer.c598 SPL_METHOD(SplObjectStorage, valid) in SPL_METHOD() argument
1000 SPL_ME(SplObjectStorage, valid, arginfo_splobject_void,0)
1152 SPL_METHOD(MultipleIterator, valid) in SPL_METHOD() argument
1157 zend_long expect, valid; in SPL_METHOD() local
1177 valid = (Z_TYPE(retval) == IS_TRUE); in SPL_METHOD()
1180 valid = 0; in SPL_METHOD()
1183 if (expect != valid) { in SPL_METHOD()
1198 int valid = 1, num_elements; in spl_multiple_iterator_get_all() local
1213 valid = Z_TYPE(retval) == IS_TRUE; in spl_multiple_iterator_get_all()
1216 valid = 0; in spl_multiple_iterator_get_all()
[all …]
/PHP-7.4/ext/intl/tests/
H A Dbug62017.phpt21 Warning: datefmt_create(): datefmt_create: Time zone identifier given is not a valid UTF-8 string i…
H A Dcalendar_setTimeZone_error2.phpt2 IntlCalendar::setTimeZone(): valid time zones for DateTime but not ICU
/PHP-7.4/ext/standard/tests/strings/
H A Dord_basic.phpt25 // Make sure all valid ascii chars round trip
H A Dhtmlentities19.phpt6 "\x41\xC2\x3E\x42", // Unicode TR #36, 3.1.1; do not consume valid successor bytes
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) ***
/PHP-7.4/ext/reflection/tests/
H A D005.phpt25 * This is a valid comment inside a method
/PHP-7.4/ext/mbstring/tests/
H A Dmb_send_mail01.phpt6 die('skip.. Not valid for Windows');
H A Dmb_send_mail03.phpt6 die('skip.. Not valid for Windows');
/PHP-7.4/ext/standard/tests/file/
H A Dfile_get_contents_variation8-win32.phpt83 Warning: file_get_contents() expects parameter 1 to be a valid path, string given in %s on line %d
88 Warning: file_get_contents() expects parameter 1 to be a valid path, array given in %s on line %d
H A Dmkdir_variation5-win32.phpt2 Test mkdir() function : variation: various valid and invalid paths
8 die("skip Only valid for Windows");
H A Dreadfile_variation10-win32.phpt75 Warning: readfile() expects parameter 1 to be a valid path, string given in %s on line %d
79 Warning: readfile() expects parameter 1 to be a valid path, array given in %s on line %d
H A Drmdir_variation3-win32.phpt2 Test rmdir() function : variation: various valid and invalid paths
8 die("skip Only valid for Windows");
H A Dtempnam_variation3-win32.phpt109 Warning: tempnam() expects parameter 2 to be a valid path, string given in %stempnam_variation3-win…
114 Warning: tempnam() expects parameter 2 to be a valid path, array given in %s\ext\standard\tests\fil…
H A Dlstat_stat_error.phpt48 Warning: lstat() expects parameter 1 to be a valid path, array given in %s on line %d
71 Warning: stat() expects parameter 1 to be a valid path, array given in %s on line %d
H A Dfstat.phpt72 Warning: fstat(): supplied resource is not a valid stream resource in %s on line %d
/PHP-7.4/ext/standard/tests/array/
H A Darray_map_object3.phpt77 Warning: array_map() expects parameter 1 to be a valid callback, class 'ParentClass' does not have …
90 Warning: array_map() expects parameter 1 to be a valid callback, class 'ParentClass' does not have …
H A Darray_rand_variation5.phpt27 // with valid num_req values
31 var_dump( array_rand($input, 1) ); // with valid $num_req value
/PHP-7.4/ext/intl/common/
H A Dcommon_enum.cpp281 static PHP_METHOD(IntlIterator, valid) in PHP_METHOD() argument
292 RETURN_BOOL(ii->iterator->funcs->valid(ii->iterator) == SUCCESS); in PHP_METHOD()
303 PHP_ME(IntlIterator, valid, ainfo_se_void, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_null.phpt9 echo "*** Testing is_null() with valid null values ***\n";
10 // different valid null values
145 *** Testing is_null() with valid null values ***
H A Dis_string.phpt9 echo "*** Testing is_string() with valid string values ***\n";
10 // different valid strings
158 *** Testing is_string() with valid string values ***
H A Dis_bool.phpt9 echo "*** Testing is_bool() with valid boolean values ***\n";
10 // different valid boolean values
145 *** Testing is_bool() with valid boolean values ***
/PHP-7.4/ext/spl/tests/
H A Dbug55701.phpt40 // It must not throw LogicException when the iterator is not valid
65 echo "->valid()... ";
68 $o->valid();
74 // When the iterator is not valid, the behaviour of the next methods is undefined
301 ->valid()... ran normally (expected)
H A DRecursiveDirectoryIterator_getSubPath_basic.phpt18 while($it->valid()) {
/PHP-7.4/ext/gd/tests/
H A Dimagetruecolortopalette_error1.phpt20 Warning: imagetruecolortopalette(): supplied resource is not a valid Image resource in %s on line %d

Completed in 29 milliseconds

1...<<11121314151617181920>>...37