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-2024 The PHP Group All rights reserved. |
Last updated: Thu Dec 26 10:01:29 2024 UTC |