/PHP-5.6/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-5.6/Zend/ |
H A D | zend_string.h | 37 #define IS_INTERNED(s) \ in END_EXTERN_C() argument 47 #define INTERNED_LEN(s) \ in END_EXTERN_C() argument 50 #define INTERNED_HASH(s) \ in END_EXTERN_C() argument 53 #define str_efree(s) do { \ in END_EXTERN_C() argument 59 #define str_efree_rel(s) do { \ argument 65 #define str_free(s) do { \ argument
|
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd_libmysql_compat.h | 84 #define mysql_stmt_field_count(s) mysqlnd_stmt_field_count((s)) argument 85 #define mysql_stmt_param_count(s) mysqlnd_stmt_param_count((s)) argument 86 #define mysql_stmt_num_rows(s) mysqlnd_stmt_num_rows((s)) argument 87 #define mysql_stmt_insert_id(s) mysqlnd_stmt_insert_id((s)) argument 88 #define mysql_stmt_close(s) mysqlnd_stmt_close((s)) argument 91 #define mysql_stmt_errno(s) mysqlnd_stmt_errno((s)) argument 92 #define mysql_stmt_error(s) mysqlnd_stmt_error((s)) argument 93 #define mysql_stmt_sqlstate(s) mysqlnd_stmt_sqlstate((s)) argument 95 #define mysql_stmt_execute(s) mysqlnd_stmt_execute((s)) argument 96 #define mysql_stmt_reset(s) mysqlnd_stmt_reset((s)) argument [all …]
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | regext.c | 33 conv_ext0be32(const UChar* s, const UChar* end, UChar* conv) in conv_ext0be32() 44 conv_ext0le32(const UChar* s, const UChar* end, UChar* conv) in conv_ext0le32() 55 conv_ext0be(const UChar* s, const UChar* end, UChar* conv) in conv_ext0be() 64 conv_ext0le(const UChar* s, const UChar* end, UChar* conv) in conv_ext0le() 73 conv_swap4bytes(const UChar* s, const UChar* end, UChar* conv) in conv_swap4bytes() 85 conv_swap2bytes(const UChar* s, const UChar* end, UChar* conv) in conv_swap2bytes() 95 conv_encoding(OnigEncoding from, OnigEncoding to, const UChar* s, const UChar* end, in conv_encoding()
|
H A D | regerror.c | 185 static void sprint_byte(char* s, unsigned int v) in sprint_byte() 190 static void sprint_byte_with_x(char* s, unsigned int v) in sprint_byte_with_x() 195 static int to_ascii(OnigEncoding enc, UChar *s, UChar *end, in to_ascii() 249 onig_error_code_to_str(UChar* s, int code, ...) in onig_error_code_to_str() 331 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 | 487 #define STATE_CHECK_POS(s,snum) \ argument 1253 UChar *s, *q, *sbegin; in match_at() local 2739 UChar *t, *p, *s, *end; in slow_search() local 2791 UChar *s, *end; in slow_search_ic() local 2816 UChar *t, *p, *s; in slow_search_backward() local 2849 UChar *s; in slow_search_backward_ic() local 2929 const UChar *s, *t, *p, *end; in bm_search() local 2990 const UChar *s, *t, *p; in bm_search_backward() local 3018 const UChar *s = text; in map_search() local 3033 const UChar *s = text_start; in map_search_backward() local [all …]
|
H A D | testc.c | 22 #define SLEN(s) strlen(s) argument 95 char s[ONIG_MAX_ERROR_MESSAGE_LEN]; in xx() local 106 char s[ONIG_MAX_ERROR_MESSAGE_LEN]; in xx() local
|
/PHP-5.6/ext/zip/lib/ |
H A D | zip_string.c | 44 _zip_string_crc32(const struct zip_string *s) in _zip_string_crc32() 75 _zip_string_free(struct zip_string *s) in _zip_string_free() 125 _zip_string_length(const struct zip_string *s) in _zip_string_length() 138 struct zip_string *s; in _zip_string_new() local 190 _zip_string_write(const struct zip_string *s, FILE *f) in _zip_string_write()
|
/PHP-5.6/ext/date/lib/ |
H A D | parse_iso_intervals.c | 44 # define strtoll(s, f, b) _atoi64(s) argument 47 # define strtoll(s, f, b) atoll(s) argument 49 # define strtoll(s, f, b) strtol(s, f, b) argument 86 #define DEBUG_OUTPUT(s) printf("%s\n", s); argument 89 #define DEBUG_OUTPUT(s) argument 90 #define YYDEBUG(s,c) argument 113 static void add_warning(Scanner *s, char *error) in add_warning() 122 static void add_error(Scanner *s, char *error) in add_error() 131 static char *timelib_string(Scanner *s) in timelib_string() 249 static int scan(Scanner *s) in scan() [all …]
|
/PHP-5.6/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-5.6/ext/standard/ |
H A D | url.c | 66 unsigned char *s = (unsigned char *)str; in php_replace_controlchars_ex() local 101 char const *s, *e, *p, *pp, *ue; in php_url_parse_ex() local 409 static int php_htoi(char *s) in php_htoi() 445 PHPAPI char *php_url_encode(char const *s, int len, int *new_length) in php_url_encode() 565 PHPAPI char *php_raw_url_encode(char const *s, int len, int *new_length) 717 char *s, *p; local
|
/PHP-5.6/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_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
|
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_5.c | 82 int s; in mbfl_filt_conv_8859_5_wchar() local 109 int s, n; in mbfl_filt_conv_wchar_8859_5() local
|
H A D | mbfilter_iso8859_6.c | 82 int s; in mbfl_filt_conv_8859_6_wchar() local 109 int s, n; in mbfl_filt_conv_wchar_8859_6() local
|
/PHP-5.6/ext/mbstring/oniguruma/win32/ |
H A D | testc.c | 22 #define SLEN(s) strlen(s) argument 95 char s[ONIG_MAX_ERROR_MESSAGE_LEN]; in xx() local 106 char s[ONIG_MAX_ERROR_MESSAGE_LEN]; in xx() local
|