|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-10-07 15:32 UTC] felipe@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 09 04:00:01 2025 UTC |
Description: ------------ See below. Reproduce code: --------------- <?php function whatever($a, $b) { var_dump($a, $b);} ibase_set_event_handler($x, "whatever"); Actual result: -------------- Hang up