/php-src/ext/phar/ |
H A D | makestub.php | 2 $s = str_replace("\r", '', file_get_contents(dirname(__FILE__) . '/shortarc.php')); variable 20 $s = $news . ' ?>'; variable 22 $s = str_replace('\\', '\\\\', $s); variable 23 $s = str_replace('"', '\\"', $s); variable 24 $s = str_replace("\n", '\n', $s); variable 27 $s = substr($s, strlen($webs) + strlen("000")); variable
|
/php-src/Zend/ |
H A D | zend_string.h | 75 #define IS_INTERNED(s) ZSTR_IS_INTERNED(s) in END_EXTERN_C() argument 84 #define ZSTR_IS_INTERNED(s) (GC_FLAGS(s) & IS_STR_INTERNED) in END_EXTERN_C() argument 85 #define ZSTR_IS_VALID_UTF8(s) (GC_FLAGS(s) & IS_STR_VALID_UTF8) in END_EXTERN_C() argument 127 #define ZSTR_ALLOCA_INIT(str, s, len, use_heap) do { \ argument 144 static zend_always_inline void zend_string_forget_hash_val(zend_string *s) in zend_string_forget_hash_val() 158 static zend_always_inline uint32_t zend_string_addref(zend_string *s) in zend_string_addref() 166 static zend_always_inline uint32_t zend_string_delref(zend_string *s) in zend_string_delref() 216 static zend_always_inline zend_string *zend_string_copy(zend_string *s) in zend_string_copy() 328 static zend_always_inline void zend_string_free(zend_string *s) in zend_string_free() 336 static zend_always_inline void zend_string_efree(zend_string *s) in zend_string_efree() [all …]
|
H A D | zend_long.h | 64 # define ZEND_LTOA(i, s, len) _i64toa_s((i), (s), (len), 10) argument 65 # define ZEND_ATOL(s) _atoi64((s)) argument 72 # define ZEND_LTOA(i, s, len) \ argument 77 # define ZEND_ATOL(s) atoll((s)) argument 93 # define ZEND_LTOA(i, s, len) _ltoa_s((i), (s), (len), 10) argument 94 # define ZEND_ATOL(s) atol((s)) argument 96 # define ZEND_LTOA(i, s, len) \ argument 101 # define ZEND_ATOL(s) atol((s)) argument
|
H A D | zend_ini_scanner.l | 35 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) argument 37 # define YYDEBUG(s, c) argument 51 #define YYSETCONDITION(s) SCNG(yy_state) = s argument 284 char *s, *t; in zend_ini_escape_string() local
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_libmysql_compat.h | 79 #define mysql_stmt_field_count(s) mysqlnd_stmt_field_count((s)) argument 80 #define mysql_stmt_param_count(s) mysqlnd_stmt_param_count((s)) argument 81 #define mysql_stmt_num_rows(s) mysqlnd_stmt_num_rows((s)) argument 82 #define mysql_stmt_insert_id(s) mysqlnd_stmt_insert_id((s)) argument 83 #define mysql_stmt_close(s) mysqlnd_stmt_close((s), 0) argument 86 #define mysql_stmt_errno(s) mysqlnd_stmt_errno((s)) argument 87 #define mysql_stmt_error(s) mysqlnd_stmt_error((s)) argument 88 #define mysql_stmt_sqlstate(s) mysqlnd_stmt_sqlstate((s)) argument 90 #define mysql_stmt_execute(s) mysqlnd_stmt_execute((s)) argument 91 #define mysql_stmt_reset(s) mysqlnd_stmt_reset((s)) argument [all …]
|
/php-src/ext/date/lib/ |
H A D | parse_iso_intervals.c | 33 # define strtoll(s, f, b) _atoi64(s) argument 36 # define strtoll(s, f, b) atoll(s) argument 38 # define strtoll(s, f, b) strtol(s, f, b) argument 66 #define DEBUG_OUTPUT(s) printf("%s\n", s); argument 67 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } argument 69 #define DEBUG_OUTPUT(s) argument 70 #define YYDEBUG(s,c) argument 91 static void add_error(Scanner *s, const char *error) in add_error() 100 static char *timelib_string(Scanner *s) in timelib_string() 170 static int scan(Scanner *s) in scan() [all …]
|
H A D | parse_date.c | 38 # define strtoll(s, f, b) _atoi64(s) argument 41 # define strtoll(s, f, b) atoll(s) argument 43 # define strtoll(s, f, b) strtol(s, f, b) argument 124 #define DEBUG_OUTPUT(s) printf("%s\n", s); argument 127 #define DEBUG_OUTPUT(s) argument 128 #define YYDEBUG(s,c) argument 366 static void add_warning(Scanner *s, int error_code, const char *error) in add_warning() 376 static void add_error(Scanner *s, int error_code, const char *error) in add_error() 469 static char *timelib_string(Scanner *s) in timelib_string() 1012 static int scan(Scanner *s, timelib_tz_get_wrapper tz_get_wrapper) in scan() [all …]
|
/php-src/ext/random/ |
H A D | engine_pcgoneseq128xslrr64.c | 30 static inline void step(php_random_status_state_pcgoneseq128xslrr64 *s) in step() 38 …I inline void php_random_pcgoneseq128xslrr64_seed128(php_random_status_state_pcgoneseq128xslrr64 *… in php_random_pcgoneseq128xslrr64_seed128() 48 php_random_status_state_pcgoneseq128xslrr64 *s = state; in generate() local 68 php_random_status_state_pcgoneseq128xslrr64 *s = state; in serialize() local 85 php_random_status_state_pcgoneseq128xslrr64 *s = state; in unserialize() local 154 php_random_uint128_t s; in PHP_METHOD() local
|
H A D | engine_xoshiro256starstar.c | 45 static inline uint64_t generate_state(php_random_status_state_xoshiro256starstar *s) in generate_state() 95 uint64_t s[4]; in php_random_xoshiro256starstar_seed64() local 123 php_random_status_state_xoshiro256starstar *s = state; in serialize() local 136 php_random_status_state_xoshiro256starstar *s = state; in unserialize() local
|
H A D | engine_mt19937.c | 148 php_random_status_state_mt19937 *s = state; in generate() local 176 php_random_status_state_mt19937 *s = state; in serialize() local 193 php_random_status_state_mt19937 *s = state; in unserialize() local
|
/php-src/ext/mysqli/ |
H A D | mysqli_mysqlnd.h | 34 #define mysqli_stmt_get_id(s) ((s)->data->stmt_id) argument 35 #define mysqli_stmt_warning_count(s) mysqlnd_stmt_warning_count((s)) argument 36 #define mysqli_stmt_server_status(s) mysqlnd_stmt_server_status((s)) argument 37 #define mysqli_stmt_get_connection(s) (s)->data->conn argument
|
/php-src/ext/standard/ |
H A D | url.c | 54 unsigned char *s = (unsigned char *)str; in php_replace_controlchars() local 72 static const char *binary_strcspn(const char *s, const char *e, const char *chars) { in binary_strcspn() 96 char const *s, *e, *p, *pp, *ue; in php_url_parse_ex2() local 415 static int php_htoi(char *s) in php_htoi() 449 static zend_always_inline zend_string *php_url_encode_impl(const char *s, size_t len, bool raw) /* … in php_url_encode_impl() 546 PHPAPI zend_string *php_url_encode(char const *s, size_t len) in php_url_encode() 608 PHPAPI zend_string *php_raw_url_encode(char const *s, size_t len) in php_raw_url_encode() 706 char *s, *p; in PHP_FUNCTION() local
|
H A D | hrtime.c | 25 # define HRTIME_U64A(i, s, len) _ui64toa_s(i, s, len, 10) argument 27 # define HRTIME_U64A(i, s, len) \ argument
|
H A D | http_fopen_wrapper.c | 108 const char *s = headers; in check_has_header() local 118 static zend_result php_stream_handle_proxy_authorization_header(const char *s, smart_str *header) in php_stream_handle_proxy_authorization_header() 297 const char *s; in php_stream_url_wrap_http_ex() local 448 char *s; in php_stream_url_wrap_http_ex() local 869 char *s = strrchr(ZSTR_VAL(resource->path), '/'); in php_stream_url_wrap_http_ex() local
|
H A D | mail.c | 129 static void php_mail_build_headers_elem(smart_str *s, zend_string *key, zval *val) in php_mail_build_headers_elem() 173 static void php_mail_build_headers_elems(smart_str *s, zend_string *key, zval *val) in php_mail_build_headers_elems() 192 #define PHP_MAIL_BUILD_HEADER_CHECK(target, s, key, val) \ argument 212 smart_str s = {0}; in php_mail_build_headers() local
|
H A D | uuencode.c | 68 const unsigned char *s, *e, *ee; in php_uuencode() local 133 const char *s, *e, *ee; in php_uudecode() local
|
/php-src/ext/hash/ |
H A D | php_hash_xxhash.h | 24 XXH32_state_t s; member 34 XXH64_state_t s; member 47 XXH3_state_t s; member
|
H A D | hash_md.c | 113 #define ROTL32(s,v) (((v) << (s)) | ((v) >> (32 - (s)))) argument 115 #define MD4_R1(a,b,c,d,k,s) a = ROTL32(s, a + MD4_F(b,c,d) + x[k]) argument 116 #define MD4_R2(a,b,c,d,k,s) a = ROTL32(s, a + MD4_G(b,c,d) + x[k] + 0x5A827999) argument 117 #define MD4_R3(a,b,c,d,k,s) a = ROTL32(s, a + MD4_H(b,c,d) + x[k] + 0x6ED9EBA1) argument
|
H A D | hash_gost.c | 121 #define S(s, l, r) \ argument 125 #define SHIFT12(u, m, s) \ argument 209 uint32_t l, r, t, key[8], u[8], v[8], w[8], s[8], *h = context->state, *m = data; in Gost() local
|
/php-src/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_cjk.c | 136 int c1, s, w; in mbfl_filt_conv_jis_wchar() local 306 int s = 0; in mbfl_filt_conv_wchar_jis() local 387 int s; in mbfl_filt_conv_wchar_2022jp() local 2848 int s = 0; in mbfl_filt_conv_wchar_cp50221() local 2972 int s = 0; in mbfl_filt_conv_wchar_cp50222() local 8272 int s = 0; in mbfl_filt_conv_wchar_eucjp() local 9466 int s = 0; in mbfl_filt_conv_wchar_euccn() local 9751 int s = 0; in mbfl_filt_conv_wchar_euctw() local 9981 int s = 0; in mbfl_filt_conv_wchar_euckr() local 10191 int s = 0; in mbfl_filt_conv_wchar_uhc() local [all …]
|
H A D | mbfilter_utf8.c | 329 int s, c1; in mbfl_filt_conv_utf8_wchar() local 586 int s, s1 = 0, c1 = 0, snd = 0; in mbfl_filt_conv_utf8_mobile_wchar() local 732 …ize, unsigned int *state, const unsigned short emoji_map[][3], int (*convert_emoji)(int s, int *sn… in mb_mobile_utf8_to_wchar() 739 unsigned int s = 0; in mb_mobile_utf8_to_wchar() local 844 unsigned int s = 0; in mb_wchar_to_utf8_docomo() local 921 unsigned int s = 0; in mb_wchar_to_utf8_kddi() local 1033 unsigned int s = 0; in mb_wchar_to_utf8_sb() local
|
/php-src/ext/soap/ |
H A D | php_http.c | 81 static void http_context_add_header(const char *s, in http_context_add_header() 1162 zend_string *s = zend_string_alloc((p - t) + ZSTR_LEN(new_url->path) + 2, 0); in make_http_soap_request() local 1164 ZSTR_VAL(s)[(p - t) + 1] = 0; in make_http_soap_request() local 1170 zend_string *s = zend_string_alloc(ZSTR_LEN(new_url->path) + 2, 0); in make_http_soap_request() local 1171 ZSTR_VAL(s)[0] = '/'; in make_http_soap_request() local 1172 ZSTR_VAL(s)[1] = 0; in make_http_soap_request() local 1199 char *s; in make_http_soap_request() local 1355 char *s = Z_STRVAL_P(return_value); in make_http_soap_request() local
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_printint.c | 144 int s = 6*a; in print_char() local 254 const char *s = PRIV(utt_names) + u->name_offset; in get_ucpname() local 307 const char *s = get_ucpname(code[1], code[2]); in print_prop() local 770 const char *s; in pcre2_printint() local
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_frame.c | 54 smart_str s = {0}; in phpdbg_compile_stackframe() local 160 zend_string *s = phpdbg_compile_stackframe(EG(current_execute_data)); in phpdbg_switch_frame() local 308 zend_string *s; in phpdbg_open_generator_frame() local
|
/php-src/ext/fileinfo/libmagic/ |
H A D | is_simh.c | 69 char s[4]; member 83 myword d, s; in swap4() local
|