|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-08-07 16:13 UTC] iliaa@php.net
[2006-08-07 18:08 UTC] pajoye@php.net
[2006-08-07 20:55 UTC] derick@php.net
[2006-08-07 21:57 UTC] pajoye@php.net
[2006-08-31 16:14 UTC] pajoye@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 04:00:02 2025 UTC |
Description: ------------ In correct return value for OCTAL representations Also the ext/filter/tests/013.phpt file has an EXPECT of int(438) for this test. Reproduce code: --------------- var_dump(filter_data("0666", FILTER_VALIDATE_INT, array("flags"=>FILTER_FLAG_ALLOW_OCTAL))); Expected result: ---------------- int(666) Actual result: -------------- bool(false)