Home
last modified time | relevance | path

Searched refs:s (Results 5851 – 5875 of 6255) sorted by relevance

1...<<231232233234235236237238239240>>...251

/PHP-7.4/ext/phar/
H A Ddirstream.c158 Bucket *s; in phar_compare_dir_name() local
162 s = (Bucket *) b; in phar_compare_dir_name()
163 …result = zend_binary_strcmp(ZSTR_VAL(f->key), ZSTR_LEN(f->key), ZSTR_VAL(s->key), ZSTR_LEN(s->key)… in phar_compare_dir_name()
/PHP-7.4/main/
H A Dfopen_wrappers.c371 char *s = strchr(path_info + 2, '/'); local
373 if (s) { /* if there is no path name after the file, do not bother */
387 length = s - (path_info + 2);
402 …0, "%s%c%s%c%s", pw->pw_dir, PHP_DIR_SEPARATOR, PG(user_dir), PHP_DIR_SEPARATOR, s + 1); /* Safe */
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.c1419 int j, s; in zend_ssa_remove_block() local
1439 for (s = 0; s < block->successors_count; s++) { in zend_ssa_remove_block()
1440 zend_ssa_remove_predecessor(ssa, i, block->successors[s]); in zend_ssa_remove_block()
1449 for (s = 0; s < prev_block->successors_count; s++) { in zend_ssa_remove_block()
1450 if (prev_block->successors[s] == i) { in zend_ssa_remove_block()
1451 memmove(prev_block->successors + s, in zend_ssa_remove_block()
1452 prev_block->successors + s + 1, in zend_ssa_remove_block()
1453 sizeof(int) * (prev_block->successors_count - s - 1)); in zend_ssa_remove_block()
1455 s--; in zend_ssa_remove_block()
/PHP-7.4/ext/soap/tests/
H A Dtypemap003.phpt2 SOAP Typemap 3: SoapClient support for typemap's from_xml()
H A Dtypemap004.phpt2 SOAP Typemap 4: SoapClient support for typemap's to_xml()
H A Dtypemap007.phpt2 SOAP Typemap 7: SoapClient support for typemap's from_xml() (without WSDL)
H A Dtypemap009.phpt2 SOAP typemap 9: SoapServer support for typemap's from_xml() (SoapFault)
/PHP-7.4/ext/session/tests/
H A Dsession_cache_limiter_error.phpt169 Warning: session_cache_limiter() expects parameter 1 to be string, resource given in %s on line %d
/PHP-7.4/ext/reflection/tests/
H A DReflectionParameter_003.phpt59 Notice: Undefined variable: theIncrement in %s on line 8
/PHP-7.4/ext/oci8/tests/
H A Ddrcp_scope3.phpt60 Warning: oci_execute(): ORA-00054: %s
/PHP-7.4/ext/standard/tests/array/
H A Darray_shift_variation8.phpt45 Notice: Only variables should be assigned by reference in %s on line %d
/PHP-7.4/ext/standard/tests/math/
H A Dabs_variation.phpt124 Notice: Object of class classA could not be converted to number in %s on line %d
/PHP-7.4/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type3-bd2.phpt11 $date_format = 'Y-m-d H:i:s T e';
H A Drfc-datetime_and_daylight_saving_time-type3-fa.phpt9 $date_format = 'Y-m-d H:i:s T e';
/PHP-7.4/ext/exif/tests/
H A Dexif003.phpt31 int(%s)
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_all_basic.phpt10 …tch1, PREG_OFFSET_CAPTURE|PREG_PATTERN_ORDER, -10)); //finds any digit that's not 4 10 digits from…
/PHP-7.4/tests/classes/
H A D__call_007.phpt55 Warning: The magic method __call() must have public visibility and cannot be static in %s on line 3
/PHP-7.4/tests/lang/
H A D019.phpt38 Parse error: syntax error, unexpected %s in %s019.php(12) : eval()'d code on line 1
/PHP-7.4/Zend/tests/
H A Dbug72101.phpt79 #0 %sbug72101.php(8): {closure}(2, 'Parameter 1 to ...', '%s', 8, Array)
/PHP-7.4/ext/ctype/tests/
H A Dctype_alnum_variation3.phpt8 * Description: Checks for alphanumeric character(s)
H A Dctype_alpha_variation3.phpt8 * Description: Checks for alphabetic character(s)
H A Dctype_digit_variation3.phpt8 * Description: Checks for numeric character(s)
H A Dctype_lower_variation3.phpt8 * Description: Checks for lowercase character(s)
H A Dctype_upper_variation3.phpt8 * Description: Checks for uppercase character(s)
/PHP-7.4/ext/calendar/tests/
H A Dcal_info.phpt216 Warning: cal_info(): invalid calendar ID 99999 in %s on line %d

Completed in 45 milliseconds

1...<<231232233234235236237238239240>>...251