Home
last modified time | relevance | path

Searched refs:valid (Results 901 – 919 of 919) sorted by relevance

1...<<31323334353637

/php-src/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt157 die("Input string " . bin2hex($str) . " should not be valid in " . $encoding);
/php-src/ext/standard/
H A Durl_scanner_ex.re388 return SUCCESS; /* empty URL is valid */
/php-src/ext/standard/tests/file/
H A Dtempnam_variation4-0.phpt6 die('skip Not valid for Windows');
H A Dtempnam_variation4-1.phpt6 die('skip Not valid for Windows');
/php-src/sapi/fpm/
H A Dwww.conf.in474 ; For php_*flag, valid values are on, off, 1, 0, true, false, yes or no.
/php-src/ext/spl/
H A Dspl_array.c1784 PHP_METHOD(ArrayIterator, valid) in PHP_METHOD() argument
/php-src/ext/mbstring/libmbfl/
H A DLICENSE306 c) Accompany the work with a written offer, valid for at
/php-src/ext/bcmath/libbcmath/
H A DLICENSE309 c) Accompany the work with a written offer, valid for at
/php-src/ext/phar/phar/
H A Dpharcommand.inc414 * Check whether hash method is valid.
/php-src/ext/simplexml/
H A Dsimplexml.c1929 PHP_METHOD(SimpleXMLElement, valid) in PHP_METHOD() argument
/php-src/Zend/
H A Dzend_vm_def.h5219 for (; funcs->valid(iter) == SUCCESS; ++arg_num) {
6223 for (; funcs->valid(iter) == SUCCESS; ) {
6959 if (UNEXPECTED(funcs->valid(iter) == FAILURE)) { in ZEND_VM_HELPER()
7224 if (UNEXPECTED(funcs->valid(iter) == FAILURE)) {
H A Dzend_execute.c4985 is_empty = iter->funcs->valid(iter) != SUCCESS; in zend_fe_reset_iterator()
H A Dzend_vm_execute.h2342 for (; funcs->valid(iter) == SUCCESS; ++arg_num) { in ZEND_SEND_UNPACK_SPEC_HANDLER()
2722 for (; funcs->valid(iter) == SUCCESS; ) { in ZEND_ADD_ARRAY_UNPACK_SPEC_HANDLER()
2907 if (UNEXPECTED(funcs->valid(iter) == FAILURE)) { in zend_fe_fetch_object_helper_SPEC()
22676 if (UNEXPECTED(funcs->valid(iter) == FAILURE)) { in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER()
/php-src/build/
H A Dltmain.sh6426 $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
H A Dlibtool.m41959 # Check whether tagname contains only valid characters
5371 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
/php-src/ext/soap/
H A Dphp_encoding.c2227 while (iter->funcs->valid(iter) == SUCCESS) { in to_xml_array()
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc3840 /* avoid load to the same location (valid only when register is not reused) */
3880 /* avoid load to the same location (valid only when register is not reused) */
H A Dir_x86.dasc7567 /* avoid load to the same location (valid only when register is not reused) */
7606 /* avoid load to the same location (valid only when register is not reused) */
/php-src/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt34 function valid(): bool {

Completed in 243 milliseconds

1...<<31323334353637