Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dmail.c107 char *force_extra_parameters = INI_STR("mail.force_extra_parameters"); in PHP_FUNCTION()
273 char *sendmail_path = INI_STR("sendmail_path"); in php_mail()
275 char *mail_log = INI_STR("mail.log"); in php_mail()
340 …if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, hdr, subject, to, message, NULL, NULL, NULL … in php_mail()
446 char *sendmail_path = INI_STR("sendmail_path"); in PHP_MINFO_FUNCTION()
H A Ddl.c112 extension_dir = INI_STR("extension_dir"); in php_load_extension()
H A Dbrowscap.c163 "(in file %s)", bdata->current_section_name, INI_STR("browscap")); in php_browscap_parser_cb()
335 char *browscap = INI_STR("browscap"); in PHP_MINIT_FUNCTION()
H A Dhttp.c51 arg_sep = INI_STR("arg_separator.output"); in php_url_encode_hash_ex()
H A Dbasic_functions.c5198 syntax_highlighter_ini->highlight_comment = INI_STR("highlight.comment");
5199 syntax_highlighter_ini->highlight_default = INI_STR("highlight.default");
5200 syntax_highlighter_ini->highlight_html = INI_STR("highlight.html");
5201 syntax_highlighter_ini->highlight_keyword = INI_STR("highlight.keyword");
5202 syntax_highlighter_ini->highlight_string = INI_STR("highlight.string");
/PHP-5.5/ext/interbase/
H A Dphp_ibase_udf.c271 ZVAL_STRINGL(argp[i], d, strftime(d, sizeof(d), INI_STR("ibase.dateformat"), &t),1); in call_php()
276 ZVAL_STRINGL(argp[i], d, strftime(d, sizeof(d), INI_STR("ibase.timeformat"), &t),1); in call_php()
281 ZVAL_STRINGL(argp[i], d, strftime(d, sizeof(d), INI_STR("ibase.timestampformat"), &t),1); in call_php()
H A Dibase_query.c580 strptime(Z_STRVAL_P(val), INI_STR("ibase.timestampformat"), &t); in _php_ibase_bind_array()
598 strptime(Z_STRVAL_P(val), INI_STR("ibase.dateformat"), &t); in _php_ibase_bind_array()
615 strptime(Z_STRVAL_P(val), INI_STR("ibase.timeformat"), &t); in _php_ibase_bind_array()
700 char *format = INI_STR("ibase.timestampformat"); in _php_ibase_bind()
706 format = INI_STR("ibase.dateformat"); in _php_ibase_bind()
709 format = INI_STR("ibase.timeformat"); in _php_ibase_bind()
1378 format = INI_STR("ibase.timestampformat"); in _php_ibase_var_zval()
1382 format = INI_STR("ibase.dateformat"); in _php_ibase_var_zval()
1386 format = INI_STR("ibase.timeformat"); in _php_ibase_var_zval()
H A Dinterbase.c913 if ((!len[DB] || PG(sql_safe_mode)) && (c = INI_STR("ibase.default_db"))) { in _php_ibase_connect()
917 if (!len[USER] && (c = INI_STR("ibase.default_user"))) { in _php_ibase_connect()
921 if (!len[PASS] && (c = INI_STR("ibase.default_password"))) { in _php_ibase_connect()
925 if (!len[CSET] && (c = INI_STR("ibase.default_charset"))) { in _php_ibase_connect()
/PHP-5.5/ext/pdo_odbc/
H A Dpdo_odbc.c98 char *instance = INI_STR("pdo_odbc.db2_instance_name"); in PHP_INI_END()
/PHP-5.5/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-5.5/win32/
H A Dsendmail.c261 } else if (INI_STR("sendmail_from")) { in TSendMail()
262 RPath = estrdup(INI_STR("sendmail_from")); in TSendMail()
/PHP-5.5/main/
H A Dmain.c193 if (!*(INI_STR("disable_functions"))) { in php_disable_functions()
197 e = PG(disable_functions) = strdup(INI_STR("disable_functions")); in php_disable_functions()
231 if (!*(INI_STR("disable_classes"))) { in php_disable_classes()
235 e = PG(disable_classes) = strdup(INI_STR("disable_classes")); in php_disable_classes()
1082 char *prepend_string = INI_STR("error_prepend_string"); in php_error_cb()
1083 char *append_string = INI_STR("error_append_string"); in php_error_cb()
H A Dphp_ini.c367 char *extension_dir = INI_STR("extension_dir"); in php_load_zend_extension_cb()
/PHP-5.5/Zend/
H A Dzend_ini.h159 #define INI_STR(name) zend_ini_string_ex((name), sizeof(name), 0, NULL) macro
/PHP-5.5/ext/imap/
H A Dphp_imap.c4003 …if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, bufferHeader, subject, bufferTo, message, bu… in _php_imap_mail()
4015 if (!INI_STR("sendmail_path")) { in _php_imap_mail()
4018 sendmail = popen(INI_STR("sendmail_path"), "w"); in _php_imap_mail()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c2611 ZCG(include_path) = INI_STR("include_path");
/PHP-5.5/ext/curl/
H A Dinterface.c1937 cainfo = INI_STR("curl.cainfo"); in _php_curl_set_default_options()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c4033 char *force_extra_parameters = INI_STR("mail.force_extra_parameters"); in PHP_FUNCTION()

Completed in 153 milliseconds