Home
last modified time | relevance | path

Searched defs:str (Results 51 – 75 of 265) sorted by relevance

1234567891011

/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Dafter_frameset.c54 lexbor_str_t str; in lxb_html_tree_insertion_mode_after_frameset() local
H A Din_frameset.c115 lexbor_str_t str; in lxb_html_tree_insertion_mode_in_frameset() local
/php-src/ext/pdo_sqlite/
H A Dsqlite_statement.c239 const char *str; in pdo_sqlite_stmt_describe() local
305 const char *str; in pdo_sqlite_stmt_col_meta() local
/php-src/ext/dom/
H A Dattr.c84 zend_string *str = dom_node_get_node_name_attribute_or_element((xmlNodePtr) attrp, false); in dom_attr_name_read() local
127 zend_string *str = Z_STR_P(newval); in dom_attr_value_write() local
H A Dxpath_callbacks.c208 zend_string *str = zval_try_get_string(entry); in php_dom_xpath_callback_ns_update_method_handler() local
338 char *str = (char *)xmlXPathCastToString(obj); in php_dom_xpath_callback_fetch_args() local
369 char *str = (char *)xmlXPathCastToString(obj); in php_dom_xpath_callback_fetch_args() local
446 zend_string *str = zval_get_string(&callback_retval); in php_dom_xpath_callback_dispatch() local
H A Dnodelist.h29 zend_string *str; member
/php-src/ext/mbstring/
H A Dmbstring.c1552 zend_string *str; in PHP_FUNCTION() local
1630 zend_string *str, *encoding = NULL; in PHP_FUNCTION() local
2311 zend_string *str, *encoding = NULL; in PHP_FUNCTION() local
3126 zend_string *str; in php_do_mb_trim() local
3588 zend_string *encname = NULL, *str; in PHP_FUNCTION() local
4004 zend_string *encoding = NULL, *str; in PHP_FUNCTION() local
4236 zend_string *encoding = NULL, *str; in PHP_FUNCTION() local
4603 smart_str str = {0}; in PHP_FUNCTION() local
5659 char *str; in PHP_FUNCTION() local
5908 zend_string *str, *enc_name = NULL; in PHP_FUNCTION() local
[all …]
H A Dphp_mbregex.c41 #define onig_search_with_param(reg, str, end, start, range, region, option, mp) \ argument
43 #define onig_match_with_param(re, str, end, at, region, option, mp) \ argument
489 static size_t _php_mb_regex_get_option_string(char *str, size_t len, OnigOptionType option, OnigSyn… in _php_mb_regex_get_option_string()
867 static int _php_mb_onig_search(regex_t* reg, const OnigUChar* str, const OnigUChar* end, const Onig… in _php_mb_onig_search()
896 char *str; in _php_mb_regex_ereg_exec() local
1331 OnigUChar *str; in _php_mb_regex_ereg_search_exec() local
1517 OnigUChar *str; in PHP_FUNCTION() local
/php-src/Zend/
H A Dzend_hash.h237 static zend_always_inline bool zend_hash_str_exists(const HashTable *ht, const char *str, size_t le… in zend_hash_str_exists()
445 static zend_always_inline zval *zend_hash_str_find_ind(const HashTable *ht, const char *str, size_t… in zend_hash_str_find_ind()
455 static zend_always_inline bool zend_hash_str_exists_ind(const HashTable *ht, const char *str, size_… in zend_hash_str_exists_ind()
595 static zend_always_inline zend_result zend_symtable_str_del(HashTable *ht, const char *str, size_t … in zend_symtable_str_del()
607 static zend_always_inline zend_result zend_symtable_str_del_ind(HashTable *ht, const char *str, siz… in zend_symtable_str_del_ind()
619 static zend_always_inline zval *zend_symtable_str_find(HashTable *ht, const char *str, size_t len) in zend_symtable_str_find()
631 static zend_always_inline bool zend_symtable_str_exists(HashTable *ht, const char *str, size_t len) in zend_symtable_str_exists()
891 static zend_always_inline void *zend_hash_str_find_ptr(const HashTable *ht, const char *str, size_t… in zend_hash_str_find_ptr()
934 static zend_always_inline zval *zend_hash_find_deref(HashTable *ht, zend_string *str) in zend_hash_find_deref()
943 static zend_always_inline zval *zend_hash_str_find_deref(HashTable *ht, const char *str, size_t len) in zend_hash_str_find_deref()
[all …]
/php-src/main/
H A Dhttp_status_codes.h22 const char *str; member
/php-src/ext/dom/lexbor/lexbor/core/
H A Dserialize.c21 lexbor_str_t *str = ctx; in lexbor_serialize_copy_cb() local
/php-src/ext/bcmath/libbcmath/src/
H A Dnum2str.c39 zend_string *str; in bc_num2str_ex() local
H A Dstr2num.c40 bool bc_str2num(bc_num *num, char *str, size_t scale, bool auto_scale) in bc_str2num()
/php-src/ext/standard/
H A Dinfo.c54 static ZEND_COLD int php_info_print_html_esc(const char *str, size_t len) /* {{{ */ in php_info_print_html_esc()
82 static zend_always_inline int php_info_print(const char *str) /* {{{ */ in php_info_print()
206 zend_string *str = zend_print_zval_r_to_str(tmp, 0); in php_print_gpcse_array() local
216 zend_string *str = zval_get_tmp_string(tmp, &tmp2); in php_print_gpcse_array() local
H A Dsoundex.c27 char *str; in PHP_FUNCTION() local
H A Dhtml.c95 const unsigned char *str, in get_next_char()
356 const unsigned char *str, in php_next_utf8_char()
980 PHPAPI zend_string *php_unescape_html_entities(zend_string *str, int all, int flags, const char *hi… in php_unescape_html_entities()
1318 zend_string *str, *hint_charset = NULL; in php_html_entities() local
1348 zend_string *str; in PHP_FUNCTION() local
1366 zend_string *str, *hint_charset = NULL; in PHP_FUNCTION() local
H A Ddatetime.c43 char *str; in php_std_date() local
/php-src/ext/zend_test/
H A Dtest.stub.php211 function zend_create_unterminated_string(string $str): string {}
213 function zend_terminate_string(string &$str): void {}
250 function zend_test_zend_ini_parse_quantity(string $str): int {}
251 function zend_test_zend_ini_parse_uquantity(string $str): int {}
/php-src/ext/pdo_pgsql/
H A Dpgsql_statement.c371 zend_string *str = php_stream_copy_to_mem(stm, PHP_STREAM_COPY_ALL, 0); in pgsql_stmt_param_hook() local
479 char *str; in pgsql_stmt_describe() local
562 zend_string *str = zend_string_init(tmp_ptr, tmp_len, 0); in pgsql_stmt_get_col() local
/php-src/ext/phar/
H A Dzip.c663 zend_string *str = php_stream_copy_to_mem(fp, entry.uncompressed_filesize, 0); in phar_parse_zipfile() local
695 zend_string *str = php_stream_copy_to_mem(fp, entry.uncompressed_filesize, 0); in phar_parse_zipfile() local
717 zend_string *str = php_stream_copy_to_mem(fp, entry.uncompressed_filesize, 0); in phar_parse_zipfile() local
1338 zend_string *str = php_stream_copy_to_mem(stubfile, len, 0); in phar_zip_flush() local
/php-src/ext/mysqli/
H A Dmysqli_exception.c76 zend_string *str = zval_get_string(prop); in PHP_METHOD() local
/php-src/ext/json/
H A Djson_parser.y337 const char *str, in php_json_parser_init_ex()
353 const char *str, in php_json_parser_init()
/php-src/ext/intl/
H A Dintl_convertcpp.cpp24 int intl_stringFromChar(UnicodeString &ret, char *str, size_t str_len, UErrorCode *status) in intl_stringFromChar()
/php-src/win32/
H A Dglob.c792 static DIR * g_opendir(Char *str, glob_t *pglob) in g_opendir()
831 static Char *g_strchr(Char *str, int ch) in g_strchr()
840 static int g_Ctoc(const Char *str, char *buf, u_int len) in g_Ctoc()
852 qprintf(char *str, Char *s) in qprintf()
/php-src/ext/fileinfo/libmagic/
H A Dfuncs.c55 file_copystr(char *buf, size_t blen, size_t width, const char *str) in file_copystr()
739 const char *str, size_t slen) in file_printable()
794 file_print_guid(char *str, size_t len, const uint64_t *guid) in file_print_guid()
844 file_strtrim(char *str) in file_strtrim()

Completed in 109 milliseconds

1234567891011