From b15d477dc8889958335df59258100cca94a3bdcc Mon Sep 17 00:00:00 2001 From: Joey Smith Date: Fri, 6 Oct 2000 04:49:32 +0000 Subject: [PATCH] Make a note that !== did not exist until 4.0.0-RC2 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33452 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/dir.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/dir.xml b/functions/dir.xml index b6a5502280..297b3c8d18 100644 --- a/functions/dir.xml +++ b/functions/dir.xml @@ -141,6 +141,7 @@ $d->close(); List all files in the current directory +// Note that !== did not exist until 4.0.0-RC2 <?php $handle=opendir('.'); echo "Directory handle: $handle\n";