Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dmail.c420 char *sendmail_path = INI_STR("sendmail_path"); in php_mail()
422 char *mail_log = INI_STR("mail.log"); in php_mail()
496 …if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, hdr, subject, to, message, NULL, NULL, NULL)… in php_mail()
601 char *sendmail_path = INI_STR("sendmail_path"); in PHP_MINFO_FUNCTION()
H A Ddl.c121 extension_dir = INI_STR("extension_dir"); in php_load_extension()
H A Dbrowscap.c344 "(in file %s)", ZSTR_VAL(ctx->current_section_name), INI_STR("browscap")); in php_browscap_parser_cb()
506 char *browscap = INI_STR("browscap"); in PHP_MINIT_FUNCTION()
H A Dbasic_functions.c1744 syntax_highlighter_ini->highlight_comment = INI_STR("highlight.comment");
1745 syntax_highlighter_ini->highlight_default = INI_STR("highlight.default");
1746 syntax_highlighter_ini->highlight_html = INI_STR("highlight.html");
1747 syntax_highlighter_ini->highlight_keyword = INI_STR("highlight.keyword");
1748 syntax_highlighter_ini->highlight_string = INI_STR("highlight.string");
/php-src/win32/
H A Dsendmail.c214 } else if (INI_STR("sendmail_from")) { in TSendMail()
215 RPath = estrdup(INI_STR("sendmail_from")); in TSendMail()
/php-src/Zend/
H A Dzend_ini.h195 #define INI_STR(name) zend_ini_string_ex((name), strlen(name), 0, NULL) macro
H A Dzend_fibers.c569 if (!error_reporting && !INI_STR("error_reporting")) { in zend_fiber_execute()
/php-src/ext/com_dotnet/
H A Dcom_dotnet.c143 version = INI_STR("com.dotnet_version"); in dotnet_bind_runtime()
/php-src/main/
H A Dmain.c327 if (!*(INI_STR("disable_classes"))) { in php_disable_classes()
331 e = PG(disable_classes) = strdup(INI_STR("disable_classes")); in php_disable_classes()
1361 char *prepend_string = INI_STR("error_prepend_string"); in php_error_cb()
1362 char *append_string = INI_STR("error_append_string"); in php_error_cb()
2244 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-src/ext/curl/
H A Dinterface.c1114 cainfo = INI_STR("openssl.cafile"); in _php_curl_set_default_options()
1116 cainfo = INI_STR("curl.cainfo"); in _php_curl_set_default_options()
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c1218 extension_dir = INI_STR("extension_dir"); in phpdbg_load_module_or_extension()

Completed in 67 milliseconds