Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_ini.h189 #define INI_INT(name) zend_ini_long((name), strlen(name), 0) macro
192 #define INI_BOOL(name) ((bool) INI_INT(name))
H A Dzend_fibers.c482 zend_long error_reporting = INI_INT("error_reporting"); in zend_fiber_execute()
/PHP-8.2/win32/
H A Dsendmail.c275 PW32G(mail_host), !INI_INT("smtp_port") ? 25 : INI_INT("smtp_port")); in TSendMail()
862 portnum = (short) INI_INT("smtp_port"); in MailConnect()
/PHP-8.2/main/
H A Drfc1867.c689 int upload_cnt = INI_INT("max_file_uploads");
690 int body_parts_cnt = INI_INT("max_multipart_body_parts");
H A Dmain.c2575 zend_set_timeout(INI_INT("max_execution_time"), 0); in php_execute_script()
/PHP-8.2/ext/soap/
H A Dsoap.c1540 if (INI_INT("zlib.output_compression")) {
1689 if (INI_INT("zlib.output_compression")) {
/PHP-8.2/sapi/cli/
H A Dphp_cli_server.c2251 zend_set_timeout(INI_INT("max_execution_time"), 0); in php_cli_server_dispatch_router()
/PHP-8.2/ext/gd/
H A Dgd.c1585 ignore_warning = INI_INT("gd.jpeg_ignore_warning"); in _php_image_create_from()

Completed in 64 milliseconds