/PHP-7.2/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-7.2/Zend/ |
H A D | zend_string.h | 58 #define IS_INTERNED(s) ZSTR_IS_INTERNED(s) in END_EXTERN_C() argument 62 #define STR_ALLOCA_INIT(str, s, len, use_heap) ZSTR_ALLOCA_INIT(str, s, len, use_heap) in END_EXTERN_C() argument 67 #define ZSTR_IS_INTERNED(s) (GC_FLAGS(s) & IS_STR_INTERNED) in END_EXTERN_C() argument 85 #define ZSTR_ALLOCA_INIT(str, s, len, use_heap) do { \ argument 103 static zend_always_inline void zend_string_forget_hash_val(zend_string *s) in zend_string_forget_hash_val() 108 static zend_always_inline uint32_t zend_string_refcount(const zend_string *s) in zend_string_refcount() 116 static zend_always_inline uint32_t zend_string_addref(zend_string *s) in zend_string_addref() 124 static zend_always_inline uint32_t zend_string_delref(zend_string *s) in zend_string_delref() 184 static zend_always_inline zend_string *zend_string_copy(zend_string *s) in zend_string_copy() 279 static zend_always_inline void zend_string_free(zend_string *s) in zend_string_free() [all …]
|
H A D | zend_long.h | 66 # define ZEND_LTOA(i, s, len) _i64toa_s((i), (s), (len), 10) argument 67 # define ZEND_ATOL(i, s) i = _atoi64((s)) argument 74 # define ZEND_LTOA(i, s, len) \ argument 79 # define ZEND_ATOL(i, s) (i) = atoll((s)) argument 95 # define ZEND_LTOA(i, s, len) _ltoa_s((i), (s), (len), 10) argument 96 # define ZEND_ATOL(i, s) i = atol((s)) argument 98 # define ZEND_LTOA(i, s, len) \ argument 103 # define ZEND_ATOL(i, s) (i) = atol((s)) argument
|
/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_libmysql_compat.h | 81 #define mysql_stmt_field_count(s) mysqlnd_stmt_field_count((s)) argument 82 #define mysql_stmt_param_count(s) mysqlnd_stmt_param_count((s)) argument 83 #define mysql_stmt_num_rows(s) mysqlnd_stmt_num_rows((s)) argument 84 #define mysql_stmt_insert_id(s) mysqlnd_stmt_insert_id((s)) argument 85 #define mysql_stmt_close(s) mysqlnd_stmt_close((s)) argument 88 #define mysql_stmt_errno(s) mysqlnd_stmt_errno((s)) argument 89 #define mysql_stmt_error(s) mysqlnd_stmt_error((s)) argument 90 #define mysql_stmt_sqlstate(s) mysqlnd_stmt_sqlstate((s)) argument 92 #define mysql_stmt_execute(s) mysqlnd_stmt_execute((s)) argument 93 #define mysql_stmt_reset(s) mysqlnd_stmt_reset((s)) argument [all …]
|
/PHP-7.2/ext/zip/lib/ |
H A D | zip_string.c | 42 _zip_string_crc32(const zip_string_t *s) in _zip_string_crc32() 71 _zip_string_free(zip_string_t *s) in _zip_string_free() 119 _zip_string_length(const zip_string_t *s) in _zip_string_length() 131 zip_string_t *s; in _zip_string_new() local 182 _zip_string_write(zip_t *za, const zip_string_t *s) in _zip_string_write()
|
/PHP-7.2/ext/date/lib/ |
H A D | parse_iso_intervals.c | 35 # define strtoll(s, f, b) _atoi64(s) argument 38 # define strtoll(s, f, b) atoll(s) argument 40 # define strtoll(s, f, b) strtol(s, f, b) argument 68 #define DEBUG_OUTPUT(s) printf("%s\n", s); argument 69 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } argument 71 #define DEBUG_OUTPUT(s) argument 72 #define YYDEBUG(s,c) argument 93 static void add_error(Scanner *s, char *error) in add_error() 102 static char *timelib_string(Scanner *s) in timelib_string() 171 static int scan(Scanner *s) in scan() [all …]
|
H A D | parse_date.c | 37 # define strtoll(s, f, b) _atoi64(s) argument 40 # define strtoll(s, f, b) atoll(s) argument 42 # define strtoll(s, f, b) strtol(s, f, b) argument 123 #define DEBUG_OUTPUT(s) printf("%s\n", s); argument 126 #define DEBUG_OUTPUT(s) argument 127 #define YYDEBUG(s,c) argument 337 static void add_warning(Scanner *s, int error_code, char *error) in add_warning() 347 static void add_error(Scanner *s, int error_code, char *error) in add_error() 440 static char *timelib_string(Scanner *s) in timelib_string() 849 static int scan(Scanner *s, timelib_tz_get_wrapper tz_get_wrapper) in scan() [all …]
|
/PHP-7.2/ext/mbstring/oniguruma/src/ |
H A D | regerror.c | 191 static void sprint_byte(char* s, unsigned int v) in sprint_byte() 196 static void sprint_byte_with_x(char* s, unsigned int v) in sprint_byte_with_x() 201 static int to_ascii(OnigEncoding enc, UChar *s, UChar *end, in to_ascii() 255 onig_error_code_to_str(UChar* s, int code, ...) in onig_error_code_to_str() 337 UChar *p, *s, *bp; local
|
H A D | regversion.c | 37 static char s[12]; in onig_version() local 49 static char s[58]; in onig_copyright() local
|
H A D | regexec.c | 533 #define STATE_CHECK_POS(s,snum) \ argument 1304 UChar *s, *q, *sbegin; in match_at() local 2786 UChar *t, *p, *s, *end; in slow_search() local 2838 UChar *s, *end; in slow_search_ic() local 2863 UChar *t, *p, *s; in slow_search_backward() local 2896 UChar *s; in slow_search_backward_ic() local 2976 const UChar *s, *t, *p, *end; in bm_search() local 3038 const UChar *s, *t, *p; in bm_search_backward() local 3067 const UChar *s = text; in map_search() local 3082 const UChar *s = text_start; in map_search_backward() local [all …]
|
/PHP-7.2/ext/mysqli/ |
H A D | mysqli_mysqlnd.h | 36 #define mysqli_stmt_get_id(s) ((s)->data->stmt_id) argument 37 #define mysqli_stmt_warning_count(s) mysqlnd_stmt_warning_count((s)) argument 38 #define mysqli_stmt_server_status(s) mysqlnd_stmt_server_status((s)) argument 39 #define mysqli_stmt_get_connection(s) (s)->data->conn argument
|
H A D | mysqli_libmysql.h | 35 #define mysqli_stmt_get_id(s) ((s)->stmt_id) argument 36 #define mysqli_stmt_warning_count(s) mysql_warning_count((s)->mysql) argument 37 #define mysqli_stmt_server_status(s) (s)->mysql->server_status argument 38 #define mysqli_stmt_get_connection(s) (s)->mysql argument
|
/PHP-7.2/ext/json/ |
H A D | json_scanner.c | 59 static void php_json_scanner_copy_string(php_json_scanner *s, int esc_size) in php_json_scanner_copy_string() 82 static int php_json_ucs2_to_int_ex(php_json_scanner *s, int size, int start) in php_json_ucs2_to_int_ex() 92 static int php_json_ucs2_to_int(php_json_scanner *s, int size) in php_json_ucs2_to_int() 97 void php_json_scanner_init(php_json_scanner *s, char *str, size_t str_len, int options) in php_json_scanner_init() 105 int php_json_scan(php_json_scanner *s) in php_json_scan()
|
/PHP-7.2/ext/standard/ |
H A D | url.c | 66 unsigned char *s = (unsigned char *)str; in php_replace_controlchars_ex() local 117 char const *s, *e, *p, *pp, *ue; in php_url_parse_ex() local 454 static int php_htoi(char *s) in php_htoi() 490 PHPAPI zend_string *php_url_encode(char const *s, size_t len) in php_url_encode() 600 PHPAPI zend_string *php_raw_url_encode(char const *s, size_t len) 744 char *s, *p; local
|
H A D | php_mail.h | 32 #define PHP_MAIL_BUILD_HEADER_CHECK(target, s, key, val) \ argument 48 #define PHP_MAIL_BUILD_HEADER_DEFAULT(s, key, val) \ argument
|
/PHP-7.2/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_jis.c | 119 int c1, s, w; in mbfl_filt_conv_jis_wchar() local 290 int c1, s; in mbfl_filt_conv_wchar_jis() local 395 int s; in mbfl_filt_conv_wchar_2022jp() local
|
H A D | mbfilter_cp5022x.c | 231 int c1, s, w; in mbfl_filt_conv_jis_ms_wchar() local 411 int c1, s; in mbfl_filt_conv_wchar_jis_ms() local 628 const int s = c & MBFL_WCSPLANE_MASK; in mbfl_filt_conv_wchar_cp50220raw() local 650 int s = 0; in mbfl_filt_conv_wchar_cp50221() local 796 int s; in mbfl_filt_conv_wchar_cp50222() local
|
H A D | mbfilter_iso8859_10.c | 81 int s; in mbfl_filt_conv_8859_10_wchar() local 108 int s, n; in mbfl_filt_conv_wchar_8859_10() local
|
H A D | mbfilter_iso8859_13.c | 81 int s; in mbfl_filt_conv_8859_13_wchar() local 108 int s, n; in mbfl_filt_conv_wchar_8859_13() local
|
H A D | mbfilter_iso8859_14.c | 81 int s; in mbfl_filt_conv_8859_14_wchar() local 108 int s, n; in mbfl_filt_conv_wchar_8859_14() local
|
H A D | mbfilter_iso8859_15.c | 81 int s; in mbfl_filt_conv_8859_15_wchar() local 108 int s, n; in mbfl_filt_conv_wchar_8859_15() local
|
H A D | mbfilter_iso8859_16.c | 81 int s; in mbfl_filt_conv_8859_16_wchar() local 108 int s, n; in mbfl_filt_conv_wchar_8859_16() local
|
H A D | mbfilter_iso8859_2.c | 82 int s; in mbfl_filt_conv_8859_2_wchar() local 109 int s, n; in mbfl_filt_conv_wchar_8859_2() local
|
H A D | mbfilter_iso8859_3.c | 82 int s; in mbfl_filt_conv_8859_3_wchar() local 109 int s, n; in mbfl_filt_conv_wchar_8859_3() local
|
H A D | mbfilter_iso8859_4.c | 80 int s; in mbfl_filt_conv_8859_4_wchar() local 107 int s, n; in mbfl_filt_conv_wchar_8859_4() local
|