mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
- include exception.inc not .php
This commit is contained in:
parent
6644d38e35
commit
0132cc897b
@ -3,7 +3,7 @@ invoke with non object or null value
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
include_once dirname(__FILE__).'/exception.php';
|
||||
include_once dirname(__FILE__).'/exception.inc';
|
||||
|
||||
class a {
|
||||
function a(){
|
||||
|
Loading…
Reference in New Issue
Block a user