diff options
author | Dmitry Stogov <dmitry@php.net> | 2008-07-10 07:57:34 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2008-07-10 07:57:34 +0000 |
commit | e3b14a49bb0070663140302bb8379622153af765 (patch) | |
tree | 1379f619811beee6f459d0b817711607157df23f | |
parent | 4d58b64a89b70cc751c055ad4c29134acee44730 (diff) | |
download | php-git-e3b14a49bb0070663140302bb8379622153af765.tar.gz |
Removed SKIPIF sections
-rw-r--r-- | Zend/tests/closure_001.phpt | 4 | ||||
-rw-r--r-- | Zend/tests/closure_002.phpt | 4 | ||||
-rw-r--r-- | Zend/tests/closure_003.phpt | 4 | ||||
-rw-r--r-- | Zend/tests/closure_004.phpt | 4 | ||||
-rw-r--r-- | Zend/tests/closure_005.phpt | 4 | ||||
-rw-r--r-- | Zend/tests/closure_006.phpt | 4 | ||||
-rw-r--r-- | Zend/tests/closure_007.phpt | 4 | ||||
-rw-r--r-- | Zend/tests/closure_008.phpt | 4 | ||||
-rw-r--r-- | Zend/tests/closure_009.phpt | 4 | ||||
-rw-r--r-- | Zend/tests/closure_010.phpt | 4 | ||||
-rw-r--r-- | Zend/tests/closure_011.phpt | 4 | ||||
-rw-r--r-- | Zend/tests/closure_012.phpt | 4 | ||||
-rw-r--r-- | Zend/tests/closure_013.phpt | 4 | ||||
-rw-r--r-- | Zend/tests/closure_014.phpt | 4 |
14 files changed, 0 insertions, 56 deletions
diff --git a/Zend/tests/closure_001.phpt b/Zend/tests/closure_001.phpt index 03934bbeb6..ebac729b16 100644 --- a/Zend/tests/closure_001.phpt +++ b/Zend/tests/closure_001.phpt @@ -1,9 +1,5 @@ --TEST-- Closure 001: Lambda without lexical variables ---SKIPIF-- -<?php - if (!class_exists('Closure')) die('skip Closure support is needed'); -?> --FILE-- <?php diff --git a/Zend/tests/closure_002.phpt b/Zend/tests/closure_002.phpt index a9e8c14ad1..023d4ecff1 100644 --- a/Zend/tests/closure_002.phpt +++ b/Zend/tests/closure_002.phpt @@ -1,9 +1,5 @@ --TEST-- Closure 002: Lambda with lexical variables (global scope) ---SKIPIF-- -<?php - if (!class_exists('Closure')) die('skip Closure support is needed'); -?> --FILE-- <?php diff --git a/Zend/tests/closure_003.phpt b/Zend/tests/closure_003.phpt index b191f35e9c..6f5cc70bf1 100644 --- a/Zend/tests/closure_003.phpt +++ b/Zend/tests/closure_003.phpt @@ -1,9 +1,5 @@ --TEST-- Closure 003: Lambda with lexical variables (local scope) ---SKIPIF-- -<?php - if (!class_exists('Closure')) die('skip Closure support is needed'); -?> --FILE-- <?php diff --git a/Zend/tests/closure_004.phpt b/Zend/tests/closure_004.phpt index 40e0d32068..c1c2efb25c 100644 --- a/Zend/tests/closure_004.phpt +++ b/Zend/tests/closure_004.phpt @@ -1,9 +1,5 @@ --TEST-- Closure 004: Lambda with lexical variables (scope lifetime) ---SKIPIF-- -<?php - if (!class_exists('Closure')) die('skip Closure support is needed'); -?> --FILE-- <?php diff --git a/Zend/tests/closure_005.phpt b/Zend/tests/closure_005.phpt index ab4f3a35cf..4e32faa017 100644 --- a/Zend/tests/closure_005.phpt +++ b/Zend/tests/closure_005.phpt @@ -1,9 +1,5 @@ --TEST-- Closure 005: Lambda inside class, lifetime of $this ---SKIPIF-- -<?php - if (!class_exists('Closure')) die('skip Closure support is needed'); -?> --FILE-- <?php diff --git a/Zend/tests/closure_006.phpt b/Zend/tests/closure_006.phpt index 7da96703a8..aa0ec11995 100644 --- a/Zend/tests/closure_006.phpt +++ b/Zend/tests/closure_006.phpt @@ -1,9 +1,5 @@ --TEST-- Closure 006: Nested lambdas ---SKIPIF-- -<?php - if (!class_exists('Closure')) die('skip Closure support is needed'); -?> --FILE-- <?php diff --git a/Zend/tests/closure_007.phpt b/Zend/tests/closure_007.phpt index cb650f81ed..89cd06d8a1 100644 --- a/Zend/tests/closure_007.phpt +++ b/Zend/tests/closure_007.phpt @@ -1,9 +1,5 @@ --TEST-- Closure 007: Nested lambdas in classes ---SKIPIF-- -<?php - if (!class_exists('Closure')) die('skip Closure support is needed'); -?> --FILE-- <?php diff --git a/Zend/tests/closure_008.phpt b/Zend/tests/closure_008.phpt index 3ba74aabf0..77b50de8ab 100644 --- a/Zend/tests/closure_008.phpt +++ b/Zend/tests/closure_008.phpt @@ -1,9 +1,5 @@ --TEST-- Closure 008: Use in preg_replace() ---SKIPIF-- -<?php - if (!class_exists('Closure')) die('skip Closure support is needed'); -?> --FILE-- <?php diff --git a/Zend/tests/closure_009.phpt b/Zend/tests/closure_009.phpt index 3c9a820e55..10ec32b80d 100644 --- a/Zend/tests/closure_009.phpt +++ b/Zend/tests/closure_009.phpt @@ -1,9 +1,5 @@ --TEST-- Closure 009: Use in preg_replace() ---SKIPIF-- -<?php - if (!class_exists('Closure')) die('skip Closure support is needed'); -?> --FILE-- <?php $a = 1; diff --git a/Zend/tests/closure_010.phpt b/Zend/tests/closure_010.phpt index da0998e9fb..d4787f0a2b 100644 --- a/Zend/tests/closure_010.phpt +++ b/Zend/tests/closure_010.phpt @@ -1,9 +1,5 @@ --TEST-- Closure 010: Closure calls itself ---SKIPIF-- -<?php - if (!class_exists('Closure')) die('skip Closure support is needed'); -?> --FILE-- <?php $i = 3; diff --git a/Zend/tests/closure_011.phpt b/Zend/tests/closure_011.phpt index 3cd900f825..707136463d 100644 --- a/Zend/tests/closure_011.phpt +++ b/Zend/tests/closure_011.phpt @@ -1,9 +1,5 @@ --TEST-- Closure 011: Lexical copies not static in closure ---SKIPIF-- -<?php - if (!class_exists('Closure')) die('skip Closure support is needed'); -?> --FILE-- <?php $i = 1; diff --git a/Zend/tests/closure_012.phpt b/Zend/tests/closure_012.phpt index fd97e947a6..7e1b7a2793 100644 --- a/Zend/tests/closure_012.phpt +++ b/Zend/tests/closure_012.phpt @@ -1,9 +1,5 @@ --TEST-- Closure 012: Undefined lexical variables ---SKIPIF-- -<?php - if (!class_exists('Closure')) die('skip Closure support is needed'); -?> --FILE-- <?php $lambda = function () use ($i) { diff --git a/Zend/tests/closure_013.phpt b/Zend/tests/closure_013.phpt index 66a72d6ba3..72d2b3f963 100644 --- a/Zend/tests/closure_013.phpt +++ b/Zend/tests/closure_013.phpt @@ -1,9 +1,5 @@ --TEST-- Closure 013: __invoke() on temporary result ---SKIPIF-- -<?php - if (!class_exists('Closure')) die('skip Closure support is needed'); -?> --FILE-- <?php class Foo { diff --git a/Zend/tests/closure_014.phpt b/Zend/tests/closure_014.phpt index 3a68652f7a..9e4819b9dd 100644 --- a/Zend/tests/closure_014.phpt +++ b/Zend/tests/closure_014.phpt @@ -1,9 +1,5 @@ --TEST-- Closure 014: return by value/reference ---SKIPIF-- -<?php - if (!class_exists('Closure')) die('skip Closure support is needed'); -?> --FILE-- <?php class C1 { |