php-src/ext/standard/tests/general_functions
Eric Stenson 330168a247 Fix tests expecting specific resource IDs
When Wincache or APC are installed, the resource IDs are not the same.
This is because Wincache takes a few resource objects for itself.  As a
result, these tests become false positives.

On Windows boxes, the microtime precision is not granular enough
to reliably register a difference if two calls to uniqid() are made
concurrently.  This is a fix to the uniqid() test to avoid the false
positive when run on Windows machines.  Also, added a test to exercise
the 'more_entropy' variant of uniqid().
2013-12-15 16:51:21 +08:00
..
001.phpt
002.phpt
003.phpt revert false fix 2013-07-15 00:23:17 -07:00
004.data
004.phpt
005.phpt
006.phpt
007.phpt
008.phpt Fixed bug #43053 (Regression: some numbers shown in scientific notation). (int-e at gmx dot de) 2008-09-15 11:47:16 +00:00
009.phpt
010.phpt
boolval.phpt Implement boolval() with a test 2012-06-06 22:34:51 +02:00
bug25038.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug27678.phpt Fix test fails: ext/standard/tests/general_functions/bug27678.phpt 2012-07-17 23:08:11 +02:00
bug29038.phpt
bug31190.phpt
bug32647.phpt
bug34794.phpt
bug35229.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug36011.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug39322.phpt do kill 9 to fix a race condition in this test. (should fix the debian 32-bit buildbot) 2012-01-08 18:03:56 +00:00
bug40398.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug40752.phpt
bug41037.phpt Removed deprecation warning for ticks 2009-03-27 02:32:57 +00:00
bug41445_1.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
bug41445.phpt
bug41518.phpt cleanup 2010-08-03 08:19:51 +00:00
bug41970.phpt
bug42272.phpt
bug43293_1.phpt
bug43293_2.phpt
bug43293_3.phpt
bug44295-win.phpt Fix bug #61992 ext\standard\tests\general_functions\bug44295.phpt fails 2012-05-10 17:07:38 +02:00
bug44295.phpt Fix bug #61992 ext\standard\tests\general_functions\bug44295.phpt fails 2012-05-10 17:07:38 +02:00
bug44394_2.phpt - Fix test 2010-12-03 16:02:47 +00:00
bug44394.phpt
bug44461.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug44487.phpt
bug44667.phpt
bug46587.phpt - Fixed bug #53403 (use of unitialized values). Fixes the fix for bug #46587. 2010-11-25 16:44:20 +00:00
bug47027.phpt - MFH: Fixed bug #47027 (var_export doesn't show numeric indices on ArrayObject). 2009-01-07 14:36:07 +00:00
bug47857.phpt Fixed bug #47851 (is_callable throws fatal error) 2009-04-02 09:56:33 +00:00
bug47859.phpt - cosmetics 2009-08-04 02:34:32 +00:00
bug48660.phpt - Add test (yes, it fails still :) 2009-08-04 12:16:40 +00:00
bug48768.phpt - Fixed bug #48768 (parse_ini_*() crash with INI_SCANNER_RAW) 2009-08-04 02:56:26 +00:00
bug49056.phpt - Fixed bug #49056 (parse_ini_file() regression in 5.3.0 when using non-ASCII strings as option keys) 2009-08-04 02:34:04 +00:00
bug49692.ini Adding tests for bug #49692 2009-09-28 22:57:41 +00:00
bug49692.phpt Fixing tests for head and wrong SKIPIF blocks 2009-09-29 14:34:06 +00:00
bug49847.phpt Fix bug #61454 ext\standard\tests\general_functions\bug49847.phpt fails 2012-04-03 13:23:06 +02:00
bug50690.phpt - #50690, putenv does assign value when their length is one char 2010-01-24 13:49:47 +00:00
bug50732.phpt - fix tests 2010-01-24 14:18:09 +00:00
bug52138.data - Fixed bug #52138 (Constants are parsed into the ini file for section names) 2010-06-24 22:32:42 +00:00
bug52138.phpt - Fixed bug #52138 (Constants are parsed into the ini file for section names) 2010-06-24 22:32:42 +00:00
bug55371.phpt Forgot the bug specific test. 2011-11-15 13:36:45 +00:00
bug60227_1.phpt Cherry-pick 4cc74767 2012-04-04 09:59:51 +01:00
bug60227_2.phpt Cherry-pick 4cc74767 2012-04-04 09:59:51 +01:00
bug60227_3.phpt Cherry-pick 4cc74767 2012-04-04 09:59:51 +01:00
bug60227_4.phpt Cherry-pick 4cc74767 2012-04-04 09:59:51 +01:00
bug60723.phpt Correct the test summary 2012-09-24 19:46:40 +08:00
bug66094.phpt Fixed Bug #66094 (unregister_tick_function tries to cast a Closure to a string) 2013-11-17 17:04:37 +08:00
call_user_func_array_variation_001.phpt Fixed bug #52940 (call_user_func_array still allows call-time pass-by-reference). (cataphract@php.net) 2010-10-01 11:53:04 +00:00
call_user_func_array_variation_002.phpt call_user_func_array() tests 2008-12-15 14:11:57 +00:00
call_user_func_array_variation_003.phpt call_user_func_array() tests 2008-12-15 14:11:57 +00:00
call_user_func_return.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
call_user_method_002.phpt - Fixed invalid free in call_user_method() function 2011-11-22 12:47:08 +00:00
call_user_method.phpt - Initial Commit 2009-04-25 11:29:52 +00:00
callbacks_001.phpt Fixed is_callable/call_user_func mess that had done different things for very similar arguments e.g. array("A","B") and "A::B" 2008-07-26 13:14:04 +00:00
callbacks_002.phpt - New test 2008-08-25 19:38:37 +00:00
closures_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
closures_002.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
debug_zval_dump_b_64bit.phpt Update tests related to allow_call_time_pass_reference 2010-04-26 00:27:04 +00:00
debug_zval_dump_b.phpt Update tests related to allow_call_time_pass_reference 2010-04-26 00:27:04 +00:00
debug_zval_dump_e.phpt
debug_zval_dump_o.phpt skip for ZTS 2012-07-18 19:47:54 +08:00
debug_zval_dump_v.phpt - Removed allow_call_time_pass_reference (Pierrick) 2010-04-26 00:13:34 +00:00
dl-cve-2007-4887.phpt added sapi check for dl() test 2013-07-16 15:42:38 +02:00
error_get_last.phpt
escapeshellarg_basic-win32.phpt New escapeshellarg() tests. Tested on Windows, Linux and Linux 64 2009-02-01 18:39:50 +00:00
escapeshellarg_basic.phpt New escapeshellarg() tests. Tested on Windows, Linux and Linux 64 2009-02-01 18:39:50 +00:00
escapeshellarg_error.phpt New escapeshellarg() tests. Tested on Windows, Linux and Linux 64 2009-02-01 18:39:50 +00:00
escapeshellarg_variation1-win32.phpt New escapeshellarg() tests. Tested on Windows, Linux and Linux 64 2009-02-01 18:39:50 +00:00
escapeshellarg_variation1.phpt New escapeshellarg() tests. Tested on Windows, Linux and Linux 64 2009-02-01 18:39:50 +00:00
escapeshellcmd-win32.phpt - [DOC] MFH: improve fix for #43261 for % and " 2008-08-17 15:23:45 +00:00
floatval_basic.phpt New floatval() tests. Tested on Windows, Linux and Linux 64 2009-02-01 18:32:40 +00:00
floatval_error.phpt New floatval() tests. Tested on Windows, Linux and Linux 64 2009-02-01 18:32:40 +00:00
floatval_variation1.phpt New floatval() tests. Tested on Windows, Linux and Linux 64 2009-02-01 18:32:40 +00:00
floatval.phpt Fix tests expecting specific resource IDs 2013-12-15 16:51:21 +08:00
get_cfg_var_basic.phpt More tests from 2009 testfest 2009-08-30 09:30:13 +00:00
get_cfg_var_error.phpt More tests from 2009 testfest 2009-08-28 14:31:19 +00:00
get_cfg_var_variation1.phpt More tests from 2009 testfest 2009-08-30 12:19:50 +00:00
get_cfg_var_variation2.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
get_cfg_var_variation3.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
get_cfg_var_variation4.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
get_cfg_var_variation5.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
get_cfg_var_variation6.phpt More tests from 2009 testfest 2009-08-30 12:19:50 +00:00
get_cfg_var_variation7.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
get_cfg_var_variation8.phpt - remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ, missing tests changes in 5.4 2011-07-22 11:56:20 +00:00
get_cfg_var_variation9.phpt More tests from 2009 testfest 2009-08-30 09:30:13 +00:00
get_defined_constants_basic.phpt New basic tests for get_defined_constants(), get_loaded_extensions() and get_resource_type() functions. Tested on Windows, Linux and Linux 64 bit 2009-08-03 23:12:43 +00:00
get_defined_constants_error.phpt New basic tests for get_defined_constants(), get_loaded_extensions() and get_resource_type() functions. Tested on Windows, Linux and Linux 64 bit 2009-08-03 23:12:43 +00:00
get_defined_vars_basic.phpt New get_defined_vars(), get_included_files(), get_magic_quotes() and getmypid() tests. Tested on Winows, Linux and Linux 64 2009-02-01 18:55:26 +00:00
get_extension_funcs_basic.phpt New get_extension_funcs() and getrusage() tests. Tested on Windows, Linux and Linux 64 bit 2009-01-24 12:47:25 +00:00
get_extension_funcs_error.phpt New get_extension_funcs() and getrusage() tests. Tested on Windows, Linux and Linux 64 bit 2009-01-24 12:47:25 +00:00
get_extension_funcs_variation.phpt New get_extension_funcs() and getrusage() tests. Tested on Windows, Linux and Linux 64 bit 2009-01-24 12:47:25 +00:00
get_include_path_basic.phpt New get_defined_vars(), get_included_files(), get_magic_quotes() and getmypid() tests. Tested on Winows, Linux and Linux 64 2009-02-01 18:55:26 +00:00
get_included_files_inc1.inc New get_defined_vars(), get_included_files(), get_magic_quotes() and getmypid() tests. Tested on Winows, Linux and Linux 64 2009-02-01 18:55:26 +00:00
get_included_files_inc2.inc New get_defined_vars(), get_included_files(), get_magic_quotes() and getmypid() tests. Tested on Winows, Linux and Linux 64 2009-02-01 18:55:26 +00:00
get_included_files_inc3.inc New get_defined_vars(), get_included_files(), get_magic_quotes() and getmypid() tests. Tested on Winows, Linux and Linux 64 2009-02-01 18:55:26 +00:00
get_included_files.phpt New get_defined_vars(), get_included_files(), get_magic_quotes() and getmypid() tests. Tested on Winows, Linux and Linux 64 2009-02-01 18:55:26 +00:00
get_loaded_extensions_basic.phpt New basic tests for get_defined_constants(), get_loaded_extensions() and get_resource_type() functions. Tested on Windows, Linux and Linux 64 bit 2009-08-03 23:12:43 +00:00
get_loaded_extensions_error.phpt New basic tests for get_defined_constants(), get_loaded_extensions() and get_resource_type() functions. Tested on Windows, Linux and Linux 64 bit 2009-08-03 23:12:43 +00:00
get_magic_quotes_gpc.phpt Fixed bug #55371 (get_magic_quotes_gpc() throws deprecation warning.) 2011-11-15 13:22:52 +00:00
get_magic_quotes_runtime.phpt Fixed bug #55371 (get_magic_quotes_gpc() throws deprecation warning.) 2011-11-15 13:22:52 +00:00
get_resource_type_basic.phpt New basic tests for get_defined_constants(), get_loaded_extensions() and get_resource_type() functions. Tested on Windows, Linux and Linux 64 bit 2009-08-03 23:12:43 +00:00
get_resource_type_error.phpt New basic tests for get_defined_constants(), get_loaded_extensions() and get_resource_type() functions. Tested on Windows, Linux and Linux 64 bit 2009-08-03 23:12:43 +00:00
get_resource_type_variation1.phpt New basic tests for get_defined_constants(), get_loaded_extensions() and get_resource_type() functions. Tested on Windows, Linux and Linux 64 bit 2009-08-03 23:12:43 +00:00
getmypid_basic.phpt New get_defined_vars(), get_included_files(), get_magic_quotes() and getmypid() tests. Tested on Winows, Linux and Linux 64 2009-02-01 18:55:26 +00:00
getopt_002.phpt
getopt_003.phpt
getopt_004.phpt
getopt_005.phpt
getopt.phpt
getrusage_basic.phpt New get_extension_funcs() and getrusage() tests. Tested on Windows, Linux and Linux 64 bit 2009-01-24 12:47:25 +00:00
getrusage_error.phpt New get_extension_funcs() and getrusage() tests. Tested on Windows, Linux and Linux 64 bit 2009-01-24 12:47:25 +00:00
getrusage_variation1.phpt New get_extension_funcs() and getrusage() tests. Tested on Windows, Linux and Linux 64 bit 2009-01-24 12:47:25 +00:00
getrusage.phpt
getservbyname_basic.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
getservbyname_error.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
getservbyname_variation1.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
getservbyname_variation2.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
getservbyname_variation3.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
getservbyname_variation4.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
getservbyname_variation5.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
getservbyname_variation6.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
getservbyname_variation7.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
getservbyname_variation8.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
getservbyname_variation9.phpt Merge branch 'PHP-5.3' into PHP-5.4 2012-10-10 10:31:31 +08:00
getservbyname_variation10.phpt Merge branch 'PHP-5.3' into PHP-5.4 2012-10-10 10:31:31 +08:00
getservbyname_variation11.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
getservbyname_variation12.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
getservbyname_variation13.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
getservbyname_variation14.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
getservbyport_basic.phpt Fix test on FreeBSD and other systems that have /etc/services 2012-03-24 17:58:40 +01:00
getservbyport_error.phpt More tests from 2009 testfest 2009-08-28 14:31:19 +00:00
getservbyport_variation1.phpt More tests from 2009 testfest 2009-08-30 12:19:50 +00:00
gettype_settype_basic.phpt Fix tests expecting specific resource IDs 2013-12-15 16:51:21 +08:00
gettype_settype_error.phpt
gettype_settype_variation1.phpt
gettype_settype_variation2.phpt MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
gettype_settype_variation3.phpt
gettype_settype_variation4.phpt
gettype_settype_variation5.phpt
gettype_settype_variation6.phpt
gettype_settype_variation7.phpt
gettype_settype_variation8.phpt
head.phpt
highlight_heredoc.phpt
import_request1.phpt fix tests 2010-04-29 12:48:06 +00:00
import_request2.phpt fix tests 2010-04-29 12:48:06 +00:00
import_request3.phpt fix tests 2010-04-29 12:48:06 +00:00
import_request.phpt fix tests 2010-04-29 12:48:06 +00:00
include_path.phpt Fix test. 2008-12-09 12:54:01 +00:00
ini_get_all.phpt Fixed test, as per r311323 2011-05-25 00:02:05 +00:00
intval_variation1.phpt New intval() tests. Tested on Windows, Linux and linux 64 2009-06-11 22:26:51 +00:00
intval_variation2.phpt New intval() tests. Tested on Windows, Linux and linux 64 2009-06-11 22:26:51 +00:00
intval.phpt New intval() tests. Tested on Windows, Linux and linux 64 2009-06-11 22:26:51 +00:00
is_array.phpt fixing incorrect --CLEAN-- sections 2009-04-16 10:54:45 +00:00
is_bool.phpt fixing incorrect --CLEAN-- sections 2009-04-16 10:54:45 +00:00
is_callable_basic1.phpt - Fix bad section names (extra - in the end..) 2009-11-09 17:08:48 +00:00
is_callable_basic2.phpt Fixed bug #47851 (is_callable throws fatal error) 2009-04-02 09:56:33 +00:00
is_callable_error.phpt Split is_callable test. Test on Windows, Linux and Linux 64 bit 2009-01-25 22:16:33 +00:00
is_callable_variation1.phpt Split is_callable test. Test on Windows, Linux and Linux 64 bit 2009-01-25 22:16:33 +00:00
is_callable_variation2.phpt Split is_callable test. Test on Windows, Linux and Linux 64 bit 2009-01-25 22:16:33 +00:00
is_float_64bit.phpt
is_float.phpt fixing incorrect --CLEAN-- sections 2009-04-16 10:54:45 +00:00
is_int_64bit.phpt
is_int.phpt fixing incorrect --CLEAN-- sections 2009-04-16 10:54:45 +00:00
is_null.phpt fixing incorrect --CLEAN-- sections 2009-04-16 10:54:45 +00:00
is_numeric.phpt fixing incorrect --CLEAN-- sections 2009-04-16 10:54:45 +00:00
is_object.phpt fixing incorrect --CLEAN-- sections 2009-04-16 10:54:45 +00:00
is_resource_basic.phpt Basic test for is_resource() and isset() functions. tested on Windows, Linux and Linux 64 2009-08-05 16:10:46 +00:00
is_resource_error.phpt Basic test for is_resource() and isset() functions. tested on Windows, Linux and Linux 64 2009-08-05 16:10:46 +00:00
is_resource.phpt
is_scalar.phpt fixing incorrect --CLEAN-- sections 2009-04-16 10:54:45 +00:00
is_string.phpt fixing incorrect --CLEAN-- sections 2009-04-16 10:54:45 +00:00
isset_basic1.phpt Basic test for is_resource() and isset() functions. tested on Windows, Linux and Linux 64 2009-08-05 16:10:46 +00:00
isset_basic2.phpt Basic test for is_resource() and isset() functions. tested on Windows, Linux and Linux 64 2009-08-05 16:10:46 +00:00
ob_get_flush_basic.phpt
ob_get_flush_error.phpt * implement new output API, fixing some bugs and implementing some feature 2010-05-31 10:29:43 +00:00
ob_get_length_basic.phpt
ob_start_closures.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
parse_ini_basic.data fix tests 2011-08-01 03:42:02 +00:00
parse_ini_basic.phpt fix tests 2011-08-01 03:42:02 +00:00
parse_ini_booleans.data
parse_ini_booleans.phpt fix tests 2011-08-01 03:42:02 +00:00
parse_ini_file.phpt Fix test, Make warning message bison independed 2011-09-14 08:49:29 +00:00
parse_ini_string_001.phpt Fix tests after addition of ^ (xor) operator to ini 2013-03-28 18:35:46 +01:00
parse_ini_string_002.phpt Fix test, Make warning message bison independed 2011-09-14 08:49:29 +00:00
php_uname_basic.phpt New php_uname() tests. Tested on Windows, Linux and linux 64 2009-02-01 19:17:48 +00:00
php_uname_error.phpt New php_uname() tests. Tested on Windows, Linux and linux 64 2009-02-01 19:17:48 +00:00
php_uname_variation1.phpt New php_uname() tests. Tested on Windows, Linux and linux 64 2009-02-01 19:17:48 +00:00
phpcredits2.phpt Removing unnecessary SKIPIF sections 2009-07-18 13:46:08 +00:00
phpcredits.phpt Fixed tests 2009-09-21 11:38:14 +00:00
phpinfo2.phpt Removing unnecessary SKIPIF sections 2009-07-18 13:46:08 +00:00
phpinfo.phpt fix tests 2011-08-01 03:42:02 +00:00
print_r_64bit.phpt More eol crap 2009-08-06 13:31:03 +00:00
print_r.phpt Fix tests expecting specific resource IDs 2013-12-15 16:51:21 +08:00
proc_nice_basic.phpt merge test from PHP-5.4 2012-04-30 12:33:55 +08:00
proc_nice_error.phpt fix tests 2011-08-01 03:42:02 +00:00
proc_nice_variation1.phpt - skip if proc_nice is not available 2010-01-24 12:05:58 +00:00
proc_nice_variation2.phpt - skip if proc_nice is not available 2010-01-24 12:05:58 +00:00
proc_nice_variation3.phpt - skip if proc_nice is not available 2010-01-24 12:05:58 +00:00
proc_nice_variation5.phpt - skip if proc_nice is not available 2010-01-24 12:05:58 +00:00
proc_nice_variation6.phpt - skip if proc_nice is not available 2010-01-24 12:05:58 +00:00
proc_nice_variation7.phpt - skip if proc_nice is not available 2010-01-24 12:05:58 +00:00
proc_open02.phpt This test was added to verify that bug 39322 was fixed, which the test 2011-09-07 18:09:34 +00:00
proc_open.phpt
putenv.phpt
rand.phpt
set_magic_quotes_runtime_basic.phpt Fixed bug #55371 (get_magic_quotes_gpc() throws deprecation warning.) 2011-11-15 13:22:52 +00:00
set_magic_quotes_runtime_error.phpt New set_magic_quotes() tests. Tested on Windows, Linux and linux 64 2009-02-01 19:29:31 +00:00
sleep_basic.phpt adding SKIP_SLOW_TESTS checks for the slow tests, and additionaly sync the domains used in the ext/standard/tests/network/getmxrr.phpt with the other branches 2011-10-23 10:09:29 +00:00
sleep_error.phpt Basic tests for sleep() and usleep(). Tested on Windows, Linux and Linux 64 bit 2009-06-29 07:31:10 +00:00
strval.phpt Fix tests expecting specific resource IDs 2013-12-15 16:51:21 +08:00
sys_getloadavg.phpt fix test 2010-04-26 13:44:23 +00:00
type.phpt Fix tests expecting specific resource IDs 2013-12-15 16:51:21 +08:00
uniqid_basic.phpt Fix test failed 2012-07-21 23:27:09 +08:00
uniqid_error.phpt New basic tests for uniqid(). Tested on Windows, Linux and Linux 64 bit 2009-08-17 14:22:02 +00:00
usleep_basic.phpt adding SKIP_SLOW_TESTS checks for the slow tests, and additionaly sync the domains used in the ext/standard/tests/network/getmxrr.phpt with the other branches 2011-10-23 10:09:29 +00:00
usleep_error.phpt Basic tests for sleep() and usleep(). Tested on Windows, Linux and Linux 64 bit 2009-06-29 07:31:10 +00:00
var_dump_64bit.phpt - Fix test 2010-04-04 16:59:20 +00:00
var_dump.phpt Fix tests expecting specific resource IDs 2013-12-15 16:51:21 +08:00
var_export_basic1.phpt Split-ip var_export.phpt and add new error tests. Tested on Windows, Linux and Linux 64 bit 2009-01-26 22:27:03 +00:00
var_export_basic2.phpt Split-ip var_export.phpt and add new error tests. Tested on Windows, Linux and Linux 64 bit 2009-01-26 22:27:03 +00:00
var_export_basic3.phpt Fixed tests that fail with non-default serialize_precision configurations. 2013-11-20 06:17:34 +09:00
var_export_basic4.phpt Split-ip var_export.phpt and add new error tests. Tested on Windows, Linux and Linux 64 bit 2009-01-26 22:27:03 +00:00
var_export_basic5.phpt Fixed tests that fail with non-default serialize_precision configurations. 2013-11-20 06:17:34 +09:00
var_export_basic6.phpt Split-ip var_export.phpt and add new error tests. Tested on Windows, Linux and Linux 64 bit 2009-01-26 22:27:03 +00:00
var_export_basic7.phpt Split-ip var_export.phpt and add new error tests. Tested on Windows, Linux and Linux 64 bit 2009-01-26 22:27:03 +00:00
var_export_basic8.phpt Split-ip var_export.phpt and add new error tests. Tested on Windows, Linux and Linux 64 bit 2009-01-26 22:27:03 +00:00
var_export_basic9.phpt - Fixed bug #55082 (var_export() doesn't escape properties properly). 2011-06-30 09:26:35 +00:00
var_export_error1.phpt Split-ip var_export.phpt and add new error tests. Tested on Windows, Linux and Linux 64 bit 2009-01-26 22:27:03 +00:00
var_export_error2.phpt var_export outputs an E_WARNING when recursion is detected 2012-08-05 20:56:06 -07:00
var_export_error3.phpt var_export outputs an E_WARNING when recursion is detected 2012-08-05 20:56:06 -07:00
var_export-locale.phpt Fixed tests that fail with non-default serialize_precision configurations. 2013-11-20 06:17:34 +09:00