#!/bin/sh

/usr/local/bin/php   -d "output_handler=" -d "open_basedir=" -d "disable_functions=" -d "output_buffering=Off" -d "error_reporting=32767" -d "display_errors=1" -d "display_startup_errors=1" -d "log_errors=0" -d "html_errors=0" -d "track_errors=0" -d "report_memleaks=1" -d "report_zend_debug=0" -d "docref_root=" -d "docref_ext=.html" -d "error_prepend_string=" -d "error_append_string=" -d "auto_prepend_file=" -d "auto_append_file=" -d "ignore_repeated_errors=0" -d "precision=14" -d "memory_limit=128M" -d "log_errors_max_len=0" -d "opcache.fast_shutdown=0" -d "opcache.file_update_protection=0" -d "opcache.preload=" -d "zend.assertions=1" -d "session.auto_start=0" -d "tidy.clean_output=0" -d "zlib.output_compression=Off" -d "mbstring.func_overload=0" -d "xdebug.mode=coverage" -d "xdebug.trace_options=0" -d "xdebug.collect_return=0" -d "xdebug.collect_assignments=0" -d "xdebug.auto_profile=0" -d "xdebug.dump_globals=0" -d "xdebug.trace_format=0" -f "/home/ezekiahf/public_html/demo/xdebug/tests/coverage/coverage7-php80-noopcache.php"  2>&1
