|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-11-09 09:37 UTC] dmitry@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 04:00:02 2025 UTC |
Description: ------------ stream_is_local() should return true for "file://" Reproduce code: --------------- var_dump(stream_is_local("file://")); Expected result: ---------------- bool(true) Actual result: -------------- bool(false)