]> granicus.if.org Git - php/commitdiff
Exclude opcache from a few opcode related tests
authorBob Weinand <bobwei9@hotmail.com>
Mon, 20 Jul 2015 22:06:10 +0000 (00:06 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Mon, 20 Jul 2015 22:06:34 +0000 (00:06 +0200)
sapi/phpdbg/tests/clean_001.phpt
sapi/phpdbg/tests/clear_001.phpt
sapi/phpdbg/tests/phpdbg_oplog_001.phpt
sapi/phpdbg/tests/print_001.phpt
sapi/phpdbg/tests/print_002.phpt

index 00771c68606adac5919d3a20622c4d1bdb9843d0..05008504487769058b0cbf50f0d246c29887a3b2 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Cleaning must preserve breakpoints
+--INI--
+opcache.enable_cli=0
 --PHPDBG--
 b 4
 b foo
index 7acd842ef2c0d3f3ac8efda74be43d9c5e86c40e..96d73990ebb391c09ae847415cb6bbb7d0d030e7 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Test clearing breakpoints
+--INI--
+opcache.enable_cli=0
 --PHPDBG--
 b 4
 b foo
index 4273865bd96bd46e10eaedac898d05cd842d0b93..868493b4ba7f5dc458a30841d62d9feac380029f 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Test phpdbg_*_oplog() functions
+--INI--
+opcache.enable_cli=0
 --PHPDBG--
 r
 q
index f6ade94dd7d34e6507768c84d5dda22080fa90ba..375b13b3e39e76100af3e3189905602001331f44 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Basic print functionality
+--INI--
+opcache.enable_cli=0
 --PHPDBG--
 p foo
 p class \Foo\bar
index 1b6e96e42616148cac57244a31f03b2f797ef24d..40eca446a933cc57d8172a048232d8ba7e7f027e 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Relative print commands
+--INI--
+opcache.enable_cli=0
 --PHPDBG--
 b foo
 r