Browse Source

- Fix test

PHAR_1_2
Johannes Schlüter 19 years ago
parent
commit
ad9ec5e0a1
  1. 2
      ext/simplexml/tests/bug37565.phpt

2
ext/simplexml/tests/bug37565.phpt

@ -1,7 +1,7 @@
--TEST--
Bug #37565 (Using reflection::export with simplexml causing a crash)
--SKIPIF--
<?php if (!extension_loaded("simplexml")) print "skip"; ?>
<?php if (!extension_loaded("simplexml") || !extension_loaded('reflection')) print "skip"; ?>
--FILE--
<?php
function my_error_handler($errno, $errstr, $errfile, $errline) {

Loading…
Cancel
Save