|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch bug62737.phpt for Reproducible crash Bug #62737Patch version 2012-08-04 15:14 UTC Return to Bug #62737 | Download this patchPatch Revisions: Developer: laruence@php.net
--TEST--
Bug #62737 (Segfault invoking SplFileInfo->openFile)
--INI--
disable_classes=SplFileObject,SplFileObject
--FILE--
<?php
$a = new SplFileInfo(__FILE__);
$b = $a->openFile('r');
--EXPECTF--
Fatal error: Couldn't find implementation for method SplFileObject::__construct in Unknown on line 0
|
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 07 03:00:01 2025 UTC |