|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-10-25 10:51 UTC] moriyoshi@php.net
[2002-10-25 12:09 UTC] derick@php.net
[2002-10-25 12:44 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 00:00:01 2025 UTC |
assertion failed: strval != NULL, file c:\php\src420\php4\main\php_variables.c line 45 Test code: <? echo mb_parse_str("testmoo"); ?> --> crash <? echo mb_parse_str("test=moo"); ?> --> works fine