Home
last modified time | relevance | path

Searched defs:str (Results 101 – 125 of 268) sorted by relevance

1234567891011

/php-src/Zend/
H A Dzend_verify_type_inference.h85 zend_string *str; in zend_verify_type_inference() local
H A Dzend.c347 zend_string *str; in zend_strpprintf() local
359 zend_string *str; in zend_strpprintf_unchecked() local
458 zend_string *str = zval_get_tmp_string(expr, &tmp_str); in zend_print_zval() local
516 zend_string *str = zval_get_string_func(expr); in zend_print_flat_zval_r_to_buf() local
598 zend_string *str = zval_get_string_func(expr); in zend_print_zval_r_to_buf() local
618 zend_string *str = zend_print_zval_r_to_str(expr, indent); in zend_print_zval_r() local
H A Dzend_vm_gen.php2247 function parse_operand_spec($def, $lineno, $str, &$flags) {
2268 function parse_ext_spec($def, $lineno, $str) {
2283 function parse_spec_rules($def, $lineno, $str) {
H A Dzend.h324 #define ZEND_WRITE(str, str_len) zend_write((str), (str_len)) argument
325 #define ZEND_WRITE_EX(str, str_len) write_func((str), (str_len)) argument
326 #define ZEND_PUTS(str) zend_write((str), strlen((str))) argument
327 #define ZEND_PUTS_EX(str) write_func((str), strlen((str))) argument
H A Dzend_API.h931 #define CHECK_ZVAL_STRING(str) \ in END_EXTERN_C() argument
1252 #define _ZEND_TRY_ASSIGN_STR(zv, str, is_ref) do { \ argument
1266 #define ZEND_TRY_ASSIGN_STR(zv, str) \ argument
1269 #define ZEND_TRY_ASSIGN_REF_STR(zv, str) do { \ argument
1274 #define _ZEND_TRY_ASSIGN_NEW_STR(zv, str, is_str) do { \ argument
1288 #define ZEND_TRY_ASSIGN_NEW_STR(zv, str) \ argument
1291 #define ZEND_TRY_ASSIGN_REF_NEW_STR(zv, str) do { \ argument
1541 #define Z_EXPECTED_TYPE_ENUM(id, str) id, argument
1542 #define Z_EXPECTED_TYPE_STR(id, str) str, argument
2301 zend_string *str; in zend_parse_arg_string() local
[all …]
/php-src/sapi/apache2handler/
H A Dapache_config.c153 zend_string *str; in merge_php_config() local
195 zend_string *str; in apply_config() local
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.h79 zend_string *str; member
98 zend_string *str; member
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.c250 static unsigned int mbfl_name2encoding_perfect_hash(const char *str, size_t len) in mbfl_name2encoding_perfect_hash()
/php-src/ext/standard/
H A Dcrypt.c192 char *str, *salt_in = NULL; in PHP_FUNCTION() local
H A Dbasic_functions.c619 char str[40]; in PHP_FUNCTION() local
640 PHPAPI zend_string *php_getenv(const char *str, size_t str_len) { in php_getenv()
701 char *str = NULL; in PHP_FUNCTION() local
1831 zend_string *str; local
2087 char *str; local
2521 char *string = NULL, *str = NULL; local
/php-src/main/
H A Dphp_memory_streams.h31 #define php_stream_memory_open(mode, str) _php_stream_memory_open((mode), (str) STREAMS_CC) argument
/php-src/ext/intl/collator/
H A Dcollator_is_numeric.c207 uint8_t collator_is_numeric( UChar *str, int32_t length, zend_long *lval, double *dval, bool allow_… in collator_is_numeric()
/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c1020 zend_string *str = zval_try_get_string(val); in pdo_firebird_set_attribute() local
1034 zend_string *str = zval_try_get_string(val); in pdo_firebird_set_attribute() local
1048 zend_string *str = zval_try_get_string(val); in pdo_firebird_set_attribute() local
/php-src/ext/curl/
H A Dshare.c122 const char *str; in PHP_FUNCTION() local
H A Dcurl_private.h77 char str[CURL_ERROR_SIZE + 1]; member
82 zend_string *str; member
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Dforeign_content.c131 lexbor_str_t str; in lxb_html_tree_insertion_mode_foreign_content_text() local
/php-src/ext/dom/
H A Dnode.c39 zend_string *str = zend_string_safe_alloc(1, name_len, prefix_len + 1, false); in dom_node_concatenated_name_helper() local
41 ZSTR_VAL(str)[prefix_len] = ':'; in dom_node_concatenated_name_helper() local
95 …zend_string *str = dom_node_concatenated_name_helper(strlen((const char *) ns->prefix), (const cha… in dom_node_node_name_read() local
161 char *str = (char *) xmlNodeGetContent(nodep->children); in dom_node_node_value_read() local
183 zend_string *str = zval_get_string(newval); in dom_node_node_value_write() local
504 const char *str = NULL; in dom_node_namespace_uri_read() local
539 const char *str = NULL; in dom_node_prefix_read() local
/php-src/sapi/fuzzer/
H A Dfuzzer-execute-common.h71 zend_string *str, const char *filename, zend_compile_position position) { in fuzzer_compile_string()
/php-src/sapi/fpm/fpm/
H A Dzlog.c412 struct zlog_stream *stream, const char *str, size_t str_len) /* {{{ */ in zlog_stream_buf_copy_cstr()
463 struct zlog_stream *stream, const char *str, size_t str_len) /* {{{ */ in zlog_stream_buf_append()
733 ssize_t zlog_stream_str(struct zlog_stream *stream, const char *str, size_t str_len) /* {{{ */ in zlog_stream_str()
/php-src/ext/reflection/
H A Dphp_reflection.c649 static int format_default_value(smart_str *str, zval *value) { in format_default_value()
1671 smart_str str = {0}; in ZEND_METHOD() local
2611 smart_str str = {0}; in ZEND_METHOD() local
3362 smart_str str = {0}; in ZEND_METHOD() local
3857 smart_str str = {0}; in ZEND_METHOD() local
4335 smart_str str = {0}; in ZEND_METHOD() local
5625 smart_str str = {0}; in ZEND_METHOD() local
6071 smart_str str = {0}; in ZEND_METHOD() local
6406 smart_str str = {0}; in ZEND_METHOD() local
6623 smart_str str = {0}; in ZEND_METHOD() local
[all …]
/php-src/ext/readline/
H A Dreadline_cli.c78 static size_t readline_shell_write(const char *str, size_t str_length) /* {{{ */ in readline_shell_write()
96 static size_t readline_shell_ub_write(const char *str, size_t str_length) /* {{{ */ in readline_shell_ub_write()
/php-src/ext/iconv/
H A Diconv.c548 static php_iconv_err_t _php_iconv_strlen(size_t *pretval, const char *str, size_t nbytes, const cha… in _php_iconv_strlen()
624 const char *str, size_t nbytes, zend_long offset, zend_long len, const char *enc) in _php_iconv_substr()
1194 static php_iconv_err_t _php_iconv_mime_decode(smart_str *pretval, const char *str, size_t str_nbyte… in _php_iconv_mime_decode()
1794 zend_string *str; in PHP_FUNCTION() local
1827 zend_string *str; in PHP_FUNCTION() local
/php-src/ext/json/
H A Dphp_json.h109 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/dom/lexbor/lexbor/html/interfaces/
H A Delement.c13 lexbor_str_t *str; member
620 lexbor_str_t *str, in lxb_html_element_style_serialize_str()
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c521 strndup(const char *str, size_t n) in strndup()
537 varexpand(struct magic_set *ms, char *buf, size_t len, const char *str) in varexpand()
668 char *str = p->s; in mprint() local
1322 mdebug(uint32_t offset, const char *str, size_t len) in mdebug()

Completed in 144 milliseconds

1234567891011