Skip to content

Commit c5216ac

Browse files
committed
Remove use of E_STRICT in test runner
This is deprecated in PHP 8.4.
1 parent 507fa76 commit c5216ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_old/run.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
error_reporting(E_ALL | E_STRICT);
3+
error_reporting(E_ALL);
44
ini_set('short_open_tag', false);
55

66
if ('cli' !== php_sapi_name()) {

0 commit comments

Comments
 (0)