Home
last modified time | relevance | path

Searched refs:INI_INT (Results 1 – 7 of 7) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_ini.h139 #define INI_INT(name) zend_ini_long((name), sizeof(name)-1, 0) macro
142 #define INI_BOOL(name) ((zend_bool) INI_INT(name))
/PHP-7.1/win32/
H A Dsendmail.c303 PW32G(mail_host), !INI_INT("smtp_port") ? 25 : INI_INT("smtp_port")); in TSendMail()
845 portnum = (short) INI_INT("smtp_port"); in MailConnect()
/PHP-7.1/ext/interbase/
H A Dinterbase.c976 if ((l = INI_INT("ibase.max_links")) != -1 && IBG(num_links) >= l) { in _php_ibase_connect()
987 if (!persistent || ((l = INI_INT("ibase.max_persistent") != -1) && IBG(num_persistent) >= l)) { in _php_ibase_connect()
1045 _php_ibase_connect(INTERNAL_FUNCTION_PARAM_PASSTHRU, INI_INT("ibase.allow_persistent")); in PHP_FUNCTION()
H A Dibase_query.c1116 } else if (((l = INI_INT("ibase.max_links")) != -1) && (IBG(num_links) >= l)) { in PHP_FUNCTION()
/PHP-7.1/main/
H A Drfc1867.c705 int upload_cnt = INI_INT("max_file_uploads");
H A Dmain.c2560 zend_set_timeout(INI_INT("max_execution_time"), 0); in php_execute_script()
/PHP-7.1/ext/gd/
H A Dgd.c2408 ignore_warning = INI_INT("gd.jpeg_ignore_warning"); in _php_image_create_from()
4094 ignore_warning = INI_INT("gd.jpeg_ignore_warning"); in _php_image_convert()

Completed in 38 milliseconds