mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- include exception.inc not .php
This commit is contained in:
parent
6644d38e35
commit
0132cc897b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ invoke with non object or null value
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
include_once dirname(__FILE__).'/exception.php';
|
include_once dirname(__FILE__).'/exception.inc';
|
||||||
|
|
||||||
class a {
|
class a {
|
||||||
function a(){
|
function a(){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue