Home
last modified time | relevance | path

Searched defs:str (Results 1 – 25 of 223) sorted by last modified time

123456789

/PHP-7.0/win32/
H A Dsendmail.c73 #define SMTP_SKIP_SPACE(str) { while (isspace(*str)) { str++; } } argument
H A Dglob.c833 g_opendir(str, pglob) in g_opendir() argument
883 g_strchr(str, ch) in g_strchr() argument
895 g_Ctoc(str, buf, len) in g_Ctoc() argument
910 qprintf(str, s) in qprintf() argument
/PHP-7.0/scripts/dev/
H A Dcheck_parameters.php56 function error($str, $level = 0)
159 function get_params($vars, $str)
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_watch.c568 zend_string *str, *strkey; in phpdbg_delete_ht_watchpoints_recursive() local
H A Dphpdbg_watch.h76 zend_string *str; member
H A Dphpdbg_webdata_transfer.c24 zend_string *str = zend_string_init(name, len, 0); in phpdbg_is_auto_global() local
55 zend_string *str; in phpdbg_webdata_compress() local
H A Dphpdbg_prompt.c306 char *str = strtok(buffer, "\n"); in phpdbg_string_init() local
H A Dphpdbg_utils.c82 PHPDBG_API int phpdbg_is_numeric(const char *str) /* {{{ */ in phpdbg_is_numeric()
96 PHPDBG_API int phpdbg_is_empty(const char *str) /* {{{ */ in phpdbg_is_empty()
110 PHPDBG_API int phpdbg_is_addr(const char *str) /* {{{ */ in phpdbg_is_addr()
115 PHPDBG_API int phpdbg_is_class_method(const char *str, size_t len, char **class, char **method) /* … in phpdbg_is_class_method()
200 PHPDBG_API char *phpdbg_trim(const char *str, size_t len, size_t *new_len) /* {{{ */ in phpdbg_trim()
810 zend_string *str = php_addcslashes(Z_STR_P(zv), 0, "\\\"\n\t\0", 5); in phpdbg_short_zval_print() local
813 ZSTR_VAL(str)[i] = ' '; in phpdbg_short_zval_print() local
828 zend_string *str = Z_OBJCE_P(zv)->name; in phpdbg_short_zval_print() local
H A Dphpdbg_list.c192 void phpdbg_list_function_byname(const char *str, size_t len) /* {{{ */ in phpdbg_list_function_byname()
H A Dphpdbg_out.c77 #define STR_TO_DEC( str, num ) \ argument
115 #define PREFIX( str, length, ch ) *--str = ch ; length++ ; has_prefix = YES argument
H A Dphpdbg_bp.c119 PHPDBG_API void phpdbg_export_breakpoints_to_string(char **str) /* {{{ */ in phpdbg_export_breakpoints_to_string()
1001 const char *str = NULL; in phpdbg_find_breakpoint_param() local
1015 const char *str = zend_get_executed_filename(); in phpdbg_find_breakpoint_param() local
H A Dphpdbg_cmd.h65 char *str; member
H A Dphpdbg_eol.c86 void phpdbg_eol_convert(char **str, int *len) in phpdbg_eol_convert()
/PHP-7.0/sapi/litespeed/
H A Dlsapi_main.c152 static size_t sapi_lsapi_ub_write(const char *str, size_t str_length) in sapi_lsapi_ub_write()
/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()
H A Dfpm_php.c262 zend_string *str; in fpm_php_get_string_from_table() local
/PHP-7.0/sapi/embed/
H A Dphp_embed.c51 static inline size_t php_embed_single_write(const char *str, size_t str_length) in php_embed_single_write()
68 static size_t php_embed_ub_write(const char *str, size_t str_length) in php_embed_ub_write()
/PHP-7.0/sapi/cli/
H A Dphp_cli_server.c202 const char *str; member
491 static size_t sapi_cli_server_ub_write(const char *str, size_t str_length) /* {{{ */ in sapi_cli_server_ub_write()
1774 static size_t php_cli_server_client_send_through(php_cli_server_client *client, const char *str, si… in php_cli_server_client_send_through()
H A Dphp_cli.c261 PHP_CLI_API size_t sapi_cli_single_write(const char *str, size_t str_length) /* {{{ */ in sapi_cli_single_write()
294 static size_t sapi_cli_ub_write(const char *str, size_t str_length) /* {{{ */ in sapi_cli_ub_write()
/PHP-7.0/sapi/apache2handler/
H A Dsapi_apache2.c529 zend_string *str; in php_apache_ini_dtor() local
H A Dapache_config.c175 zend_string *str; in apply_config() local
/PHP-7.0/sapi/cgi/
H A Dcgi_main.c289 static inline size_t sapi_cgi_single_write(const char *str, size_t str_length) in sapi_cgi_single_write()
305 static size_t sapi_cgi_ub_write(const char *str, size_t str_length) in sapi_cgi_ub_write()
324 static size_t sapi_fcgi_ub_write(const char *str, size_t str_length) in sapi_fcgi_ub_write()
1514 char *str = NULL; 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()
/PHP-7.0/main/
H A Dphp_variables.c238 smart_str str; member
H A Dspprintf.c132 #define INS_STRING(xbuf, str, len, is_char) do { \ argument
165 #define STR_TO_DEC(str, num) do { \ argument
899 zend_string *str; in strpprintf() local

Completed in 114 milliseconds

123456789