Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_ini.h141 #define INI_INT(name) zend_ini_long((name), sizeof(name)-1, 0) macro
144 #define INI_BOOL(name) ((zend_bool) INI_INT(name))
/PHP-7.4/win32/
H A Dsendmail.c275 PW32G(mail_host), !INI_INT("smtp_port") ? 25 : INI_INT("smtp_port")); in TSendMail()
861 portnum = (short) INI_INT("smtp_port"); in MailConnect()
/PHP-7.4/main/
H A Drfc1867.c696 int upload_cnt = INI_INT("max_file_uploads");
H A Dmain.c2659 zend_set_timeout(INI_INT("max_execution_time"), 0); in php_execute_script()
/PHP-7.4/ext/gd/
H A Dgd.c2532 ignore_warning = INI_INT("gd.jpeg_ignore_warning"); in _php_image_create_from()
4237 ignore_warning = INI_INT("gd.jpeg_ignore_warning"); in _php_image_convert()

Completed in 34 milliseconds