Home
last modified time | relevance | path

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

1...<<11

/php-src/main/
H A Dphp_streams.h331 #define php_stream_write_string(stream, str) _php_stream_write(stream, str, strlen(str)) argument
/php-src/ext/standard/
H A Dfilters.c1086 zend_string *str = zval_get_tmp_string(tmpval, &tmp); in php_conv_get_string_prop_ex() local
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c769 nonmagic(const char *str) in nonmagic()
/php-src/ext/session/
H A Dsession.c2494 zend_string *str = NULL; in PHP_FUNCTION() local
/php-src/ext/gd/
H A Dgd.c2747 unsigned char *str = NULL; in php_imagechar() local
3065 char *str = NULL, *fontname = NULL; in php_imagettftext_common() local
/php-src/Zend/Optimizer/
H A Dzend_inference.c2104 zend_string *str; in zend_array_type_info() local
/php-src/ext/soap/
H A Dphp_sdl.c1804 static void sdl_serialize_string(const char *str, smart_str *out) in sdl_serialize_string()
/php-src/ext/zip/
H A Dphp_zip.c845 zend_string *str; in php_zip_register_prop_handler() local
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c11066 const char *str = Z_STRVAL_P(zv); local
11195 zend_string *str = Z_STR_P(RT_CONSTANT(opline, opline->op1)); local
11236 zend_string *str; local
15742 zend_string *str = NULL; local
/php-src/Zend/
H A Dzend_compile.h125 zend_string *str; member
H A Dzend_types.h319 zend_string *str; member
/php-src/ext/spl/
H A Dspl_iterators.c1035 smart_str str = {0}; in spl_recursive_tree_iterator_get_prefix() local
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c660 static void pushstr(lua_State*L,const char*str){ in pushstr()
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cjk.c11900 static zend_string* mb_cut_gb18030(unsigned char *str, size_t from, size_t len, unsigned char *end) in mb_cut_gb18030()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c186 PCRE2_SPTR str; member

Completed in 212 milliseconds

1...<<11