|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-02-25 10:21 UTC] ahristov at icygen dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 13:00:01 2025 UTC |
<?php $all = get_defined_functions(); $internal = $all['internal']; if (in_array('wddx_packet_start',$internal)){ $packet_id?=?wddx_packet_start("FORUM TREE"); //Fatal error: Call to undefined function: wddx_packet_start() in c:\apache\htdocs\a.php on line 5 } ?>