php-src/ext/standard/tests/general_functions
2009-04-25 21:12:23 +00:00
..
001.phpt fix test 2006-12-25 14:27:44 +00:00
002.phpt
003.phpt
004.data
004.phpt
005.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
006.phpt
007.phpt fix tests 2006-12-06 13:21:48 +00:00
008.phpt Fixed bug #43053 (Regression: some numbers shown in scientific notation). (int-e at gmx dot de) 2008-09-15 11:47:27 +00:00
009.phpt
010.phpt Fix tests (new error message) 2008-02-04 12:37:15 +00:00
bug25038.phpt
bug27678.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
bug29038.phpt bug => Bug 2005-04-21 14:04:12 +00:00
bug31190.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
bug32647.phpt Fix tests (new error message) 2008-02-04 12:37:15 +00:00
bug34794.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
bug35229.phpt fix typo 2006-01-16 20:41:00 +00:00
bug36011.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
bug39322.phpt - killed off UEXPECT 2008-05-27 00:04:31 +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:56 +00:00
bug40752.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
bug41037.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
bug41445_1.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
bug41445.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
bug41518.phpt fix test: no crap left behind 2008-08-25 13:40:33 +00:00
bug41970.phpt - Fixed tests 2008-07-29 12:20:39 +00:00
bug42272.phpt more cosmetics 2008-02-15 09:35:47 +00:00
bug43293_1.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
bug43293_2.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
bug43293_3.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
bug44295.phpt User error handlers no longer catch supressed errors 2008-03-08 22:17:32 +00:00
bug44394_2.phpt - make it portable and clean on in the clean section, session file may still be open (can't be deleted) 2008-08-21 10:30:34 +00:00
bug44394.phpt Cosmetic 2008-03-19 15:34:38 +00:00
bug44461.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
bug44487.phpt Fix bug #44487 (call_user_method_array issues a warning when throwing an exception). 2008-03-20 00:50:47 +00:00
bug44667.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
bug47027.phpt - Fixed bug #47027 (var_export doesn't show numeric indices on ArrayObject). 2009-01-07 14:35:50 +00:00
bug47857.phpt Fixed bug #47851 (is_callable throws fatal error) 2009-04-02 09:56:53 +00:00
call_user_func_array_variation_001.phpt call_user_func_array() tests 2008-12-15 14:11:35 +00:00
call_user_func_array_variation_002.phpt call_user_func_array() tests 2008-12-15 14:11:35 +00:00
call_user_func_array_variation_003.phpt call_user_func_array() tests 2008-12-15 14:11:35 +00:00
call_user_func_return.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
call_user_method.phpt Initial commit 2009-04-25 19:00:42 +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:56 +00:00
callbacks_002.phpt - New test 2008-08-25 19:38:18 +00:00
closures_001.phpt support for closures 2008-07-17 09:52:51 +00:00
closures_002.phpt support for closures 2008-07-17 09:52:51 +00:00
debug_zval_dump_b_64bit.phpt Fixed tests (mostly MFB) 2009-04-25 21:12:23 +00:00
debug_zval_dump_b.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
debug_zval_dump_e.phpt - MFB: New parameter parsing API 2008-08-19 02:51:28 +00:00
debug_zval_dump_o.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
debug_zval_dump_v.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
dl-cve-2007-4887.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
error_get_last.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
escapeshellarg_basic-win32.phpt New escapeshellarg() tests. Tested on Windows, Linux and Linux 64 2009-02-01 18:39:47 +00:00
escapeshellarg_basic.phpt New escapeshellarg() tests. Tested on Windows, Linux and Linux 64 2009-02-01 18:39:47 +00:00
escapeshellarg_error.phpt New escapeshellarg() tests. Tested on Windows, Linux and Linux 64 2009-02-01 18:39:47 +00:00
escapeshellarg_variation1-win32.phpt New escapeshellarg() tests. Tested on Windows, Linux and Linux 64 2009-02-01 18:39:47 +00:00
escapeshellarg_variation1.phpt New escapeshellarg() tests. Tested on Windows, Linux and Linux 64 2009-02-01 18:39:47 +00:00
escapeshellcmd-win32.phpt - [DOC] improve fix for #43261 for % and " 2008-08-17 15:23:23 +00:00
floatval_basic.phpt New floatval() tests. Tested on Windows, Linux and Linux 64 2009-02-01 18:32:38 +00:00
floatval_error.phpt New floatval() tests. Tested on Windows, Linux and Linux 64 2009-02-01 18:32:38 +00:00
floatval_variation1.phpt New floatval() tests. Tested on Windows, Linux and Linux 64 2009-02-01 18:32:38 +00:00
floatval.phpt - MFB: New parameter parsing API 2008-08-19 02:51:28 +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:24 +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:36 +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:36 +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:36 +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:24 +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:24 +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:24 +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:24 +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:24 +00:00
get_magic_quotes_gpc.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:24 +00:00
get_magic_quotes_runtime.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:24 +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:24 +00:00
getopt_002.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
getopt_003.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
getopt_004.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
getopt_005.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
getopt.phpt Fixed tests (mostly MFB) 2009-04-25 21:12:23 +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:36 +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:36 +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:36 +00:00
getrusage.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
gettype_settype_basic.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
gettype_settype_error.phpt - MFB: New parameter parsing API 2008-08-19 02:51:28 +00:00
gettype_settype_variation1.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
gettype_settype_variation2.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
gettype_settype_variation3.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
gettype_settype_variation4.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
gettype_settype_variation5.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
gettype_settype_variation6.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
gettype_settype_variation7.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
gettype_settype_variation8.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
head.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
highlight_heredoc.phpt fix test 2007-04-16 08:14:27 +00:00
import_request1.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
import_request2.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
import_request3.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
import_request.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
include_path.phpt MFB5.3: Fix test 2008-12-09 12:56:39 +00:00
ini_get_all.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
intval.phpt - MFB: New parameter parsing API 2008-08-19 02:51:28 +00:00
is_array.phpt New version of debug_zval_dump_b.phpt, debug_zval_dump_v.phpt, is_float.phpt, is_numeric.phpt, is_string.phpt, var_dump.phpt, debug_zval_dump_e.phpt, is_array.phpt, is_int.phpt, is_object.phpt, print_r.phpt, 2007-05-12 12:18:13 +00:00
is_bool.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
is_callable_basic1.phpt Split is_callable test. Test on Windows, Linux and Linux 64 bit 2009-01-25 22:16:37 +00:00
is_callable_basic2.phpt Fixed bug #47851 (is_callable throws fatal error) 2009-04-02 09:56:53 +00:00
is_callable_error.phpt Split is_callable test. Test on Windows, Linux and Linux 64 bit 2009-01-25 22:16:37 +00:00
is_callable_variation1.phpt Split is_callable test. Test on Windows, Linux and Linux 64 bit 2009-01-25 22:16:37 +00:00
is_callable_variation2.phpt Split is_callable test. Test on Windows, Linux and Linux 64 bit 2009-01-25 22:16:37 +00:00
is_float_64bit.phpt fix tests, add 64bit versions 2007-05-29 12:42:19 +00:00
is_float.phpt fix tests, add 64bit versions 2007-05-29 12:42:19 +00:00
is_int_64bit.phpt fix tests, add 64bit versions 2007-05-29 12:42:19 +00:00
is_int.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
is_null.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
is_numeric.phpt - MFB: New parameter parsing API 2008-08-19 02:51:28 +00:00
is_object.phpt New version of debug_zval_dump_b.phpt, debug_zval_dump_v.phpt, is_float.phpt, is_numeric.phpt, is_string.phpt, var_dump.phpt, debug_zval_dump_e.phpt, is_array.phpt, is_int.phpt, is_object.phpt, print_r.phpt, 2007-05-12 12:18:13 +00:00
is_resource.phpt fix test names 2007-05-07 17:23:53 +00:00
is_scalar.phpt - MFB: New parameter parsing API 2008-08-19 02:51:28 +00:00
is_string.phpt - MFB: New parameter parsing API 2008-08-19 02:51:28 +00:00
ob_get_flush_basic.phpt MFB: tests for ob_get_flush(), testfest task number #131 2008-06-24 10:33:38 +00:00
ob_get_flush_error.phpt MFB: tests for ob_get_flush(), testfest task number #131 2008-06-24 10:33:38 +00:00
ob_get_length_basic.phpt Basic test for ob_get_length(), testfest.php.net task #132 2008-06-22 12:51:37 +00:00
ob_start_closures.phpt support for closures 2008-07-17 09:52:51 +00:00
parse_ini_basic.data add some windows-style INI entries to tests 2008-09-11 00:50:08 +00:00
parse_ini_basic.phpt add some windows-style INI entries to tests 2008-09-11 00:50:08 +00:00
parse_ini_booleans.data - Fixed bugs #43915, #43923 and #44019, a tiny performance issue fixed too 2008-02-04 20:45:16 +00:00
parse_ini_booleans.phpt Fixing tests broken by the introduction E_USER_DEPRECATED 2008-07-21 22:06:01 +00:00
parse_ini_file-win32.phpt [DOC]- Fixed bug #45956 (parse_ini_file() does not return false with syntax errors in parsed file) 2008-08-31 00:19:21 +00:00
parse_ini_file.phpt [DOC]- Fixed bug #45956 (parse_ini_file() does not return false with syntax errors in parsed file) 2008-08-31 00:19:21 +00:00
parse_ini_string_001.phpt Added parse_ini_string() function (grange at lemonde dot fr, Arnaud) 2008-11-05 21:33:19 +00:00
parse_ini_string_002.phpt Added parse_ini_string() function (grange at lemonde dot fr, Arnaud) 2008-11-05 21:33:19 +00:00
php_uname_basic.phpt New php_uname() tests. Tested on Windows, Linux and linux 64 2009-02-01 19:17:46 +00:00
php_uname_error.phpt New php_uname() tests. Tested on Windows, Linux and linux 64 2009-02-01 19:17:46 +00:00
php_uname_variation1.phpt New php_uname() tests. Tested on Windows, Linux and linux 64 2009-02-01 19:17:46 +00:00
phpcredits2.phpt Changing to use %a to match recent run-tests.php patch 2007-09-14 16:56:34 +00:00
phpcredits.phpt MFB: change run-tests.php to add %a 2007-09-14 15:36:29 +00:00
phpinfo2.phpt Changing to use %a to match recent run-tests.php patch 2007-09-14 16:56:34 +00:00
phpinfo.phpt fix test 2009-02-15 21:48:07 +00:00
print_r_64bit.phpt fix tests, add 64bit versions 2007-05-29 12:42:19 +00:00
print_r.phpt fix tests, add UEXPECTF 2007-05-14 13:05:29 +00:00
proc_open02.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
proc_open.phpt
putenv.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
rand.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
set_magic_quotes_runtime_basic.phpt Fix INI blocks 2009-03-17 01:50:34 +00:00
strval.phpt - MFB: New parameter parsing API 2008-08-19 02:51:28 +00:00
sunfuncts.phpt - use date.timezone ini setting 2008-08-21 18:36:44 +00:00
sys_getloadavg.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
type.phpt - killed off UEXPECT 2008-05-27 00:04:31 +00:00
var_dump_64bit.phpt Fix tests (MFB, etc) 2009-04-24 19:47:43 +00:00
var_dump.phpt - MFB: New parameter parsing API 2008-08-19 02:51:28 +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:06 +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:06 +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:06 +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:06 +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:06 +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:06 +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:06 +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:06 +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:06 +00:00
var_export_error2.phpt Split-ip var_export.phpt and add new error tests. Tested on Windows, Linux and Linux 64 bit 2009-01-26 22:27:06 +00:00
var_export_error3.phpt Split-ip var_export.phpt and add new error tests. Tested on Windows, Linux and Linux 64 bit 2009-01-26 22:27:06 +00:00
var_export-locale.phpt - "fix" crash on windows 2008-08-21 12:38:34 +00:00