Home
last modified time | relevance | path

Searched refs:s (Results 6376 – 6400 of 6408) sorted by relevance

1...<<251252253254255256257

/php-src/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type2.phpt9 $date_format = 'Y-m-d H:i:s T e';
/php-src/ext/openssl/
H A Dopenssl.c1584 zend_string * s = NULL; in PHP_FUNCTION() local
1648 s = zend_string_alloc(strlen(spkac) + strlen(spkstr), 0); in PHP_FUNCTION()
1649 sprintf(ZSTR_VAL(s), "%s%s", spkac, spkstr); in PHP_FUNCTION()
1650 ZSTR_LEN(s) = strlen(ZSTR_VAL(s)); in PHP_FUNCTION()
1653 RETVAL_STR(s); in PHP_FUNCTION()
1662 if (s && ZSTR_LEN(s) <= 0) { in PHP_FUNCTION()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h755 static SLJIT_INLINE int utf_continue(PCRE2_SPTR s) in utf_continue() argument
758 return (*s & 0xc0) == 0x80; in utf_continue()
760 return (*s & 0xfc00) == 0xdc00; in utf_continue()
H A Dpcre2_match.c220 match_block *mb, pcre2_match_data *match_data, const char *s, ...) in display_frames() argument
225 va_start(ap, s); in display_frames()
228 vfprintf(f, s, ap); in display_frames()
/php-src/ext/gd/libgd/
H A Dgd_bmp.c43 #define BMP_DEBUG(s) argument
/php-src/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic4.phpt117 // In the general case, matching the old implementation's decision to transfer-encode or not
H A Dcp5022x_encoding.phpt15 /* Convert CP932's default Shift-JIS representation to kuten code
H A Dutf_encodings.phpt988 // 'Optional direct' characters are Base64-encoded in mbstring's implementation
1049 // Now let's see how UTF-7 can go BAD...
/php-src/sapi/fpm/
H A Dconfig.m4642 …BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_BINARY_OBJS) \$(PHP_FPM_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.l…
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c373 sljit_s32 s, j1, j2; in set_jump_instruction() local
418 s = (diff >> 23) & 0x1; in set_jump_instruction()
419 j1 = (~(diff >> 22) ^ s) & 0x1; in set_jump_instruction()
420 j2 = (~(diff >> 21) ^ s) & 0x1; in set_jump_instruction()
421 jump_inst[0] = (sljit_u16)(0xf000 | ((sljit_ins)s << 10) | COPY_BITS(diff, 11, 0, 10)); in set_jump_instruction()
H A DsljitNativeMIPS_common.c127 #define S(s) ((sljit_ins)reg_map[s] << 21) argument
131 #define FS(s) ((sljit_ins)freg_map[s] << 11) argument
134 #define SA(s) ((sljit_ins)(s) << 21) argument
H A DsljitNativeX86_common.c375 #define INC_SIZE(s) (*inst++ = U8(s), compiler->size += (s)) argument
H A DsljitNativePPC_common.c119 #define S(s) ((sljit_ins)reg_map[s] << 21) argument
/php-src/ext/date/lib/
H A Dparse_tz.c484 t->h, t->i, t->s in format_ut_time()
/php-src/sapi/litespeed/
H A Dlsapilib.c4260 #define MD5STEP(f, w, x, y, z, data, s) \ argument
4261 ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x )
/php-src/ext/standard/tests/strings/
H A Dhtmlentities_html5.phpt33 printf("%s\tU+%05X\n", $result, $i);
110 printf("%s\tU+%05X U+%05X\n", $result, $i[0], $i[1]);
/php-src/ext/standard/tests/general_functions/
H A Dgettype_settype_variation4.phpt50 // no member(s)
/php-src/ext/standard/
H A Dproc_open.c660 return str.s; in create_win_command_from_args()
/php-src/ext/standard/tests/file/
H A Dmkdir_rmdir_variation-win32-mb.phpt1599 Warning: rmdir(%s/mkdir私はガラスを食べられます/): Directory not empty in %s on line %d
H A Dmkdir_rmdir_variation-win32.phpt1599 Warning: rmdir(%s/mkdir/): Directory not empty in %s on line %d
/php-src/ext/opcache/jit/ir/
H A Dir_private.h869 void ir_print_escaped_str(const char *s, size_t len, FILE *f);
H A Dir_x86.dasc754 | op..s xmm(op1-IR_REG_FP_FIRST), xmm(op2-IR_REG_FP_FIRST)
763 | op..s xmm(op1-IR_REG_FP_FIRST), dword op2
776 | op..s xmm(op1-IR_REG_FP_FIRST), xmm(op2-IR_REG_FP_FIRST), xmm(op3-IR_REG_FP_FIRST)
785 | op..s xmm(op1-IR_REG_FP_FIRST), xmm(op2-IR_REG_FP_FIRST), dword op3
811 | v..op..s dword dst, xmm(src-IR_REG_FP_FIRST)
813 | op..s dword dst, xmm(src-IR_REG_FP_FIRST)
843 | op..s xmm(op1-IR_REG_FP_FIRST), xmm(op2-IR_REG_FP_FIRST), op3
852 | op..s xmm(op1-IR_REG_FP_FIRST), xmm(op2-IR_REG_FP_FIRST), xmm(op3-IR_REG_FP_FIRST), op4
2119 /* Prefer IMUL over MUL because it's more flexible and uses less registers ??? */
10269 …f(stderr, "IR Compilation Aborted: ctx->stack_frame_size > ctx->fixed_stack_frame_size at %s:%d\n",
/php-src/ext/phar/
H A Dphar_object.c4019 zend_string_release(main_metadata_str.s); in serialize_metadata_or_throw()
4025 zend_string_release(main_metadata_str.s); in serialize_metadata_or_throw()
4029 tracker->str = main_metadata_str.s; in serialize_metadata_or_throw()
/php-src/sapi/phpdbg/
H A Dphpdbg.c719 …dbg_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_headers_struct *s) /* {{{ */ in php_sapi_phpdbg_header_handler() argument
/php-src/ext/standard/tests/misc/
H A Dbrowscap.ini1497 Browser="IBM's WebFountain"
1521 [JoBot/0.* (John's Robot; jj.boers@gmail.com)]
1523 Browser="John's Robot"
3311 Browser="Mike Elliott's E-Mail Harvester"
4016 Browser="Xenu's Link Sleuth"
5206 Browser="Gary Keith's Version Checker"
5208 …lleher.com); used with special permission from Gary Joel Keith; uses Microsoft's WinHTTP component]
5371 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; The Planet's Vulnerability Scanning
5375 Browser="The Planet's Vulnerability Scanning"
9016 [Mozilla/5.0 (Macintosh; ?; *Mac OS X*; *s) AppleWebKit/* (KHTML, like Gecko) Version/4.0* Safari/*]

Completed in 382 milliseconds

1...<<251252253254255256257