Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dmail.c108 char *force_extra_parameters = INI_STR("mail.force_extra_parameters"); in PHP_FUNCTION()
274 char *sendmail_path = INI_STR("sendmail_path"); in php_mail()
276 char *mail_log = INI_STR("mail.log"); in php_mail()
341 …if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, hdr, subject, to, message, NULL, NULL, NULL)… in php_mail()
447 char *sendmail_path = INI_STR("sendmail_path"); in PHP_MINFO_FUNCTION()
H A Ddl.c100 extension_dir = INI_STR("extension_dir"); in php_load_extension()
H A Dhttp.c51 arg_sep = INI_STR("arg_separator.output"); in php_url_encode_hash_ex()
H A Dbrowscap.c341 "(in file %s)", ZSTR_VAL(ctx->current_section_name), INI_STR("browscap")); in php_browscap_parser_cb()
502 char *browscap = INI_STR("browscap"); in PHP_MINIT_FUNCTION()
H A Dbasic_functions.c5108 syntax_highlighter_ini->highlight_comment = INI_STR("highlight.comment");
5109 syntax_highlighter_ini->highlight_default = INI_STR("highlight.default");
5110 syntax_highlighter_ini->highlight_html = INI_STR("highlight.html");
5111 syntax_highlighter_ini->highlight_keyword = INI_STR("highlight.keyword");
5112 syntax_highlighter_ini->highlight_string = INI_STR("highlight.string");
/PHP-7.0/ext/interbase/
H A Dphp_ibase_udf.c270 ZVAL_STRINGL(&args[i], d, strftime(d, sizeof(d), INI_STR("ibase.dateformat"), &t),1); in call_php()
275 ZVAL_STRINGL(&args[i], d, strftime(d, sizeof(d), INI_STR("ibase.timeformat"), &t),1); in call_php()
280 ZVAL_STRINGL(&args[i], d, strftime(d, sizeof(d), INI_STR("ibase.timestampformat"), &t)); in call_php()
H A Dibase_query.c584 strptime(Z_STRVAL_P(val), INI_STR("ibase.timestampformat"), &t); in _php_ibase_bind_array()
602 strptime(Z_STRVAL_P(val), INI_STR("ibase.dateformat"), &t); in _php_ibase_bind_array()
619 strptime(Z_STRVAL_P(val), INI_STR("ibase.timeformat"), &t); in _php_ibase_bind_array()
704 char *format = INI_STR("ibase.timestampformat"); in _php_ibase_bind()
710 format = INI_STR("ibase.dateformat"); in _php_ibase_bind()
713 format = INI_STR("ibase.timeformat"); in _php_ibase_bind()
1380 format = INI_STR("ibase.timestampformat"); in _php_ibase_var_zval()
1384 format = INI_STR("ibase.dateformat"); in _php_ibase_var_zval()
1388 format = INI_STR("ibase.timeformat"); in _php_ibase_var_zval()
H A Dinterbase.c905 if ((!len[DB] || PG(sql_safe_mode)) && (c = INI_STR("ibase.default_db"))) { in _php_ibase_connect()
909 if (!len[USER] && (c = INI_STR("ibase.default_user"))) { in _php_ibase_connect()
913 if (!len[PASS] && (c = INI_STR("ibase.default_password"))) { in _php_ibase_connect()
917 if (!len[CSET] && (c = INI_STR("ibase.default_charset"))) { in _php_ibase_connect()
/PHP-7.0/ext/pdo_odbc/
H A Dpdo_odbc.c94 char *instance = INI_STR("pdo_odbc.db2_instance_name"); in PHP_INI_END()
/PHP-7.0/ext/mcrypt/
H A Dmcrypt_filter.c159 char *algo_dir = INI_STR("mcrypt.algorithms_dir"); in php_mcrypt_filter_create()
160 char *mode_dir = INI_STR("mcrypt.modes_dir"); in php_mcrypt_filter_create()
/PHP-7.0/win32/
H A Dsendmail.c241 } else if (INI_STR("sendmail_from")) { in TSendMail()
242 RPath = estrdup(INI_STR("sendmail_from")); in TSendMail()
/PHP-7.0/main/
H A Dmain.c190 if (!*(INI_STR("disable_functions"))) { in php_disable_functions()
194 e = PG(disable_functions) = strdup(INI_STR("disable_functions")); in php_disable_functions()
228 if (!*(INI_STR("disable_classes"))) { in php_disable_classes()
232 e = PG(disable_classes) = strdup(INI_STR("disable_classes")); in php_disable_classes()
1129 char *prepend_string = INI_STR("error_prepend_string"); in php_error_cb()
1130 char *append_string = INI_STR("error_append_string"); in php_error_cb()
H A Dphp_ini.c366 char *extension_dir = INI_STR("extension_dir"); in php_load_zend_extension_cb()
/PHP-7.0/Zend/
H A Dzend_ini.h141 #define INI_STR(name) zend_ini_string_ex((name), sizeof(name)-1, 0, NULL) macro
H A Dzend_builtin_functions.c1883 char *disable_functions = INI_STR("disable_functions"); in copy_function_name()
/PHP-7.0/ext/imap/
H A Dphp_imap.c4062 …if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, bufferHeader, subject, bufferTo, message, bu… in _php_imap_mail()
4074 if (!INI_STR("sendmail_path")) { in _php_imap_mail()
4077 sendmail = popen(INI_STR("sendmail_path"), "w"); in _php_imap_mail()
/PHP-7.0/ext/curl/
H A Dinterface.c1938 cainfo = INI_STR("openssl.cafile"); in _php_curl_set_default_options()
1940 cainfo = INI_STR("curl.cainfo"); in _php_curl_set_default_options()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_prompt.c1237 extension_dir = INI_STR("extension_dir"); in phpdbg_load_module_or_extension()
/PHP-7.0/ext/mbstring/
H A Dmbstring.c4249 char *force_extra_parameters = INI_STR("mail.force_extra_parameters"); in PHP_FUNCTION()

Completed in 116 milliseconds