diff options
Diffstat (limited to 'ext/mysqli/tests/bug74737.phpt')
-rw-r--r-- | ext/mysqli/tests/bug74737.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysqli/tests/bug74737.phpt b/ext/mysqli/tests/bug74737.phpt index b45f843830..3651ac23cd 100644 --- a/ext/mysqli/tests/bug74737.phpt +++ b/ext/mysqli/tests/bug74737.phpt @@ -3,7 +3,6 @@ Bug #74737: Incorrect ReflectionFunction information for mysqli_get_client_info --SKIPIF-- <?php require_once('skipif.inc'); -if (!extension_loaded('reflection')) { die("skip"); } ?> --FILE-- <?php |