Searched refs:INI_INT (Results 1 – 8 of 8) sorted by relevance
191 #define INI_INT(name) zend_ini_long((name), strlen(name), 0) macro194 #define INI_BOOL(name) ((bool) INI_INT(name))
563 zend_long error_reporting = INI_INT("error_reporting"); in zend_fiber_execute()
275 PW32G(mail_host), !INI_INT("smtp_port") ? 25 : INI_INT("smtp_port")); in TSendMail()862 portnum = (short) INI_INT("smtp_port"); in MailConnect()
666 int upload_cnt = INI_INT("max_file_uploads");667 int body_parts_cnt = INI_INT("max_multipart_body_parts");
2525 zend_set_timeout(INI_INT("max_execution_time"), 0); in php_execute_script()
1551 if (INI_INT("zlib.output_compression")) {1700 if (INI_INT("zlib.output_compression")) {
2279 zend_set_timeout(INI_INT("max_execution_time"), 0); in php_cli_server_dispatch_router()
1589 ignore_warning = INI_INT("gd.jpeg_ignore_warning"); in _php_image_create_from()
Completed in 49 milliseconds