pierrick Mon, 26 Apr 2010 00:27:04 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=298569
Log:
Update tests related to allow_call_time_pass_reference
Changed paths:
U
php/php-src/trunk/ext/standard/tests/general_functions/debug_zval_dump_b.phpt
U
php/php-src/trunk/ext/standard/tests/general_functions/debug_zval_dump_b_64bit.phpt
Modified: php/php-src/trunk/ext/standard/tests/general_functions/debug_zval_dump_b.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/general_functions/debug_zval_dump_b.phpt 2010-04-26 00:21:18 UTC (rev 298568)
+++ php/php-src/trunk/ext/standard/tests/general_functions/debug_zval_dump_b.phpt 2010-04-26 00:27:04 UTC (rev 298569)
@@ -6,7 +6,6 @@
?>
--INI--
precision=14
-allow_call_time_pass_reference=1
--FILE--
<?php
/* Prototype: void debug_zval_dump ( mixed $variable );
@@ -92,7 +91,6 @@
foreach( $values as $value ) {
echo "-- Iteration $counter --\n";
debug_zval_dump( $value );
- debug_zval_dump( &$value );
$counter++;
}
@@ -105,177 +103,114 @@
*** Testing debug_zval_dump() on scalar and non-scalar variables ***
-- Iteration 1 --
long(0) refcount(3)
-&long(0) refcount(2)
-- Iteration 2 --
long(83) refcount(3)
-&long(83) refcount(2)
-- Iteration 3 --
long(123000000) refcount(3)
-&long(123000000) refcount(2)
-- Iteration 4 --
long(-83) refcount(3)
-&long(-83) refcount(2)
-- Iteration 5 --
long(-12300000) refcount(3)
-&long(-12300000) refcount(2)
-- Iteration 6 --
long(16777215) refcount(3)
-&long(16777215) refcount(2)
-- Iteration 7 --
long(123456789) refcount(3)
-&long(123456789) refcount(2)
-- Iteration 8 --
long(1) refcount(3)
-&long(1) refcount(2)
-- Iteration 9 --
long(-1) refcount(3)
-&long(-1) refcount(2)
-- Iteration 10 --
double(0) refcount(3)
-&double(0) refcount(2)
-- Iteration 11 --
double(0) refcount(3)
-&double(0) refcount(2)
-- Iteration 12 --
double(1.234) refcount(3)
-&double(1.234) refcount(2)
-- Iteration 13 --
double(-1.234) refcount(3)
-&double(-1.234) refcount(2)
-- Iteration 14 --
double(-2) refcount(3)
-&double(-2) refcount(2)
-- Iteration 15 --
double(2) refcount(3)
-&double(2) refcount(2)
-- Iteration 16 --
double(-400010) refcount(3)
-&double(-400010) refcount(2)
-- Iteration 17 --
double(400010) refcount(3)
-&double(400010) refcount(2)
-- Iteration 18 --
double(6.99999989) refcount(3)
-&double(6.99999989) refcount(2)
-- Iteration 19 --
double(-0.5) refcount(3)
-&double(-0.5) refcount(2)
-- Iteration 20 --
double(0.567) refcount(3)
-&double(0.567) refcount(2)
-- Iteration 21 --
double(-0.00067) refcount(3)
-&double(-0.00067) refcount(2)
-- Iteration 22 --
double(-670) refcount(3)
-&double(-670) refcount(2)
-- Iteration 23 --
double(1.0E-5) refcount(3)
-&double(1.0E-5) refcount(2)
-- Iteration 24 --
double(-100000) refcount(3)
-&double(-100000) refcount(2)
-- Iteration 25 --
double(100000) refcount(3)
-&double(100000) refcount(2)
-- Iteration 26 --
double(1.0E-5) refcount(3)
-&double(1.0E-5) refcount(2)
-- Iteration 27 --
string(0) "" refcount(3)
-&string(0) "" refcount(2)
-- Iteration 28 --
string(0) "" refcount(3)
-&string(0) "" refcount(2)
-- Iteration 29 --
string(1) " " refcount(3)
-&string(1) " " refcount(2)
-- Iteration 30 --
string(1) " " refcount(3)
-&string(1) " " refcount(2)
-- Iteration 31 --
string(1) "0" refcount(3)
-&string(1) "0" refcount(2)
-- Iteration 32 --
string(1) "