Home
last modified time | relevance | path

Searched defs:str (Results 76 – 100 of 265) sorted by relevance

1234567891011

/php-src/Zend/Optimizer/
H A Dcompact_literals.c300 zend_string *str = zval_get_string(op_array->literals + i); in zend_optimizer_compact_literals() local
822 zend_string *str = zval_get_string(op_array->literals + i); in zend_optimizer_compact_literals() local
/php-src/ext/date/lib/
H A Dparse_iso_intervals.c75 uchar *lim, *str, *ptr, *cur, *tok, *pos; member
111 char *str; in timelib_get_nr() local
173 char *str; in scan() local
/php-src/ext/dom/lexbor/lexbor/core/
H A Dbst_map.h21 lexbor_str_t str; member
/php-src/ext/standard/
H A Dproc_open.c148 zend_string *key, *str; in _php_array_to_envp() local
511 zend_string *str = zval_get_string(zv); in get_valid_arg_string() local
532 static void append_backslashes(smart_str *str, size_t num_bs) in append_backslashes()
553 static void append_win_escaped_arg(smart_str *str, zend_string *arg, bool is_cmd_argument) in append_win_escaped_arg()
593 static inline int stricmp_end(const char* suffix, const char* str) { in stricmp_end()
639 smart_str str = {0}; in create_win_command_from_args() local
H A Dexec.c282 PHPAPI zend_string *php_escape_shell_cmd(const char *str) in php_escape_shell_cmd()
388 PHPAPI zend_string *php_escape_shell_arg(const char *str) in php_escape_shell_arg()
H A Ddir.c207 char *str; in PHP_FUNCTION() local
238 char *str; in PHP_FUNCTION() local
/php-src/ext/intl/locale/
H A Dlocale_methods.c237 static zend_off_t getStrrtokenPos(char* str, zend_off_t savedPos) in getStrrtokenPos()
267 static zend_off_t getSingletonPos(const char* str) in getSingletonPos()
940 #define RETURN_SMART_STR(str) smart_str_0((str)); RETURN_NEW_STR((str)->s) argument
1217 static int strToMatch(const char* str ,char *retstr) in strToMatch()
1510 char *str = canonicalize ? cur_arr[i*2] : cur_arr[i*2+1]; in lookup_loc_range() local
/php-src/ext/zend_test/
H A Dobserver.c320 zend_string *str = zend_string_init(start, ptr - start, 1); in ZEND_INI_MH() local
326 zend_string *str = zend_string_init(start, ZSTR_VAL(new_value) + ZSTR_LEN(new_value) - start, 1); in ZEND_INI_MH() local
/php-src/ext/fileinfo/libmagic/
H A Dreadcdf.c142 const char *str = NULL; in cdf_file_property_info() local
298 const char *str; in cdf_file_summary_info() local
382 const char *str = NULL; in cdf_check_summary_info() local
H A Dfsmagic.c75 handle_mime(struct magic_set *ms, int mime, const char *str) in handle_mime()
/php-src/Zend/
H A Dzend_operators.h148 static zend_always_inline uint8_t is_numeric_string_ex(const char *str, size_t length, zend_long *l… in is_numeric_string_ex()
157 static zend_always_inline uint8_t is_numeric_string(const char *str, size_t length, zend_long *lval… in is_numeric_string()
465 static zend_always_inline zend_string* zend_string_tolower(zend_string *str) { in zend_string_tolower()
468 static zend_always_inline zend_string* zend_string_toupper(zend_string *str) { in zend_string_toupper()
H A Dzend_exceptions.c494 static void _build_trace_args(zval *arg, smart_str *str) /* {{{ */ in _build_trace_args()
530 static void _build_trace_string(smart_str *str, HashTable *ht, uint32_t num) /* {{{ */ in _build_trace_string()
595 smart_str str = {0}; in zend_trace_to_string() local
651 zend_string *str; in ZEND_METHOD() local
916 zend_string *str, *file = NULL; in zend_exception_error() local
H A Dzend_hash.c90 ZEND_API void *zend_hash_str_find_ptr_lc(const HashTable *ht, const char *str, size_t len) { in zend_hash_str_find_ptr_lc()
770 static zend_always_inline Bucket *zend_hash_str_find_bucket(const HashTable *ht, const char *str, s… in zend_hash_str_find_bucket()
1012 ZEND_API zval* ZEND_FASTCALL zend_hash_str_add_or_update(HashTable *ht, const char *str, size_t len… in zend_hash_str_add_or_update()
1026 ZEND_API zval* ZEND_FASTCALL zend_hash_str_update(HashTable *ht, const char *str, size_t len, zval … in zend_hash_str_update()
1033 ZEND_API zval* ZEND_FASTCALL zend_hash_str_update_ind(HashTable *ht, const char *str, size_t len, z… in zend_hash_str_update_ind()
1040 ZEND_API zval* ZEND_FASTCALL zend_hash_str_add(HashTable *ht, const char *str, size_t len, zval *pD… in zend_hash_str_add()
1047 ZEND_API zval* ZEND_FASTCALL zend_hash_str_add_new(HashTable *ht, const char *str, size_t len, zval… in zend_hash_str_add_new()
1070 ZEND_API zval* ZEND_FASTCALL zend_hash_str_add_empty_element(HashTable *ht, const char *str, size_t… in zend_hash_str_add_empty_element()
1611 ZEND_API zend_result ZEND_FASTCALL zend_hash_str_del_ind(HashTable *ht, const char *str, size_t len) in zend_hash_str_del_ind()
1656 ZEND_API zend_result ZEND_FASTCALL zend_hash_str_del(HashTable *ht, const char *str, size_t len) in zend_hash_str_del()
[all …]
H A Dzend_API.c687 zend_string *str = Z_STR_P(arg); in zend_parse_arg_number_slow() local
894 zend_string **str = va_arg(*va, zend_string **); in zend_parse_arg_impl() local
908 zend_string **str = va_arg(*va, zend_string **); in zend_parse_arg_impl() local
2005 ZEND_API void add_index_str(zval *arg, zend_ulong index, zend_string *str) /* {{{ */ in add_index_str()
2014 ZEND_API void add_index_string(zval *arg, zend_ulong index, const char *str) /* {{{ */ in add_index_string()
2104 ZEND_API zend_result add_next_index_str(zval *arg, zend_string *str) /* {{{ */ in add_next_index_str()
2113 ZEND_API zend_result add_next_index_string(zval *arg, const char *str) /* {{{ */ in add_next_index_string()
2307 zend_string *str; in add_property_zval_ex() local
5070 zend_string *str; in zend_read_property() local
5205 static zend_string *try_parse_string(const char *str, size_t len, char quote) { in try_parse_string()
[all …]
H A Dzend_verify_type_inference.h85 zend_string *str; in zend_verify_type_inference() local
/php-src/ext/dom/
H A Dprocessinginstruction.c101 zend_string *str = Z_STR_P(newval); in dom_processinginstruction_data_write() local
/php-src/ext/opcache/
H A Dzend_persist_calc.c33 # define ADD_STRING(str) ADD_DUP_SIZE((str), _ZSTR_STRUCT_SIZE(ZSTR_LEN(str))) argument
35 # define ADD_INTERNED_STRING(str) do { \ argument
H A DZendAccelerator.c465 static zend_always_inline zend_string *accel_find_interned_string(zend_string *str) in accel_find_interned_string()
500 zend_string* ZEND_FASTCALL accel_new_interned_string(zend_string *str) in accel_new_interned_string()
562 static zend_string* ZEND_FASTCALL accel_new_interned_string_for_php(zend_string *str) in accel_new_interned_string_for_php()
576 static zend_always_inline zend_string *accel_find_interned_string_ex(zend_ulong h, const char *str,… in accel_find_interned_string_ex()
595 static zend_string* ZEND_FASTCALL accel_init_interned_string_for_php(const char *str, size_t size, … in accel_init_interned_string_for_php()
791 static zend_string* ZEND_FASTCALL accel_replace_string_by_shm_permanent(zend_string *str) in accel_replace_string_by_shm_permanent()
1186 zend_string *accel_make_persistent_key(zend_string *str) in accel_make_persistent_key()
1228 zend_string *str = accel_find_interned_string(cwd_str); in accel_make_persistent_key() local
1272 zend_string *str = accel_find_interned_string(ZCG(include_path)); in accel_make_persistent_key() local
4548 static size_t preload_ub_write(const char *str, size_t str_length)
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c228 static zval* ZEND_FASTCALL zend_jit_symtable_find(HashTable *ht, zend_string *str) in zend_jit_symtable_find()
276 static zval* ZEND_FASTCALL zend_jit_hash_lookup_rw(HashTable *ht, zend_string *str) in zend_jit_hash_lookup_rw()
286 static zval* ZEND_FASTCALL zend_jit_symtable_lookup_rw(HashTable *ht, zend_string *str) in zend_jit_symtable_lookup_rw()
321 static zval* ZEND_FASTCALL zend_jit_symtable_lookup_w(HashTable *ht, zend_string *str) in zend_jit_symtable_lookup_w()
1071 static zend_always_inline zend_string* zend_jit_fetch_dim_str_offset(zend_string *str, zend_long of… in zend_jit_fetch_dim_str_offset()
1089 static zend_string* ZEND_FASTCALL zend_jit_fetch_dim_str_offset_r_helper(zend_string *str, zend_lon… in zend_jit_fetch_dim_str_offset_r_helper()
1094 static zend_string* ZEND_FASTCALL zend_jit_fetch_dim_str_r_helper(zend_string *str, zval *dim) in zend_jit_fetch_dim_str_r_helper()
1117 static void ZEND_FASTCALL zend_jit_fetch_dim_str_is_helper(zend_string *str, zval *dim, zval *resul… in zend_jit_fetch_dim_str_is_helper()
1224 static zend_never_inline void zend_assign_to_string_offset(zval *str, zval *dim, zval *value, zval … in zend_assign_to_string_offset()
1362 Z_STRVAL_P(str)[offset+1] = 0; in zend_assign_to_string_offset() local
[all …]
/php-src/ext/xml/
H A Dxml.c119 #define SKIP_TAGSTART(str) ((str) + (parser->toffset > strlen(str) ? strlen(str) : parser->toffset)) argument
500 zend_string *str; in xml_utf8_decode() local
524 ZSTR_VAL(str)[ZSTR_LEN(str)++] = (unsigned int)decoder(c); in xml_utf8_decode() local
526 ZSTR_VAL(str)[ZSTR_LEN(str)] = '\0'; in xml_utf8_decode() local
573 zend_string *str; in _xml_decode_tag() local
1393 char *str; in PHP_FUNCTION() local
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c345 zend_string *str; in php_firebird_fetch_blob() local
363 ZSTR_VAL(str)[len] = '\0'; in php_firebird_fetch_blob() local
411 zend_string *str; in pdo_firebird_stmt_get_col() local
/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c315 char *str; in PHP_FUNCTION() local
692 char *str, *pstr; in PHP_FUNCTION() local
822 zend_string *str; in PHP_FUNCTION() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_alloc.h58 static inline MYSQLND_STRING mnd_dup_cstring(const MYSQLND_CSTRING str, const bool persistent) in mnd_dup_cstring()
68 static inline MYSQLND_CSTRING mnd_str2c(const MYSQLND_STRING str) in mnd_str2c()
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c571 …recursive_watch_from_ht(phpdbg_watch_element *element, zend_long idx, zend_string *str, zval *zv) {
633 zend_string *str; local
1012 zend_string *str; local
1256 zend_string *str; local
1287 typedef struct { int (*callback)(zval *zv, phpdbg_watch_element *); zend_string *str; } phpdbg_watc… member
/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

Completed in 157 milliseconds

1234567891011