Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dmail.c259 char *force_extra_parameters = INI_STR("mail.force_extra_parameters"); in PHP_FUNCTION()
429 char *sendmail_path = INI_STR("sendmail_path"); in php_mail()
431 char *mail_log = INI_STR("mail.log"); in php_mail()
503 …if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, hdr, subject, to, message, NULL, NULL, NULL)… in php_mail()
608 char *sendmail_path = INI_STR("sendmail_path"); in PHP_MINFO_FUNCTION()
H A Ddl.c109 extension_dir = INI_STR("extension_dir"); in php_load_extension()
H A Dhttp.c44 arg_sep = INI_STR("arg_separator.output"); in php_url_encode_hash_ex()
H A Dbrowscap.c339 "(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.c1847 syntax_highlighter_ini->highlight_comment = INI_STR("highlight.comment");
1848 syntax_highlighter_ini->highlight_default = INI_STR("highlight.default");
1849 syntax_highlighter_ini->highlight_html = INI_STR("highlight.html");
1850 syntax_highlighter_ini->highlight_keyword = INI_STR("highlight.keyword");
1851 syntax_highlighter_ini->highlight_string = INI_STR("highlight.string");
/PHP-8.0/win32/
H A Dsendmail.c215 } else if (INI_STR("sendmail_from")) { in TSendMail()
216 RPath = estrdup(INI_STR("sendmail_from")); in TSendMail()
/PHP-8.0/Zend/
H A Dzend_ini.h143 #define INI_STR(name) zend_ini_string_ex((name), strlen(name), 0, NULL) macro
/PHP-8.0/ext/com_dotnet/
H A Dcom_dotnet.c143 version = INI_STR("com.dotnet_version"); in dotnet_bind_runtime()
/PHP-8.0/main/
H A Dmain.c320 if (!*(INI_STR("disable_classes"))) { in php_disable_classes()
324 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()
2279 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.0/ext/imap/
H A Dphp_imap.c3680 if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, bufferHeader, ZSTR_VAL(subject), in _php_imap_mail()
3693 if (!INI_STR("sendmail_path")) { in _php_imap_mail()
3696 sendmail = popen(INI_STR("sendmail_path"), "w"); in _php_imap_mail()
/PHP-8.0/ext/curl/
H A Dinterface.c1835 cainfo = INI_STR("openssl.cafile"); in _php_curl_set_default_options()
1837 cainfo = INI_STR("curl.cainfo"); in _php_curl_set_default_options()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_prompt.c1235 extension_dir = INI_STR("extension_dir"); in phpdbg_load_module_or_extension()
/PHP-8.0/ext/mbstring/
H A Dmbstring.c3463 char *force_extra_parameters = INI_STR("mail.force_extra_parameters"); in PHP_FUNCTION()

Completed in 78 milliseconds