/php-src/ext/json/ |
H A D | json.c | 180 PHP_JSON_API zend_result php_json_decode_ex(zval *return_value, const char *str, size_t str_len, ze… in php_json_decode_ex() 202 PHP_JSON_API bool php_json_validate_ex(const char *str, size_t str_len, zend_long options, zend_lon… in php_json_validate_ex() 261 size_t str_len; in PHP_FUNCTION() local 315 size_t str_len; in PHP_FUNCTION() local
|
H A D | json_parser.y | 338 size_t str_len, in php_json_parser_init_ex() 354 size_t str_len, in php_json_parser_init()
|
H A D | php_json.h | 109 static inline zend_result php_json_decode(zval *return_value, const char *str, size_t str_len, bool… in php_json_decode()
|
/php-src/ext/intl/formatter/ |
H A D | formatter_parse.c | 37 size_t str_len; in PHP_FUNCTION() local 131 size_t str_len; in PHP_FUNCTION() local
|
/php-src/ext/intl/grapheme/ |
H A D | grapheme_string.c | 330 size_t str_len; in PHP_FUNCTION() local 613 …eme_extract_charcount_iter(UBreakIterator *bi, int32_t csize, unsigned char *pstr, int32_t str_len) in grapheme_extract_charcount_iter() 653 …eme_extract_bytecount_iter(UBreakIterator *bi, int32_t bsize, unsigned char *pstr, int32_t str_len) in grapheme_extract_bytecount_iter() 678 grapheme_extract_count_iter(UBreakIterator *bi, int32_t size, unsigned char *pstr, int32_t str_len) in grapheme_extract_count_iter() 712 size_t str_len; in PHP_FUNCTION() local
|
H A D | grapheme_util.c | 48 void grapheme_substr_ascii(char *str, size_t str_len, int32_t f, int32_t l, char **sub_str, int32_t… in grapheme_substr_ascii()
|
/php-src/ext/filter/ |
H A D | logical_filters.c | 94 static int php_filter_parse_int(const char *str, size_t str_len, zend_long *ret) { /* {{{ */ in php_filter_parse_int() 147 static int php_filter_parse_octal(const char *str, size_t str_len, zend_long *ret) { /* {{{ */ in php_filter_parse_octal() 170 static int php_filter_parse_hex(const char *str, size_t str_len, zend_long *ret) { /* {{{ */ in php_filter_parse_hex() 726 static int _php_filter_validate_ipv4(char *str, size_t str_len, int *ip) /* {{{ */ in _php_filter_validate_ipv4() 761 static int _php_filter_validate_ipv6(const char *str, size_t str_len, int ip[8]) /* {{{ */ in _php_filter_validate_ipv6()
|
/php-src/ext/standard/ |
H A D | soundex.c | 26 size_t i, _small, str_len, code, last; in PHP_FUNCTION() local
|
H A D | dir.c | 221 size_t str_len; in PHP_FUNCTION() local 252 size_t str_len; in PHP_FUNCTION() local
|
H A D | crypt.c | 205 size_t str_len, salt_in_len = 0; in PHP_FUNCTION() local
|
H A D | iptc.c | 309 size_t str_len; in PHP_FUNCTION() local
|
H A D | url.c | 322 size_t str_len; in PHP_FUNCTION() local
|
H A D | html.c | 92 size_t str_len, in get_next_char() 353 size_t str_len, in php_next_utf8_char()
|
H A D | base64.c | 1234 size_t str_len; in PHP_FUNCTION() local 1251 size_t str_len; in PHP_FUNCTION() local
|
H A D | basic_functions.c | 647 PHPAPI zend_string *php_getenv(const char *str, size_t str_len) { in php_getenv() 709 size_t str_len; in PHP_FUNCTION() local 2540 size_t str_len = 0; local
|
/php-src/ext/intl/ |
H A D | intl_convertcpp.cpp | 24 int intl_stringFromChar(UnicodeString &ret, char *str, size_t str_len, UErrorCode *status) in intl_stringFromChar()
|
/php-src/Zend/ |
H A D | zend_ini_parser.y | 69 int str_len; in zend_ini_do_op() local 291 static inline zend_result convert_to_number(zval *retval, const char *str, const int str_len) in convert_to_number()
|
H A D | zend.h | 333 #define ZEND_WRITE(str, str_len) zend_write((str), (str_len)) argument 334 #define ZEND_WRITE_EX(str, str_len) write_func((str), (str_len)) argument
|
H A D | zend_execute_API.c | 1324 ZEND_API zend_result zend_eval_stringl(const char *str, size_t str_len, zval *retval_ptr, const cha… in zend_eval_stringl() 1392 ZEND_API zend_result zend_eval_stringl_ex(const char *str, size_t str_len, zval *retval_ptr, const … in zend_eval_stringl_ex()
|
/php-src/main/ |
H A D | php_output.h | 157 #define PHPWRITE(str, str_len) php_output_write((str), (str_len)) argument 158 #define PHPWRITE_H(str, str_len) php_output_write_unbuffered((str), (str_len)) argument
|
H A D | output.c | 84 static size_t php_output_stdout(const char *str, size_t str_len) in php_output_stdout() 89 static size_t php_output_stderr(const char *str, size_t str_len) in php_output_stderr()
|
/php-src/sapi/fpm/fpm/ |
H A D | zlog.c | 414 struct zlog_stream *stream, const char *str, size_t str_len) /* {{{ */ in zlog_stream_buf_copy_cstr() 467 struct zlog_stream *stream, const char *str, size_t str_len) /* {{{ */ in zlog_stream_buf_append() 748 ssize_t zlog_stream_str(struct zlog_stream *stream, const char *str, size_t str_len) /* {{{ */ in zlog_stream_str()
|
/php-src/ext/intl/transliterator/ |
H A D | transliterator_methods.c | 267 size_t str_len; in PHP_FUNCTION() local
|
/php-src/ext/intl/collator/ |
H A D | collator_sort.c | 502 size_t str_len = 0; in PHP_FUNCTION() local
|
/php-src/ext/intl/converter/ |
H A D | converter.c | 690 size_t str_len; in PHP_METHOD() local 716 size_t str_len, src_len, dest_len; in PHP_METHOD() local
|