# New Ticket Created by "Daniel Keane" # Please include the string: [perl #61800] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61800 > Implements array_fill() function within pipp. Files affected: * src/common/php_array.pir: added array_fill(), added perldoc comments for array() * src/common/builtins.pir: changed param type for 'prefix:-', was previously converting param to num type and affecting parse_parameter() function in src/common/php_API.pir * src/t/in_php: removed array() function tests and added to new test file * provided new test file for array functions (t/php/array.t) Thanks