Home
last modified time | relevance | path

Searched refs:INI_STR (Results 1 – 15 of 15) sorted by relevance

/PHP-8.1/ext/standard/
H A Dmail.c213 char *force_extra_parameters = INI_STR("mail.force_extra_parameters"); in PHP_FUNCTION()
383 char *sendmail_path = INI_STR("sendmail_path"); in php_mail()
385 char *mail_log = INI_STR("mail.log"); in php_mail()
457 …if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, hdr, subject, to, message, NULL, NULL, NULL)… in php_mail()
562 char *sendmail_path = INI_STR("sendmail_path"); in PHP_MINFO_FUNCTION()
H A Dhttp.c44 arg_sep = INI_STR("arg_separator.output"); in php_url_encode_hash_ex()
H A Ddl.c121 extension_dir = INI_STR("extension_dir"); in php_load_extension()
H A Dbrowscap.c338 "(in file %s)", ZSTR_VAL(ctx->current_section_name), INI_STR("browscap")); in php_browscap_parser_cb()
500 char *browscap = INI_STR("browscap"); in PHP_MINIT_FUNCTION()
H A Dbasic_functions.c1841 syntax_highlighter_ini->highlight_comment = INI_STR("highlight.comment");
1842 syntax_highlighter_ini->highlight_default = INI_STR("highlight.default");
1843 syntax_highlighter_ini->highlight_html = INI_STR("highlight.html");
1844 syntax_highlighter_ini->highlight_keyword = INI_STR("highlight.keyword");
1845 syntax_highlighter_ini->highlight_string = INI_STR("highlight.string");
/PHP-8.1/win32/
H A Dsendmail.c215 } else if (INI_STR("sendmail_from")) { in TSendMail()
216 RPath = estrdup(INI_STR("sendmail_from")); in TSendMail()
/PHP-8.1/ext/com_dotnet/
H A Dcom_dotnet.c143 version = INI_STR("com.dotnet_version"); in dotnet_bind_runtime()
/PHP-8.1/Zend/
H A Dzend_ini.h145 #define INI_STR(name) zend_ini_string_ex((name), strlen(name), 0, NULL) macro
H A Dzend_fibers.c457 if (!error_reporting && !INI_STR("error_reporting")) { in zend_fiber_execute()
/PHP-8.1/main/
H A Dmain.c316 if (!*(INI_STR("disable_classes"))) { in php_disable_classes()
320 e = PG(disable_classes) = strdup(INI_STR("disable_classes")); in php_disable_classes()
1332 char *prepend_string = INI_STR("error_prepend_string"); in php_error_cb()
1333 char *append_string = INI_STR("error_append_string"); in php_error_cb()
2286 zend_disable_functions(INI_STR("disable_functions")); in php_module_startup()
H A Dphp_ini.c338 char *extension_dir = INI_STR("extension_dir"); in php_load_zend_extension_cb()
/PHP-8.1/ext/imap/
H A Dphp_imap.c3639 if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, bufferHeader, ZSTR_VAL(subject), in _php_imap_mail()
3652 if (!INI_STR("sendmail_path")) { in _php_imap_mail()
3655 sendmail = popen(INI_STR("sendmail_path"), "w"); in _php_imap_mail()
/PHP-8.1/ext/curl/
H A Dinterface.c1836 cainfo = INI_STR("openssl.cafile"); in _php_curl_set_default_options()
1838 cainfo = INI_STR("curl.cainfo"); in _php_curl_set_default_options()
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_prompt.c1219 extension_dir = INI_STR("extension_dir"); in phpdbg_load_module_or_extension()
/PHP-8.1/ext/mbstring/
H A Dmbstring.c3493 char *force_extra_parameters = INI_STR("mail.force_extra_parameters"); in PHP_FUNCTION()

Completed in 106 milliseconds