mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Remove duplicate notice in pathinfo() example
display_errors + log_errors + cli = duplicate notices git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320704 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0dd95f18a5
commit
23474fb94e
1 changed files with 0 additions and 1 deletions
|
@ -143,7 +143,6 @@ var_dump($path_parts['extension']);
|
|||
<screen>
|
||||
<![CDATA[
|
||||
string(0) ""
|
||||
PHP Notice: Undefined index: extension in test.php on line 6
|
||||
|
||||
Notice: Undefined index: extension in test.php on line 6
|
||||
NULL
|
||||
|
|
Loading…
Reference in a new issue