Changeset 1497 in svn
- Timestamp:
- 2014-06-11T07:28:31Z (4 years ago)
- Location:
- trunk/tests
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/xcache_deep_copy_arg_info.phpt
r1379 r1497 1 1 --TEST-- 2 2 xcache requires deep copying arg info 3 --SKIPIF-- 4 <?php 5 require("include-skipif.inc"); 6 ?> 3 7 --INI-- 4 8 xcache.readonly_protection=0 9 xcache.test = 1 10 xcache.size = 32M 5 11 --FILE-- 6 12 <?php -
trunk/tests/xcache_deep_copy_opcodes_for_const.phpt
r1384 r1497 1 1 --TEST-- 2 2 xcache requires deep copying opcodes for __FILE__ and __DIR__ 3 --SKIPIF-- 4 <?php 5 require("include-skipif.inc"); 6 ?> 3 7 --INI-- 8 xcache.test = 1 9 xcache.size = 32M 4 10 --FILE-- 5 11 <?php -
trunk/tests/xcache_deep_copy_static_variables.phpt
r1379 r1497 1 1 --TEST-- 2 2 xcache requires deep copying static variables in shallow copy mode 3 --SKIPIF-- 4 <?php 5 require("include-skipif.inc"); 6 ?> 3 7 --INI-- 4 8 xcache.readonly_protection=0 9 xcache.test = 1 10 xcache.size = 32M 5 11 --FILE-- 6 12 <?php -
trunk/tests/xcache_include_absolute.phpt
r1000 r1497 5 5 require("include-skipif.inc"); 6 6 ?> 7 --INI-- 8 xcache.test = 1 9 xcache.size = 32M 7 10 --FILE-- 8 11 <?php -
trunk/tests/xcache_include_relative_cwd.phpt
r1000 r1497 5 5 require("include-skipif.inc"); 6 6 ?> 7 --INI-- 8 xcache.test = 1 9 xcache.size = 32M 7 10 --FILE-- 8 11 <?php -
trunk/tests/xcache_include_relative_file.phpt
r1000 r1497 5 5 require("include-skipif.inc"); 6 6 ?> 7 --INI-- 8 xcache.test = 1 9 xcache.size = 32M 7 10 --FILE-- 8 11 <?php -
trunk/tests/xcache_is_autoglobal.phpt
r1383 r1497 5 5 require("skipif.inc"); 6 6 ?> 7 --INI-- 8 xcache.test = 1 9 xcache.size = 32M 7 10 --FILE-- 8 11 <?php -
trunk/tests/xcache_shallow_copy_check_early_binding.phpt
r1384 r1497 3 3 --SKIPIF-- 4 4 <?php 5 require("include-skipif.inc"); 5 6 if (version_compare(PHP_VERSION, "5.3", ">=")) { 6 7 die("skip only needed for PHP 5.2 or less"); 7 8 } 8 9 ?> 10 --INI-- 11 xcache.test = 1 12 xcache.size = 32M 9 13 --FILE-- 10 14 <?php -
trunk/tests/xcache_var.phpt
r1383 r1497 5 5 require("skipif.inc"); 6 6 ?> 7 --INI-- 8 xcache.test = 1 9 xcache.size = 32M 10 xcache.var_size = 2M 7 11 --FILE-- 8 12 <?php
Note: See TracChangeset
for help on using the changeset viewer.