php-src/ext/standard/tests/general_functions
2012-06-06 22:34:51 +02:00
..
001.phpt fix test 2006-12-25 14:27:51 +00:00
002.phpt
003.phpt
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 - Fix tests 2008-02-02 15:19:06 +00:00
boolval.phpt Implement boolval() with a test 2012-06-06 22:34:51 +02:00
bug25038.phpt
bug27678.phpt cosmetic improvements 2006-12-05 23:03:19 +00:00
bug29038.phpt
bug31190.phpt
bug32647.phpt Fix some tests 2008-02-02 00:29:17 +00:00
bug34794.phpt fix test names 2007-05-07 18:03:01 +00:00
bug35229.phpt
bug36011.phpt
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 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
bug40752.phpt MFH: fix #40752 (parse_ini_file() segfaults when a scalar setting is redeclared as an array) 2007-03-08 00:44:23 +00:00
bug41037.phpt Removed deprecation warning for ticks 2009-03-27 02:32:57 +00:00
bug41445_1.phpt MFH: fix #41445 (parse_ini_file() has a problem with certain types of integer as sections) 2007-06-26 12:10:08 +00:00
bug41445.phpt MFH: fix #41445 (parse_ini_file() has a problem with certain types of integer as sections) 2007-06-26 12:10:08 +00:00
bug41518.phpt cleanup 2010-08-03 08:19:51 +00:00
bug41970.phpt fix tests for builtin Zend functions using new parsing API 2008-06-18 23:45:36 +00:00
bug42272.phpt MFH 2008-02-15 09:35:53 +00:00
bug43293_1.phpt WS 2007-12-06 15:23:36 +00:00
bug43293_2.phpt WS 2007-12-06 15:23:36 +00:00
bug43293_3.phpt WS 2007-12-06 15:23:36 +00:00
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 fix test names 2008-05-14 13:04:05 +00:00
bug44461.phpt - MFH Add new test 2008-03-21 15:21:38 +00:00
bug44487.phpt MFH: Fix bug #44487 (call_user_method_array issues a warning when throwing an exception). 2008-03-20 00:52:46 +00:00
bug44667.phpt MFH:- Fixed bug #44667 (proc_open does not handle pipes with the mode "wb" correctly) 2008-04-08 08:42:24 +00:00
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
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 - Add missing tests from HEAD 2007-11-02 19:42:51 +00: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 Support for closures 2008-07-17 09:53:42 +00:00
closures_002.phpt Removed deprecation warning for ticks 2009-03-27 02:32:57 +00: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 - New parameter parsing API for var.c & tests 2008-06-20 18:05:45 +00:00
debug_zval_dump_o.phpt - Fix tests 2007-11-02 19:41:12 +00: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 fix test 2007-09-30 14:40:06 +00:00
error_get_last.phpt - Fix test 2007-10-01 15:01:47 +00:00
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 - New parameter parsing API 2008-06-20 14:53:57 +00: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 MFH: Allow numeric options & tests 2007-11-15 13:13:21 +00:00
getopt_003.phpt MFH: Allow numeric options & tests 2007-11-15 13:13:21 +00:00
getopt_004.phpt MFH: - Add support for optional values 2007-11-21 10:24:22 +00:00
getopt_005.phpt MFH: - Add support for optional values 2007-11-21 10:24:22 +00:00
getopt.phpt Fix test (getopt() works on windows now) 2007-11-14 15:22:11 +00:00
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 Correct description of getservbyname_basic.phpt (bug #51022) 2010-02-16 05:38:50 +00:00
getservbyname_error.phpt More tests from 2009 testfest 2009-08-28 14:31:19 +00:00
getservbyname_variation1.phpt More tests from 2009 testfest 2009-08-30 12:19:50 +00:00
getservbyname_variation2.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
getservbyname_variation3.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
getservbyname_variation4.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
getservbyname_variation5.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
getservbyname_variation6.phpt More tests from 2009 testfest 2009-08-30 12:19:50 +00:00
getservbyname_variation7.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
getservbyname_variation8.phpt More tests from 2009 testfest 2009-08-30 12:19:50 +00:00
getservbyname_variation9.phpt fix tests 2011-08-01 03:42:02 +00:00
getservbyname_variation10.phpt fix tests 2011-08-01 03:42:02 +00:00
getservbyname_variation11.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
getservbyname_variation12.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
getservbyname_variation13.phpt More tests from 2009 testfest 2009-08-30 12:19:50 +00:00
getservbyname_variation14.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00: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 2007-05-22 16:58:33 +00:00
gettype_settype_error.phpt - New parameter parsing API 2008-06-20 14:53:57 +00:00
gettype_settype_variation1.phpt fix tests 2007-05-22 16:58:33 +00:00
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 fix tests 2007-05-22 16:58:33 +00:00
gettype_settype_variation4.phpt fix tests 2007-05-22 16:58:33 +00:00
gettype_settype_variation5.phpt fix tests 2007-05-22 16:58:33 +00:00
gettype_settype_variation6.phpt fix tests 2007-05-22 16:58:33 +00:00
gettype_settype_variation7.phpt fix tests 2007-05-22 16:58:33 +00:00
gettype_settype_variation8.phpt fix tests 2007-05-22 16:58:33 +00:00
head.phpt
highlight_heredoc.phpt fix test 2007-04-16 08:14:33 +00:00
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 fix tests 2008-07-03 07:41:58 +00:00
is_float.phpt fixing incorrect --CLEAN-- sections 2009-04-16 10:54:45 +00:00
is_int_64bit.phpt fix tests 2008-07-03 07:41:58 +00:00
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 fix test names 2007-05-07 18:03:01 +00:00
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 Tests for ob_get_flush(), testfest task number #131. 2008-06-24 10:31:02 +00:00
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 Basic test for ob_get_length(), testfest.php.net task #132 2008-06-22 12:29:41 +00:00
ob_start_closures.phpt Support for closures 2008-07-17 09:53:42 +00: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 MFH: - Fixed bugs #43915, #43923 and #44019, a tiny performance issue fixed too 2008-02-04 20:45:20 +00:00
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 MFH: Added parse_ini_string() function (grange at lemonde dot fr, Arnaud) 2008-11-05 21:35:02 +00: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 corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00: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 MFH: fix putenv("var") (i.e. unset) on BSD systems 2007-04-17 20:34:14 +00:00
rand.phpt Fix tests (new error message for void parameters) 2008-03-10 22:17:59 +00:00
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 Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
sys_getloadavg.phpt fix test 2010-04-26 13:44:23 +00:00
type.phpt fix leak appearing when converting object to NULL 2006-11-15 17:29:08 +00:00
uniqid_basic.phpt New basic tests for uniqid(). Tested on Windows, Linux and Linux 64 bit 2009-08-17 14:22:02 +00: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 2010-04-04 17:21:27 +00: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 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_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 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_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 Doing this as a seperate commit unless we need to back it out. 2010-07-09 21:19:27 +00:00
var_export_error3.phpt Doing this as a seperate commit unless we need to back it out. 2010-07-09 21:19:27 +00:00
var_export-locale.phpt - MFH: "fix" crash on windows 2008-08-21 12:38:47 +00:00