Home
last modified time | relevance | path

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

12

/php-src/ext/standard/
H A Dversioning.c88 {ZEND_STRL("dev"), 0}, in compare_special_version_forms()
89 {ZEND_STRL("alpha"), 1}, in compare_special_version_forms()
90 {ZEND_STRL("a"), 1}, in compare_special_version_forms()
91 {ZEND_STRL("beta"), 2}, in compare_special_version_forms()
92 {ZEND_STRL("b"), 2}, in compare_special_version_forms()
93 {ZEND_STRL("RC"), 3}, in compare_special_version_forms()
94 {ZEND_STRL("rc"), 3}, in compare_special_version_forms()
95 {ZEND_STRL("#"), 4}, in compare_special_version_forms()
96 {ZEND_STRL("pl"), 5}, in compare_special_version_forms()
97 {ZEND_STRL("p"), 5}, in compare_special_version_forms()
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.c1006 php_print_gpcse_array(ZEND_STRL("_REQUEST")); in php_print_info()
1007 php_print_gpcse_array(ZEND_STRL("_GET")); in php_print_info()
1008 php_print_gpcse_array(ZEND_STRL("_POST")); in php_print_info()
1009 php_print_gpcse_array(ZEND_STRL("_FILES")); in php_print_info()
1010 php_print_gpcse_array(ZEND_STRL("_COOKIE")); in php_print_info()
1011 php_print_gpcse_array(ZEND_STRL("_SERVER")); in php_print_info()
1012 php_print_gpcse_array(ZEND_STRL("_ENV")); in php_print_info()
H A Durl_scanner_ex.re366 (host = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("HTTP_HOST"))) &&
795 php_output_start_internal(ZEND_STRL("URL-Rewriter"), handler, 0, PHP_OUTPUT_HANDLER_STDFLAGS);
/php-src/sapi/fpm/fpm/
H A Dfpm_status.c160 sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1); in fpm_status_handle_request()
182 full = fpm_php_is_key_in_table(_GET_str, ZEND_STRL("full")); in fpm_status_handle_request()
196 sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1); in fpm_status_handle_request()
207 sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1); in fpm_status_handle_request()
226 if (fpm_php_is_key_in_table(_GET_str, ZEND_STRL("html"))) { in fpm_status_handle_request()
227 sapi_add_header_ex(ZEND_STRL("Content-Type: text/html"), 1, 1); in fpm_status_handle_request()
296 } else if (fpm_php_is_key_in_table(_GET_str, ZEND_STRL("xml"))) { in fpm_status_handle_request()
297 sapi_add_header_ex(ZEND_STRL("Content-Type: text/xml"), 1, 1); in fpm_status_handle_request()
345 } else if (fpm_php_is_key_in_table(_GET_str, ZEND_STRL("json"))) { in fpm_status_handle_request()
346 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.c233 zend_string *key = zend_string_init(ZEND_STRL("opcache.jit"), false); in PHP_RINIT_FUNCTION()
234 zend_string *value = zend_string_init(ZEND_STRL("off"), false); in PHP_RINIT_FUNCTION()
509 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("functions")))) { in PHP_FUNCTION()
513 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("opcodes")))) { in PHP_FUNCTION()
519 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("files")))) { in PHP_FUNCTION()
614 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("functions")))) { in PHP_FUNCTION()
618 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("opcodes")))) { in PHP_FUNCTION()
916 ic.name = zend_string_init(ZEND_STRL("STDIN"), 0); in phpdbg_register_file_handles()
922 oc.name = zend_string_init(ZEND_STRL("STDOUT"), 0); in phpdbg_register_file_handles()
928 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.c725 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()
1090 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("level"))) != NULL) { in PHP_FUNCTION()
[all …]
/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/dom/
H A Dhtml5_parser.c76 return (struct lxml_ns) { php_dom_ns_is_svg_magic_token, ZEND_STRL(DOM_SVG_NS_URI) }; in get_libxml_namespace_href()
78 return (struct lxml_ns) { php_dom_ns_is_mathml_magic_token, ZEND_STRL(DOM_MATHML_NS_URI) }; in get_libxml_namespace_href()
80 return (struct lxml_ns) { php_dom_ns_is_html_magic_token, ZEND_STRL(DOM_XHTML_NS_URI) }; in get_libxml_namespace_href()
H A Dxpath.c512 smart_str_appendl(&output, ZEND_STRL("concat(")); in PHP_METHOD()
/php-src/ext/tidy/
H A Dtidy.c855 php_output_handler_alias_register(ZEND_STRL("ob_tidyhandler"), php_tidy_output_handler_init); in PHP_MINIT_FUNCTION()
866 php_tidy_clean_output_start(ZEND_STRL("ob_tidyhandler")); in PHP_RINIT_FUNCTION()
924 if (!php_output_handler_started(ZEND_STRL("ob_tidyhandler"))) { in PHP_INI_MH()
925 php_tidy_clean_output_start(ZEND_STRL("ob_tidyhandler")); in PHP_INI_MH()
/php-src/main/
H A Doutput.c402 …handler = php_output_handler_create_internal(ZEND_STRL(php_output_default_handler_name), php_outpu… in php_output_start_default()
417 …handler = php_output_handler_create_internal(ZEND_STRL(php_output_devnull_handler_name), php_outpu… in php_output_start_devnull()
435 …handler = php_output_handler_create_internal(ZEND_STRL(php_output_default_handler_name), php_outpu… in php_output_start_user()
473 …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.c202 {ZEND_STRL("bool")},
203 {ZEND_STRL("false")},
204 {ZEND_STRL("float")},
205 {ZEND_STRL("int")},
206 {ZEND_STRL("null")},
208 {ZEND_STRL("self")},
211 {ZEND_STRL("true")},
212 {ZEND_STRL("void")},
213 {ZEND_STRL("never")},
216 {ZEND_STRL("mixed")},
[all …]
H A Dzend_portability.h478 #define ZEND_STRL(str) (str), (sizeof(str)-1) macro
/php-src/ext/intl/converter/
H A Dconverter.c531 php_converter_resolve_callback(&objval->to_cache, Z_OBJ_P(ZEND_THIS), ZEND_STRL("toUCallback")); in PHP_METHOD()
532 …php_converter_resolve_callback(&objval->from_cache, Z_OBJ_P(ZEND_THIS), ZEND_STRL("fromUCallback")… in PHP_METHOD()
/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.c915 ZEND_STRL("PHP_CLI_PROCESS_TITLE"), in do_cli()
/php-src/ext/phar/
H A Dutil.c1437 fn = zend_hash_str_find_ptr(CG(function_table), ZEND_STRL("openssl_sign")); in phar_call_openssl_signverify()
1439 fn = zend_hash_str_find_ptr(CG(function_table), ZEND_STRL("openssl_verify")); in phar_call_openssl_signverify()
/php-src/ext/bcmath/
H A Dbcmath.c932 zend_hash_str_update(props, ZEND_STRL("scale"), &zv); in bcmath_number_get_properties_for()
/php-src/ext/soap/
H A Dsoap.c1383 …if ((soap_action_z = zend_hash_str_find(Z_ARRVAL_P(server_vars), ZEND_STRL("HTTP_SOAPACTION"))) !=… in PHP_METHOD()

Completed in 125 milliseconds

12