Home
last modified time | relevance | path

Searched refs:ZEND_STRL (Results 1 – 19 of 19) sorted by relevance

/php-src/sapi/fpm/fpm/
H A Dfpm_status.c156 sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1); in fpm_status_handle_request()
178 full = fpm_php_is_key_in_table(_GET_str, ZEND_STRL("full")); in fpm_status_handle_request()
192 sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1); in fpm_status_handle_request()
203 sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1); in fpm_status_handle_request()
222 if (fpm_php_is_key_in_table(_GET_str, ZEND_STRL("html"))) { in fpm_status_handle_request()
223 sapi_add_header_ex(ZEND_STRL("Content-Type: text/html"), 1, 1); in fpm_status_handle_request()
291 } else if (fpm_php_is_key_in_table(_GET_str, ZEND_STRL("xml"))) { in fpm_status_handle_request()
292 sapi_add_header_ex(ZEND_STRL("Content-Type: text/xml"), 1, 1); in fpm_status_handle_request()
339 } else if (fpm_php_is_key_in_table(_GET_str, ZEND_STRL("json"))) { in fpm_status_handle_request()
340 sapi_add_header_ex(ZEND_STRL("Content-Type: application/json"), 1, 1); in fpm_status_handle_request()
[all …]
/php-src/sapi/phpdbg/
H A Dphpdbg_sigsafe.c16 …zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("Tried to allocate more than " EXP_STR(… in ZEND_EXTERN_MODULE_GLOBALS()
22 …zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("Bailed out without a bailout address i… in ZEND_EXTERN_MODULE_GLOBALS()
H A Dphpdbg.c232 zend_string *key = zend_string_init(ZEND_STRL("opcache.jit"), 1); in PHP_RINIT_FUNCTION()
233 zend_string *value = zend_string_init(ZEND_STRL("off"), 1); in PHP_RINIT_FUNCTION()
508 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("functions")))) { in PHP_FUNCTION()
512 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("opcodes")))) { in PHP_FUNCTION()
518 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("files")))) { in PHP_FUNCTION()
613 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("functions")))) { in PHP_FUNCTION()
617 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("opcodes")))) { in PHP_FUNCTION()
915 ic.name = zend_string_init(ZEND_STRL("STDIN"), 0); in phpdbg_register_file_handles()
921 oc.name = zend_string_init(ZEND_STRL("STDOUT"), 0); in phpdbg_register_file_handles()
927 ec.name = zend_string_init(ZEND_STRL("STDERR"), 0); in phpdbg_register_file_handles()
[all …]
H A Dphpdbg_out.c50 phpdbg_mixed_write(fd, ZEND_STRL("\n")); in phpdbg_process_print()
62 phpdbg_mixed_write(fd, ZEND_STRL("\n")); in phpdbg_process_print()
H A Dphpdbg_io.c96 zend_quiet_write(fd, ZEND_STRL("\r---Type <return> to continue or q <return> to quit---")); in phpdbg_output_pager()
H A Dphpdbg_prompt.c727 zend_update_property_string(zend_get_exception_base(ex), ex, ZEND_STRL("string"), Z_STRVAL(tmp)); in phpdbg_handle_exception()
H A Dphpdbg_bp.c979 return zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], ZEND_STRL("main")); in phpdbg_find_breakpoint_symbol()
/php-src/ext/zlib/
H A Dzlib.c137 || php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL("ob_gzhandler")) in php_zlib_output_conflict_check()
139 || php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL("URL-Rewriter"))) { in php_zlib_output_conflict_check()
272 sapi_add_header_ex(ZEND_STRL("Vary: Accept-Encoding"), 1, 0); in php_zlib_output_handler()
293 sapi_add_header_ex(ZEND_STRL("Content-Encoding: gzip"), 1, 1); in php_zlib_output_handler()
296 sapi_add_header_ex(ZEND_STRL("Content-Encoding: deflate"), 1, 1); in php_zlib_output_handler()
302 sapi_add_header_ex(ZEND_STRL("Vary: Accept-Encoding"), 1, 0); in php_zlib_output_handler()
549 sapi_add_header_ex(ZEND_STRL("Content-Encoding: gzip"), 1, 1); in PHP_FUNCTION()
552 sapi_add_header_ex(ZEND_STRL("Content-Encoding: deflate"), 1, 1); in PHP_FUNCTION()
555 sapi_add_header_ex(ZEND_STRL("Vary: Accept-Encoding"), 1, 0); in PHP_FUNCTION()
1095 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("level"))) != NULL) { in PHP_FUNCTION()
[all …]
/php-src/ext/standard/
H A Duser_filters.c359 …zend_update_property(Z_OBJCE_P(return_value), Z_OBJ_P(return_value), ZEND_STRL("bucket"), &zbucket… in PHP_FUNCTION()
362 …zend_update_property_stringl(Z_OBJCE_P(return_value), Z_OBJ_P(return_value), ZEND_STRL("data"), bu… in PHP_FUNCTION()
363 …zend_update_property_long(Z_OBJCE_P(return_value), Z_OBJ_P(return_value), ZEND_STRL("datalen"), bu… in PHP_FUNCTION()
364 …zend_update_property_long(Z_OBJCE_P(return_value), Z_OBJ_P(return_value), ZEND_STRL("dataLength"),… in PHP_FUNCTION()
463 …zend_update_property(Z_OBJCE_P(return_value), Z_OBJ_P(return_value), ZEND_STRL("bucket"), &zbucket… in PHP_FUNCTION()
466 …zend_update_property_stringl(Z_OBJCE_P(return_value), Z_OBJ_P(return_value), ZEND_STRL("data"), bu… in PHP_FUNCTION()
467 …zend_update_property_long(Z_OBJCE_P(return_value), Z_OBJ_P(return_value), ZEND_STRL("datalen"), bu… in PHP_FUNCTION()
468 …zend_update_property_long(Z_OBJCE_P(return_value), Z_OBJ_P(return_value), ZEND_STRL("dataLength"),… in PHP_FUNCTION()
H A Dinfo.c1026 php_print_gpcse_array(ZEND_STRL("_REQUEST")); in php_print_info()
1027 php_print_gpcse_array(ZEND_STRL("_GET")); in php_print_info()
1028 php_print_gpcse_array(ZEND_STRL("_POST")); in php_print_info()
1029 php_print_gpcse_array(ZEND_STRL("_FILES")); in php_print_info()
1030 php_print_gpcse_array(ZEND_STRL("_COOKIE")); in php_print_info()
1031 php_print_gpcse_array(ZEND_STRL("_SERVER")); in php_print_info()
1032 php_print_gpcse_array(ZEND_STRL("_ENV")); in php_print_info()
H A Durl_scanner_ex.re360 (host = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("HTTP_HOST"))) &&
751 php_output_start_internal(ZEND_STRL("URL-Rewriter"), handler, 0, PHP_OUTPUT_HANDLER_STDFLAGS);
/php-src/sapi/embed/
H A DREADME.md73 zend_string *func_name = zend_string_init(ZEND_STRL("mt_rand"), 0);
131 ZVAL_NEW_STR(&ini_value, zend_string_init(ZEND_STRL("Embed SAPI error:"), /* persistent */ 1));
132 zend_hash_str_update(configuration_hash, ZEND_STRL("error_prepend_string"), &ini_value);
144 if (zend_eval_stringl(ZEND_STRL("var_dump($a);"), &retval, "example") == FAILURE) {
/php-src/ext/tidy/
H A Dtidy.c854 php_output_handler_alias_register(ZEND_STRL("ob_tidyhandler"), php_tidy_output_handler_init); in PHP_MINIT_FUNCTION()
865 php_tidy_clean_output_start(ZEND_STRL("ob_tidyhandler")); in PHP_RINIT_FUNCTION()
923 if (!php_output_handler_started(ZEND_STRL("ob_tidyhandler"))) { in PHP_INI_MH()
924 php_tidy_clean_output_start(ZEND_STRL("ob_tidyhandler")); in PHP_INI_MH()
/php-src/main/
H A Doutput.c398 …handler = php_output_handler_create_internal(ZEND_STRL(php_output_default_handler_name), php_outpu… in php_output_start_default()
413 …handler = php_output_handler_create_internal(ZEND_STRL(php_output_devnull_handler_name), php_outpu… in php_output_start_devnull()
431 …handler = php_output_handler_create_internal(ZEND_STRL(php_output_default_handler_name), php_outpu… in php_output_start_user()
469 …handler = php_output_handler_create_internal(ZEND_STRL(php_output_default_handler_name), php_outpu… in php_output_handler_create_user()
/php-src/Zend/
H A Dzend_compile.c195 {ZEND_STRL("bool")},
196 {ZEND_STRL("false")},
197 {ZEND_STRL("float")},
198 {ZEND_STRL("int")},
199 {ZEND_STRL("null")},
200 {ZEND_STRL("parent")},
201 {ZEND_STRL("self")},
204 {ZEND_STRL("true")},
205 {ZEND_STRL("void")},
206 {ZEND_STRL("never")},
[all …]
H A Dzend_portability.h483 #define ZEND_STRL(str) (str), (sizeof(str)-1) macro
/php-src/ext/iconv/
H A Diconv.c227 php_output_handler_alias_register(ZEND_STRL("ob_iconv_handler"), php_iconv_output_handler_init); in PHP_INI_END()
228 php_output_handler_conflict_register(ZEND_STRL("ob_iconv_handler"), php_iconv_output_conflict); in PHP_INI_END()
286 if (php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL("ob_iconv_handler")) in php_iconv_output_conflict()
287 || php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL("mb_output_handler"))) { in php_iconv_output_conflict()
/php-src/sapi/cli/
H A Dphp_cli.c933 ZEND_STRL("PHP_CLI_PROCESS_TITLE"), in do_cli()
/php-src/ext/reflection/
H A Dphp_reflection.c6745 if (NULL == (marker = zend_get_attribute_str(ce->attributes, ZEND_STRL("attribute")))) { in ZEND_METHOD()

Completed in 161 milliseconds