]> 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:26 +0000 (18:55 +0000)
committerandy wharmby <wharmby@php.net>
Sun, 1 Feb 2009 18:55:26 +0000 (18:55 +0000)
commit7c07a980ed7af19919e8ecc3b94751f714c9e219
tree5a2e8e071350b2ccd3f2fe2717aea9e3d4e2255a
parent1cdf8160cec62c4da2bc9f3e6c03a26c579e0102
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]