| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [1999-07-29 12:52 UTC] andrey at cvs dot php dot net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 05:00:01 2025 UTC | 
The script below works fine with Php php-3.0.11 but with 4.0b1 i simply get.. Letter <br> Letter <br> Letter <br> as the output <? $letters = array("a","b","c"); function thingymajig( $thingy ) { echo "Letter $thingy<br>\n"; } array_walk( $letters, 'thingymajig' ); ?> Php was configured using.. ./configure --with-mysql --with-apache=../apache_1.3.6 --with-gd=/usr/local --enable-track-var