Home
last modified time | relevance | path

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

12

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_webdata_transfer.c38 phpdbg_is_auto_global(ZEND_STRL("GLOBALS")); in phpdbg_webdata_compress()
40 phpdbg_is_auto_global(ZEND_STRL("_ENV")); in phpdbg_webdata_compress()
41 phpdbg_is_auto_global(ZEND_STRL("_SERVER")); in phpdbg_webdata_compress()
42 phpdbg_is_auto_global(ZEND_STRL("_REQUEST")); in phpdbg_webdata_compress()
47 zend_hash_str_add(ht, ZEND_STRL("GLOBALS"), &zv[1]); in phpdbg_webdata_compress()
62 zend_hash_str_add(ht, ZEND_STRL("input"), &zv[2]); in phpdbg_webdata_compress()
72 zend_hash_str_add(ht, ZEND_STRL("sapi_name"), &zv[6]); in phpdbg_webdata_compress()
88 zend_hash_str_add(ht, ZEND_STRL("modules"), &zv[7]); in phpdbg_webdata_compress()
114 zend_hash_str_add(ht, ZEND_STRL("cwd"), &zv[5]); in phpdbg_webdata_compress()
140 zend_hash_str_add(ht, ZEND_STRL("systemini"), &zv[3]); in phpdbg_webdata_compress()
[all …]
H A Dphpdbg_wait.c136 if ((zvp = zend_hash_str_find(ht, ZEND_STRL("GLOBALS"))) && Z_TYPE_P(zvp) == IS_ARRAY) { in phpdbg_webdata_decompress()
139 …if ((srv = zend_hash_str_find(Z_ARRVAL_P(zvp), ZEND_STRL("_SERVER"))) && Z_TYPE_P(srv) == IS_ARRAY… in phpdbg_webdata_decompress()
141 …if ((script = zend_hash_str_find(Z_ARRVAL_P(srv), ZEND_STRL("SCRIPT_FILENAME"))) && Z_TYPE_P(scrip… in phpdbg_webdata_decompress()
167 if ((zvp = zend_hash_str_find(ht, ZEND_STRL("input"))) && Z_TYPE_P(zvp) == IS_STRING) { in phpdbg_webdata_decompress()
176 if ((zvp = zend_hash_str_find(ht, ZEND_STRL("cwd"))) && Z_TYPE_P(zvp) == IS_STRING) { in phpdbg_webdata_decompress()
189 …if ((zvp = zend_hash_str_find(ht, ZEND_STRL("sapi_name"))) && (Z_TYPE_P(zvp) == IS_STRING || Z_TYP… in phpdbg_webdata_decompress()
200 if ((zvp = zend_hash_str_find(ht, ZEND_STRL("modules"))) && Z_TYPE_P(zvp) == IS_ARRAY) { in phpdbg_webdata_decompress()
236 if ((zvp = zend_hash_str_find(ht, ZEND_STRL("extensions"))) && Z_TYPE_P(zvp) == IS_ARRAY) { in phpdbg_webdata_decompress()
295 if ((zvp = zend_hash_str_find(ht, ZEND_STRL("systemini"))) && Z_TYPE_P(zvp) == IS_ARRAY) { in phpdbg_webdata_decompress()
315 if ((zvp = zend_hash_str_find(ht, ZEND_STRL("userini"))) && Z_TYPE_P(zvp) == IS_ARRAY) { in phpdbg_webdata_decompress()
H A Dphpdbg_frame.c174 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()
193 args = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("args")); in phpdbg_dump_prototype()
308 file = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("file")); in phpdbg_dump_backtrace()
309 line = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("line")); in phpdbg_dump_backtrace()
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_out.c881 memcpy(tmp, ZEND_STRL("&")); in phpdbg_encode_xml()
884 memcpy(tmp, ZEND_STRL("<")); in phpdbg_encode_xml()
935 phpdbg_mixed_write(fd, ZEND_STRL("</stream>")); in phpdbg_process_print()
944 phpdbg_mixed_write(fd, ZEND_STRL("<phpdbg>\n" "</phpdbg>")); in phpdbg_process_print()
946 phpdbg_mixed_write(fd, ZEND_STRL("\n")); in phpdbg_process_print()
961 phpdbg_mixed_write(fd, ZEND_STRL("<phpdbg>\n" "</phpdbg>")); in phpdbg_process_print()
963 phpdbg_mixed_write(fd, ZEND_STRL("\n")); in phpdbg_process_print()
1199 phpdbg_mixed_write(fd, ZEND_STRL("</stream>")); in phpdbg_xml_internal()
1249 phpdbg_mixed_write(fd, ZEND_STRL("</stream>")); in phpdbg_out_internal()
1253 phpdbg_mixed_write(fd, ZEND_STRL("<phpdbg>")); in phpdbg_out_internal()
[all …]
H A Dphpdbg.c279 zend_string *key = zend_string_init(ZEND_STRL("opcache.jit"), 1); in PHP_RINIT_FUNCTION()
280 zend_string *value = zend_string_init(ZEND_STRL("off"), 1); in PHP_RINIT_FUNCTION()
555 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("functions")))) { in PHP_FUNCTION()
559 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("opcodes")))) { in PHP_FUNCTION()
565 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("files")))) { in PHP_FUNCTION()
660 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("functions")))) { in PHP_FUNCTION()
664 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("opcodes")))) { in PHP_FUNCTION()
969 ic.name = zend_string_init(ZEND_STRL("STDIN"), 0); in phpdbg_register_file_handles()
975 oc.name = zend_string_init(ZEND_STRL("STDOUT"), 0); in phpdbg_register_file_handles()
981 ec.name = zend_string_init(ZEND_STRL("STDERR"), 0); in phpdbg_register_file_handles()
[all …]
H A Dphpdbg_io.c150 zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("Read operation timed out!\n"));
204 zend_quiet_write(sock, ZEND_STRL("\r---Type <return> to continue or q <return> to quit---"));
H A Dphpdbg_prompt.c723 …file = zval_get_string(zend_read_property(zend_get_exception_base(ex), ex, ZEND_STRL("file"), 1, &… in phpdbg_handle_exception()
724 …line = zval_get_long(zend_read_property(zend_get_exception_base(ex), ex, ZEND_STRL("line"), 1, &rv… in phpdbg_handle_exception()
730 zend_update_property_string(zend_get_exception_base(ex), ex, ZEND_STRL("string"), Z_STRVAL(tmp)); in phpdbg_handle_exception()
732 …msg = zval_get_string(zend_read_property(zend_get_exception_base(ex), ex, ZEND_STRL("string"), 1, … in phpdbg_handle_exception()
1735 …tring(zend_read_property(zend_get_exception_base(exception), exception, ZEND_STRL("file"), 1, &rv)… in phpdbg_execute_ex()
1736 …_long(zend_read_property(zend_get_exception_base(exception), exception, ZEND_STRL("line"), 1, &rv)… in phpdbg_execute_ex()
1737 …tring(zend_read_property(zend_get_exception_base(exception), exception, ZEND_STRL("message"), 1, &… in phpdbg_execute_ex()
H A Dphpdbg_watch.c1304 …zend_hash_str_add(EG(current_execute_data)->symbol_table, ZEND_STRL("this"), &EG(current_execute_d…
H A Dphpdbg_bp.c978 return zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], ZEND_STRL("main")); in phpdbg_find_breakpoint_symbol()
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_status.c155 sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1); in fpm_status_handle_request()
156 sapi_add_header_ex(ZEND_STRL("Expires: Thu, 01 Jan 1970 00:00:00 GMT"), 1, 1); in fpm_status_handle_request()
174 _GET_str = zend_string_init(ZEND_STRL("_GET"), 0); in fpm_status_handle_request()
187 sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1); in fpm_status_handle_request()
188 sapi_add_header_ex(ZEND_STRL("Expires: Thu, 01 Jan 1970 00:00:00 GMT"), 1, 1); in fpm_status_handle_request()
198 sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1); in fpm_status_handle_request()
206 sapi_add_header_ex(ZEND_STRL("Expires: Thu, 01 Jan 1970 00:00:00 GMT"), 1, 1); in fpm_status_handle_request()
218 sapi_add_header_ex(ZEND_STRL("Content-Type: text/html"), 1, 1); in fpm_status_handle_request()
287 sapi_add_header_ex(ZEND_STRL("Content-Type: text/xml"), 1, 1); in fpm_status_handle_request()
335 sapi_add_header_ex(ZEND_STRL("Content-Type: application/json"), 1, 1); in fpm_status_handle_request()
[all …]
/PHP-8.0/Zend/
H A Dzend_attributes.c282 …zend_declare_class_constant_long(zend_ce_attribute, ZEND_STRL("TARGET_CLASS"), ZEND_ATTRIBUTE_TARG… in zend_register_attribute_ce()
283 …zend_declare_class_constant_long(zend_ce_attribute, ZEND_STRL("TARGET_FUNCTION"), ZEND_ATTRIBUTE_T… in zend_register_attribute_ce()
284 …zend_declare_class_constant_long(zend_ce_attribute, ZEND_STRL("TARGET_METHOD"), ZEND_ATTRIBUTE_TAR… in zend_register_attribute_ce()
285 …zend_declare_class_constant_long(zend_ce_attribute, ZEND_STRL("TARGET_PROPERTY"), ZEND_ATTRIBUTE_T… in zend_register_attribute_ce()
286 …zend_declare_class_constant_long(zend_ce_attribute, ZEND_STRL("TARGET_CLASS_CONSTANT"), ZEND_ATTRI… in zend_register_attribute_ce()
287 …zend_declare_class_constant_long(zend_ce_attribute, ZEND_STRL("TARGET_PARAMETER"), ZEND_ATTRIBUTE_… in zend_register_attribute_ce()
288 …zend_declare_class_constant_long(zend_ce_attribute, ZEND_STRL("TARGET_ALL"), ZEND_ATTRIBUTE_TARGET… in zend_register_attribute_ce()
289 …zend_declare_class_constant_long(zend_ce_attribute, ZEND_STRL("IS_REPEATABLE"), ZEND_ATTRIBUTE_IS_… in zend_register_attribute_ce()
292 str = zend_string_init(ZEND_STRL("flags"), 1); in zend_register_attribute_ce()
H A Dzend_compile.c166 {ZEND_STRL("bool")},
167 {ZEND_STRL("false")},
168 {ZEND_STRL("float")},
169 {ZEND_STRL("int")},
170 {ZEND_STRL("null")},
171 {ZEND_STRL("parent")},
172 {ZEND_STRL("self")},
173 {ZEND_STRL("static")},
175 {ZEND_STRL("true")},
176 {ZEND_STRL("void")},
[all …]
H A Dzend_portability.h440 #define ZEND_STRL(str) (str), (sizeof(str)-1) macro
/PHP-8.0/ext/zlib/
H A Dzlib.c141 || php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL("ob_gzhandler")) in php_zlib_output_conflict_check()
143 || 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()
1097 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("level"))) != NULL) { in PHP_FUNCTION()
[all …]
/PHP-8.0/ext/standard/
H A Dinfo.c988 php_print_gpcse_array(ZEND_STRL("_REQUEST")); in php_print_info()
989 php_print_gpcse_array(ZEND_STRL("_GET")); in php_print_info()
990 php_print_gpcse_array(ZEND_STRL("_POST")); in php_print_info()
991 php_print_gpcse_array(ZEND_STRL("_FILES")); in php_print_info()
992 php_print_gpcse_array(ZEND_STRL("_COOKIE")); in php_print_info()
993 php_print_gpcse_array(ZEND_STRL("_SERVER")); in php_print_info()
994 php_print_gpcse_array(ZEND_STRL("_ENV")); in php_print_info()
H A Durl_scanner_ex.re355 if ((tmp = zend_hash_str_find(&EG(symbol_table), ZEND_STRL("_SERVER"))) &&
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);
H A Dbrowscap.c711 || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) { in PHP_FUNCTION()
/PHP-8.0/main/
H A Doutput.c419 …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.0/ext/filter/
H A Dfilter.c479 zend_is_auto_global_str(ZEND_STRL("_SERVER")); in php_filter_get_storage()
485 zend_is_auto_global_str(ZEND_STRL("_ENV")); in php_filter_get_storage()
/PHP-8.0/ext/tidy/
H A Dtidy.c851 php_output_handler_alias_register(ZEND_STRL("ob_tidyhandler"), php_tidy_output_handler_init); in PHP_MINIT_FUNCTION()
862 php_tidy_clean_output_start(ZEND_STRL("ob_tidyhandler")); in PHP_RINIT_FUNCTION()
928 if (!php_output_handler_started(ZEND_STRL("ob_tidyhandler"))) { in PHP_INI_MH()
929 php_tidy_clean_output_start(ZEND_STRL("ob_tidyhandler")); in PHP_INI_MH()
/PHP-8.0/sapi/cli/
H A Dphp_cli.c924 ZEND_STRL("PHP_CLI_PROCESS_TITLE"), in do_cli()
937 zend_is_auto_global_str(ZEND_STRL("_SERVER")); in do_cli()
/PHP-8.0/ext/iconv/
H A Diconv.c220 php_output_handler_alias_register(ZEND_STRL("ob_iconv_handler"), php_iconv_output_handler_init); in PHP_INI_END()
221 php_output_handler_conflict_register(ZEND_STRL("ob_iconv_handler"), php_iconv_output_conflict); in PHP_INI_END()
279 if (php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL("ob_iconv_handler")) in php_iconv_output_conflict()
280 || php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL("mb_output_handler"))) { in php_iconv_output_conflict()
/PHP-8.0/ext/zend_test/
H A Dtest.c445 zend_declare_class_constant_long(zend_test_interface, ZEND_STRL("DUMMY"), 0); in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/pdo_mysql/
H A Dmysql_driver.c354 PDO_DBG_RETURN(0 <= mysql_handle_doer(dbh, ZEND_STRL("START TRANSACTION"))); in mysql_handle_begin()

Completed in 159 milliseconds

12