]> granicus.if.org Git - php/commit
New get_defined_vars(), get_included_files(), get_magic_quotes() and getmypid() tests...
authorandy wharmby <wharmby@php.net>
Sun, 1 Feb 2009 18:55:28 +0000 (18:55 +0000)
committerandy wharmby <wharmby@php.net>
Sun, 1 Feb 2009 18:55:28 +0000 (18:55 +0000)
commita43447aad69792fde636fc6eac0374667dfbb23c
tree486fc3a34c52f224ed9529b15dd3438c171c3e13
parent008ca451c195fa2c77a38cfbef150d141b379196
New get_defined_vars(), get_included_files(), get_magic_quotes() and getmypid() tests. Tested on Winows, Linux and Linux 64
ext/standard/tests/general_functions/get_defined_vars_basic.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/get_include_path_basic.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/get_included_files.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/get_included_files_inc1.inc [new file with mode: 0644]
ext/standard/tests/general_functions/get_included_files_inc2.inc [new file with mode: 0644]
ext/standard/tests/general_functions/get_included_files_inc3.inc [new file with mode: 0644]
ext/standard/tests/general_functions/get_magic_quotes_gpc.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/get_magic_quotes_runtime.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/getmypid_basic.phpt [new file with mode: 0644]