|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-04-13 14:25 UTC] thies@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 11:00:02 2025 UTC |
Calling pathinfo() on a path that lacks a file extension causes PHP to screw up: $info = pathinfo("/home/bill/bin/script"); The similar invocation works fine: $info = pathinfo("/home/bill/bin/script.php");