Diff for /embedaddon/php/ext/standard/tests/array/array_fill_object.phpt between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:48:02 version 1.1.1.2, 2012/05/29 12:34:44
Line 1 Line 1
 --TEST--  --TEST--
 Test array_fill() function : usage variations - various object values for 'val' argument  Test array_fill() function : usage variations - various object values for 'val' argument
   --SKIPIF--
   <?php if (version_compare(zend_version(), '2.4.0', '>=')) die('skip ZendEngine 2.3 or below needed'); ?>
 --FILE--  --FILE--
 <?php  <?php
 /* Prototype  : array array_fill(int $start_key, int $num, mixed $val)  /* Prototype  : array array_fill(int $start_key, int $num, mixed $val)

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>