From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.2.3 PHP Bug Type: Documentation problem Bug description: is_callable is now documented
I needed info on how to use is_callable, found it undocumented, so I wrote up something based on messages I found on php-dev. It is in the user notes on the manual page. http://www.php.net/manual/en/function.is-callable.php When moving it into the documentation, please change the syntax_check setting on the second example to false. Since that value has nothing to do with simple variable vs. method they should probably be the same in both examples, and false it the better choice. Thanks! -- Edit bug report at http://bugs.php.net/?id=21124&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=21124&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=21124&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=21124&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=21124&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=21124&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=21124&r=support Expected behavior: http://bugs.php.net/fix.php?id=21124&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=21124&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=21124&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=21124&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21124&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=21124&r=dst IIS Stability: http://bugs.php.net/fix.php?id=21124&r=isapi -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
