Home
last modified time | relevance | path

Searched refs:s (Results 6176 – 6200 of 6255) sorted by relevance

1...<<241242243244245246247248249250251

/PHP-7.4/ext/ctype/tests/
H A Dctype_print_variation2.phpt8 * Description: Checks for printable character(s)
/PHP-7.4/Zend/tests/
H A Dclosure_061.phpt2 Rebinding of ::getClosure()s
/PHP-7.4/ext/phar/
H A Dutil.c1934 const char *s; in phar_add_virtual_dirs() local
1938 while ((s = zend_memrchr(filename, '/', filename_len))) { in phar_add_virtual_dirs()
1939 filename_len = s - filename; in phar_add_virtual_dirs()
1971 entry->metadata_str.s = NULL; in phar_update_cached_entry()
1983 entry->metadata_str.s = NULL; in phar_update_cached_entry()
/PHP-7.4/ext/filter/
H A Dfilter.c430 #define PARSE_CASE(s,a,t) \ in php_sapi_filter() argument
431 case s: \ in php_sapi_filter()
/PHP-7.4/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt1143 Warning: var_export() expects at least 1 parameter, 0 given in %s on line %d
1145 Warning: var_export() expects at most 2 parameters, 3 given in %s on line %d
H A Dvar_export-locale_32.phpt1143 Warning: var_export() expects at least 1 parameter, 0 given in %s on line %d
1145 Warning: var_export() expects at most 2 parameters, 3 given in %s on line %d
H A Dvar_dump.phpt1569 Deprecated: Function create_function() is deprecated in %s on line %d
1573 Deprecated: Function create_function() is deprecated in %s on line %d
1578 Warning: var_dump() expects at least 1 parameter, 0 given in %s on line %d
H A Dvar_dump_64bit.phpt1569 Deprecated: Function create_function() is deprecated in %s on line %d
1573 Deprecated: Function create_function() is deprecated in %s on line %d
1578 Warning: var_dump() expects at least 1 parameter, 0 given in %s on line %d
/PHP-7.4/ext/intl/tests/
H A Dlocale_get_display_name2.phpt210 disp_locale=fr : display_name=chinois #idéogrammes han (#variante simplifiée#|simplifiés)#
225 disp_locale=fr : display_name=chinois #idéogrammes han (#variante simplifiée#|simplifiés), Chine#
/PHP-7.4/ext/standard/tests/strings/
H A Dsubstr_replace.phpt467 string(10) "try bala s"
510 string(5) "try s"
519 string(10) "try bala s"
H A Dstrcspn_variation7.phpt7 … If start or/and length is provided works like strcspn(substr($s,$start,$len),$bad_chars)
H A Dhtmlentities_html4.phpt49 printf("%s\tU+%05X\n", $table[$str], $i);
H A Dstrspn_variation7.phpt7 … If start or/and length is provided works like strspn(substr($s,$start,$len),$good_chars)
/PHP-7.4/Zend/
H A Dzend_alloc.c2613 ZEND_API char* ZEND_FASTCALL _estrdup(const char *s ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC)
2618 length = strlen(s);
2623 memcpy(p, s, length+1);
2627 ZEND_API char* ZEND_FASTCALL _estrndup(const char *s, size_t length ZEND_FILE_LINE_DC ZEND_FILE_LIN… argument
2635 memcpy(p, s, length);
2641 ZEND_API char* ZEND_FASTCALL zend_strndup(const char *s, size_t length) argument
2653 memcpy(p, s, length);
H A DZend.m4235 INLINE_CFLAGS=`echo $ac_n "$CFLAGS $ac_c" | sed s/-O[0-9s]*//`
/PHP-7.4/ext/session/tests/
H A Dsave_handler.inc125 // Return negative value for error. FALSE does not work because it's the same as 0.
/PHP-7.4/ext/standard/
H A Dinfo.c753 Bucket *s = (Bucket *) b; in module_name_cmp() local
756 ((zend_module_entry *)Z_PTR(s->val))->name); in module_name_cmp()
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE56 author's reputation will not be affected by problems that might be
82 does Less to protect the user's freedom than the ordinary General
150 1. You may copy and distribute verbatim copies of the Library's
275 modification of the work for the customer's own use and reverse
300 copy of the library already present on the user's computer system,
/PHP-7.4/ext/gmp/
H A Dgmp.c585 *buffer = (unsigned char *) estrndup(ZSTR_VAL(buf.s), ZSTR_LEN(buf.s)); in gmp_serialize()
586 *buf_len = ZSTR_LEN(buf.s); in gmp_serialize()
587 zend_string_release_ex(buf.s, 0); in gmp_serialize()
/PHP-7.4/ext/openssl/
H A Dopenssl.c1841 zend_string * s = NULL; in PHP_FUNCTION() local
1913 s = zend_string_alloc(strlen(spkac) + strlen(spkstr), 0); in PHP_FUNCTION()
1914 sprintf(ZSTR_VAL(s), "%s%s", spkac, spkstr); in PHP_FUNCTION()
1915 ZSTR_LEN(s) = strlen(ZSTR_VAL(s)); in PHP_FUNCTION()
1918 RETVAL_STR(s); in PHP_FUNCTION()
1930 if (s && ZSTR_LEN(s) <= 0) { in PHP_FUNCTION()
1934 if (keyresource == NULL && s != NULL) { in PHP_FUNCTION()
1935 zend_string_release_ex(s, 0); in PHP_FUNCTION()
2005 char *spkstr, * spkstr_cleaned = NULL, * s = NULL; in PHP_FUNCTION() local
2064 if (s != NULL) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/phar/tests/
H A Dfopen_edgecases.phpt84 Warning: fopen(phar://foo.phar): failed to open stream: %s in %sfopen_edgecases.php on line %d
/PHP-7.4/ext/soap/
H A Dphp_packet_soap.c409 if ((hdr = zend_hash_find_ptr(hdrs, key.s)) != NULL) { in parse_packet_soap()
/PHP-7.4/tests/lang/
H A DpassByReference_006.phpt105 Deprecated: Non-static method C::refs() should not be called statically in %s on line 39
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c104 #define S(s) (reg_map[s] << 21) argument
108 #define FS(s) (freg_map[s] << 11) argument
111 #define SA(s) ((s) << 21) argument
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_reflection.phpt11 Let's not deal with cross-version issues in the EXPECTF section.

Completed in 122 milliseconds

1...<<241242243244245246247248249250251