/PHP-8.1/sapi/fpm/fpm/ |
H A D | fpm_status.c | 157 sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1); in fpm_status_handle_request() 158 sapi_add_header_ex(ZEND_STRL("Expires: Thu, 01 Jan 1970 00:00:00 GMT"), 1, 1); in fpm_status_handle_request() 191 sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1); in fpm_status_handle_request() 192 sapi_add_header_ex(ZEND_STRL("Expires: Thu, 01 Jan 1970 00:00:00 GMT"), 1, 1); in fpm_status_handle_request() 202 sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1); in fpm_status_handle_request() 203 sapi_add_header_ex(ZEND_STRL("Expires: Thu, 01 Jan 1970 00:00:00 GMT"), 1, 1); in fpm_status_handle_request() 210 sapi_add_header_ex(ZEND_STRL("Expires: Thu, 01 Jan 1970 00:00:00 GMT"), 1, 1); in fpm_status_handle_request() 222 sapi_add_header_ex(ZEND_STRL("Content-Type: text/html"), 1, 1); in fpm_status_handle_request() 291 sapi_add_header_ex(ZEND_STRL("Content-Type: text/xml"), 1, 1); in fpm_status_handle_request() 339 sapi_add_header_ex(ZEND_STRL("Content-Type: application/json"), 1, 1); in fpm_status_handle_request() [all …]
|
/PHP-8.1/Zend/ |
H A D | zend_attributes.c | 285 …zend_declare_class_constant_long(zend_ce_attribute, ZEND_STRL("TARGET_CLASS"), ZEND_ATTRIBUTE_TARG… in zend_register_attribute_ce() 286 …zend_declare_class_constant_long(zend_ce_attribute, ZEND_STRL("TARGET_FUNCTION"), ZEND_ATTRIBUTE_T… in zend_register_attribute_ce() 287 …zend_declare_class_constant_long(zend_ce_attribute, ZEND_STRL("TARGET_METHOD"), ZEND_ATTRIBUTE_TAR… in zend_register_attribute_ce() 288 …zend_declare_class_constant_long(zend_ce_attribute, ZEND_STRL("TARGET_PROPERTY"), ZEND_ATTRIBUTE_T… in zend_register_attribute_ce() 289 …zend_declare_class_constant_long(zend_ce_attribute, ZEND_STRL("TARGET_CLASS_CONSTANT"), ZEND_ATTRI… in zend_register_attribute_ce() 290 …zend_declare_class_constant_long(zend_ce_attribute, ZEND_STRL("TARGET_PARAMETER"), ZEND_ATTRIBUTE_… in zend_register_attribute_ce() 291 …zend_declare_class_constant_long(zend_ce_attribute, ZEND_STRL("TARGET_ALL"), ZEND_ATTRIBUTE_TARGET… in zend_register_attribute_ce() 292 …zend_declare_class_constant_long(zend_ce_attribute, ZEND_STRL("IS_REPEATABLE"), ZEND_ATTRIBUTE_IS_… in zend_register_attribute_ce()
|
H A D | zend_compile.c | 164 {ZEND_STRL("bool")}, 165 {ZEND_STRL("false")}, 166 {ZEND_STRL("float")}, 167 {ZEND_STRL("int")}, 168 {ZEND_STRL("null")}, 169 {ZEND_STRL("parent")}, 170 {ZEND_STRL("self")}, 173 {ZEND_STRL("true")}, 174 {ZEND_STRL("void")}, 175 {ZEND_STRL("never")}, [all …]
|
H A D | zend_portability.h | 453 #define ZEND_STRL(str) (str), (sizeof(str)-1) macro
|
/PHP-8.1/sapi/phpdbg/ |
H A D | phpdbg_frame.c | 174 funcname = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("function")); in phpdbg_dump_prototype() 176 if ((class = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("object")))) { in phpdbg_dump_prototype() 180 class = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("class")); in phpdbg_dump_prototype() 184 zval *type = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("type")); in phpdbg_dump_prototype() 191 args = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("args")); in phpdbg_dump_prototype() 290 file = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("file")); in phpdbg_dump_backtrace() 291 line = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("line")); in phpdbg_dump_backtrace()
|
H A D | phpdbg_sigsafe.c | 16 …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 D | phpdbg.c | 230 zend_string *key = zend_string_init(ZEND_STRL("opcache.jit"), 1); in PHP_RINIT_FUNCTION() 231 zend_string *value = zend_string_init(ZEND_STRL("off"), 1); in PHP_RINIT_FUNCTION() 506 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("functions")))) { in PHP_FUNCTION() 510 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("opcodes")))) { in PHP_FUNCTION() 516 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("files")))) { in PHP_FUNCTION() 611 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("functions")))) { in PHP_FUNCTION() 615 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("opcodes")))) { in PHP_FUNCTION() 910 ic.name = zend_string_init(ZEND_STRL("STDIN"), 0); in phpdbg_register_file_handles() 916 oc.name = zend_string_init(ZEND_STRL("STDOUT"), 0); in phpdbg_register_file_handles() 922 ec.name = zend_string_init(ZEND_STRL("STDERR"), 0); in phpdbg_register_file_handles() [all …]
|
H A D | phpdbg_out.c | 50 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 D | phpdbg_io.c | 96 zend_quiet_write(fd, ZEND_STRL("\r---Type <return> to continue or q <return> to quit---")); in phpdbg_output_pager()
|
H A D | phpdbg_prompt.c | 721 …file = zval_get_string(zend_read_property(zend_get_exception_base(ex), ex, ZEND_STRL("file"), 1, &… in phpdbg_handle_exception() 722 …line = zval_get_long(zend_read_property(zend_get_exception_base(ex), ex, ZEND_STRL("line"), 1, &rv… in phpdbg_handle_exception() 728 zend_update_property_string(zend_get_exception_base(ex), ex, ZEND_STRL("string"), Z_STRVAL(tmp)); in phpdbg_handle_exception() 730 …msg = zval_get_string(zend_read_property(zend_get_exception_base(ex), ex, ZEND_STRL("string"), 1, … in phpdbg_handle_exception() 1702 …tring(zend_read_property(zend_get_exception_base(exception), exception, ZEND_STRL("file"), 1, &rv)… in phpdbg_execute_ex() 1703 …_long(zend_read_property(zend_get_exception_base(exception), exception, ZEND_STRL("line"), 1, &rv)… in phpdbg_execute_ex() 1704 …tring(zend_read_property(zend_get_exception_base(exception), exception, ZEND_STRL("message"), 1, &… in phpdbg_execute_ex()
|
H A D | phpdbg_watch.c | 1291 …zend_hash_str_add(EG(current_execute_data)->symbol_table, ZEND_STRL("this"), &EG(current_execute_d…
|
H A D | phpdbg_bp.c | 979 return zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], ZEND_STRL("main")); in phpdbg_find_breakpoint_symbol()
|
/PHP-8.1/ext/zlib/ |
H A D | zlib.c | 140 || php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL("ob_gzhandler")) in php_zlib_output_conflict_check() 142 || php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL("URL-Rewriter"))) { in php_zlib_output_conflict_check() 275 sapi_add_header_ex(ZEND_STRL("Vary: Accept-Encoding"), 1, 0); in php_zlib_output_handler() 296 sapi_add_header_ex(ZEND_STRL("Content-Encoding: gzip"), 1, 1); in php_zlib_output_handler() 299 sapi_add_header_ex(ZEND_STRL("Content-Encoding: deflate"), 1, 1); in php_zlib_output_handler() 305 sapi_add_header_ex(ZEND_STRL("Vary: Accept-Encoding"), 1, 0); in php_zlib_output_handler() 552 sapi_add_header_ex(ZEND_STRL("Content-Encoding: gzip"), 1, 1); in PHP_FUNCTION() 555 sapi_add_header_ex(ZEND_STRL("Content-Encoding: deflate"), 1, 1); in PHP_FUNCTION() 558 sapi_add_header_ex(ZEND_STRL("Vary: Accept-Encoding"), 1, 0); in PHP_FUNCTION() 1098 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("level"))) != NULL) { in PHP_FUNCTION() [all …]
|
/PHP-8.1/sapi/embed/ |
H A D | README.md | 73 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-8.1/ext/standard/ |
H A D | info.c | 1016 php_print_gpcse_array(ZEND_STRL("_REQUEST")); in php_print_info() 1017 php_print_gpcse_array(ZEND_STRL("_GET")); in php_print_info() 1018 php_print_gpcse_array(ZEND_STRL("_POST")); in php_print_info() 1019 php_print_gpcse_array(ZEND_STRL("_FILES")); in php_print_info() 1020 php_print_gpcse_array(ZEND_STRL("_COOKIE")); in php_print_info() 1021 php_print_gpcse_array(ZEND_STRL("_SERVER")); in php_print_info() 1022 php_print_gpcse_array(ZEND_STRL("_ENV")); in php_print_info()
|
H A D | url_scanner_ex.re | 357 (host = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("HTTP_HOST"))) && 748 php_output_start_internal(ZEND_STRL("URL-Rewriter"), handler, 0, PHP_OUTPUT_HANDLER_STDFLAGS);
|
/PHP-8.1/main/ |
H A D | output.c | 419 …handler = php_output_handler_create_internal(ZEND_STRL(php_output_default_handler_name), php_outpu… in php_output_start_default() 434 …handler = php_output_handler_create_internal(ZEND_STRL(php_output_devnull_handler_name), php_outpu… in php_output_start_devnull() 452 …handler = php_output_handler_create_internal(ZEND_STRL(php_output_default_handler_name), php_outpu… in php_output_start_user() 490 …handler = php_output_handler_create_internal(ZEND_STRL(php_output_default_handler_name), php_outpu… in php_output_handler_create_user()
|
/PHP-8.1/ext/tidy/ |
H A D | tidy.c | 840 php_output_handler_alias_register(ZEND_STRL("ob_tidyhandler"), php_tidy_output_handler_init); in PHP_MINIT_FUNCTION() 851 php_tidy_clean_output_start(ZEND_STRL("ob_tidyhandler")); in PHP_RINIT_FUNCTION() 909 if (!php_output_handler_started(ZEND_STRL("ob_tidyhandler"))) { in PHP_INI_MH() 910 php_tidy_clean_output_start(ZEND_STRL("ob_tidyhandler")); in PHP_INI_MH()
|
/PHP-8.1/ext/iconv/ |
H A D | iconv.c | 228 php_output_handler_alias_register(ZEND_STRL("ob_iconv_handler"), php_iconv_output_handler_init); in PHP_INI_END() 229 php_output_handler_conflict_register(ZEND_STRL("ob_iconv_handler"), php_iconv_output_conflict); in PHP_INI_END() 287 if (php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL("ob_iconv_handler")) in php_iconv_output_conflict() 288 || php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL("mb_output_handler"))) { in php_iconv_output_conflict()
|
/PHP-8.1/ext/zend_test/ |
H A D | test.c | 665 zend_declare_class_constant_long(zend_test_interface, ZEND_STRL("DUMMY"), 0); in PHP_MINIT_FUNCTION()
|
/PHP-8.1/sapi/cli/ |
H A D | php_cli.c | 940 ZEND_STRL("PHP_CLI_PROCESS_TITLE"), in do_cli()
|
/PHP-8.1/ext/reflection/ |
H A D | php_reflection.c | 6671 if (NULL == (marker = zend_get_attribute_str(ce->attributes, ZEND_STRL("attribute")))) { in ZEND_METHOD()
|