Home
last modified time | relevance | path

Searched defs:str (Results 151 – 175 of 223) sorted by relevance

123456789

/PHP-7.0/Zend/
H A Dzend_portability.h433 #define ZEND_STRL(str) (str), (sizeof(str)-1) argument
434 #define ZEND_STRS(str) (str), (sizeof(str)) argument
H A Dzend.c264 zend_string *str = zval_get_string(expr); in zend_print_zval_ex() local
1055 char *str; in zend_error() local
/PHP-7.0/ext/hash/
H A Dhash.c597 zend_string *str; in PHP_FUNCTION() local
1084 zend_string *str; in PHP_MINFO_FUNCTION() local
/PHP-7.0/ext/com_dotnet/
H A Dcom_typeinfo.c122 char *str = NULL; in php_com_load_typelib() local
H A Dcom_com.c682 char *str; in PHP_FUNCTION() local
/PHP-7.0/sapi/apache2handler/
H A Dsapi_apache2.c529 zend_string *str; in php_apache_ini_dtor() local
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_module.c558 char *str; local
/PHP-7.0/win32/
H A Dsendmail.c73 #define SMTP_SKIP_SPACE(str) { while (isspace(*str)) { str++; } } argument
/PHP-7.0/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1234 XMLRPC_VALUE_TYPE xmlrpc_str_as_type(const char* str) /* {{{ */ in xmlrpc_str_as_type()
1251 XMLRPC_VECTOR_TYPE xmlrpc_str_as_vector_type(const char* str) /* {{{ */ in xmlrpc_str_as_vector_type()
/PHP-7.0/ext/bcmath/
H A Dbcmath.c197 static void php_str2num(bc_num *num, char *str) in php_str2num()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_cmd.h65 char *str; member
/PHP-7.0/ext/oci8/
H A Doci8_collection.c533 text *str; in php_oci_collection_element_get() local
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_main.c282 static inline size_t sapi_cgibin_single_write(const char *str, uint str_length) /* {{{ */ in sapi_cgibin_single_write()
309 static size_t sapi_cgibin_ub_write(const char *str, size_t str_length) /* {{{ */ in sapi_cgibin_ub_write()
/PHP-7.0/ext/intl/converter/
H A Dconverter.c749 char *str; in PHP_METHOD() local
783 char *str, *src, *dest; in PHP_METHOD() local
/PHP-7.0/ext/standard/
H A Dproc_open.c80 zend_string *key, *str; in _php_array_to_envp() local
H A Dformatted_print.c567 zend_string *str = zval_get_string(tmp); in php_formatted_print() local
/PHP-7.0/main/
H A Dphp.h248 #define STR_PRINT(str) ((str)?(str):"") argument
H A Dmain.c990 PHPAPI void php_html_puts(const char *str, size_t size) in php_html_puts()
1914 static size_t php_output_wrapper(const char *str, size_t str_length) in php_output_wrapper()
H A Dphp_variables.c238 smart_str str; member
H A Dphp_ini.c784 zend_string *str; in php_ini_activate_config() local
/PHP-7.0/ext/sockets/
H A Dconversions.c562 zend_string *str = zend_string_alloc(size - 1, 0); in to_zval_read_sin_addr() local
612 zend_string *str = zend_string_alloc(size - 1, 0); in to_zval_read_sin6_addr() local
1246 zend_string *str; in from_zval_write_ifindex() local
/PHP-7.0/ext/dom/
H A Ddocument.c334 zend_string *str; in dom_document_encoding_write() local
429 zend_string *str; in dom_document_version_write() local
657 zend_string *str; in dom_document_document_uri_write() local
/PHP-7.0/ext/pcre/
H A Dphp_pcre.c651 static inline void add_offset_pair(zval *result, char *str, int len, int offset, char *name) in add_offset_pair()
1048 static int preg_get_backref(char **str, int *backref) in preg_get_backref()
/PHP-7.0/ext/gmp/
H A Dgmp.c758 zend_string *str; in gmp_strval() local
776 if (ZSTR_VAL(str)[ZSTR_LEN(str) - 1] == '\0') { in gmp_strval() local
779 ZSTR_VAL(str)[ZSTR_LEN(str)] = '\0'; in gmp_strval() local
/PHP-7.0/main/streams/
H A Dxp_socket.c568 static inline char *parse_ip_address_ex(const char *str, size_t str_len, int *portno, int get_err, … in parse_ip_address_ex()

Completed in 125 milliseconds

123456789