php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #62737
Patch bug62737.phpt revision 2012-08-04 15:14 UTC by laruence@php.net
Patch bug62737.patch revision 2012-08-04 15:13 UTC by laruence@php.net
Patch ChangeDisableClassHandler.patch revision 2012-08-03 16:21 UTC by laruence@php.net
revision 2012-08-03 15:02 UTC by laruence@php.net

Patch bug62737.phpt for Reproducible crash Bug #62737

Patch version 2012-08-04 15:14 UTC

Return to Bug #62737 | Download this patch
Patch 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
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 06:01:30 2024 UTC