diff options
| -rw-r--r-- | Zend/tests/bug33771.phpt | 6 | ||||
| -rw-r--r-- | Zend/tests/error_reporting01.phpt | 2 | ||||
| -rw-r--r-- | Zend/tests/error_reporting02.phpt | 2 | ||||
| -rw-r--r-- | Zend/tests/error_reporting03.phpt | 2 | ||||
| -rw-r--r-- | Zend/tests/error_reporting04.phpt | 2 | ||||
| -rw-r--r-- | Zend/tests/error_reporting05.phpt | 2 | ||||
| -rw-r--r-- | Zend/tests/error_reporting06.phpt | 2 | ||||
| -rw-r--r-- | Zend/tests/error_reporting07.phpt | 2 | ||||
| -rw-r--r-- | Zend/tests/error_reporting08.phpt | 2 | ||||
| -rw-r--r-- | Zend/tests/error_reporting09.phpt | 2 | ||||
| -rw-r--r-- | Zend/tests/error_reporting10.phpt | 4 | ||||
| -rw-r--r-- | ext/standard/tests/general_functions/parse_ini_basic.phpt | 4 | ||||
| -rw-r--r-- | ext/standard/tests/general_functions/parse_ini_booleans.phpt | 10 | ||||
| -rw-r--r-- | tests/run-test/test005.phpt | 2 | ||||
| -rw-r--r-- | tests/run-test/test008a.phpt | 2 | 
15 files changed, 23 insertions, 23 deletions
diff --git a/Zend/tests/bug33771.phpt b/Zend/tests/bug33771.phpt index 5d6f5ca96d..72d953c9fa 100644 --- a/Zend/tests/bug33771.phpt +++ b/Zend/tests/bug33771.phpt @@ -34,7 +34,7 @@ var_dump(error_reporting());  echo "Done\n";  ?>  --EXPECTF--	 -int(16383) -int(16383) -int(14335) +int(32767) +int(32767) +int(30719)  Done diff --git a/Zend/tests/error_reporting01.phpt b/Zend/tests/error_reporting01.phpt index a53628ca28..096977065c 100644 --- a/Zend/tests/error_reporting01.phpt +++ b/Zend/tests/error_reporting01.phpt @@ -22,5 +22,5 @@ var_dump(error_reporting());  echo "Done\n";  ?>  --EXPECT--	 -int(14335) +int(30719)  Done diff --git a/Zend/tests/error_reporting02.phpt b/Zend/tests/error_reporting02.phpt index 252700c098..f4786639c0 100644 --- a/Zend/tests/error_reporting02.phpt +++ b/Zend/tests/error_reporting02.phpt @@ -23,5 +23,5 @@ var_dump(error_reporting());  echo "Done\n";  ?>  --EXPECT--	 -int(16383) +int(32767)  Done diff --git a/Zend/tests/error_reporting03.phpt b/Zend/tests/error_reporting03.phpt index 21770da15a..3c6595ceab 100644 --- a/Zend/tests/error_reporting03.phpt +++ b/Zend/tests/error_reporting03.phpt @@ -31,5 +31,5 @@ echo "Done\n";  ?>  --EXPECTF--	  Notice: Undefined variable: undef2 in %s on line %d -int(16383) +int(32767)  Done diff --git a/Zend/tests/error_reporting04.phpt b/Zend/tests/error_reporting04.phpt index 21707d356b..295a3a4d40 100644 --- a/Zend/tests/error_reporting04.phpt +++ b/Zend/tests/error_reporting04.phpt @@ -19,5 +19,5 @@ echo "Done\n";  ?>  --EXPECTF--  Notice: Undefined variable: undef in %s on line %d -int(16383) +int(32767)  Done diff --git a/Zend/tests/error_reporting05.phpt b/Zend/tests/error_reporting05.phpt index 2ff03e71f2..2bf392d7c9 100644 --- a/Zend/tests/error_reporting05.phpt +++ b/Zend/tests/error_reporting05.phpt @@ -30,5 +30,5 @@ echo "Done\n";  Notice: Undefined variable: undef_value in %s on line %d  Notice: Undefined variable: undef_name in %s on line %d -int(14335) +int(30719)  Done diff --git a/Zend/tests/error_reporting06.phpt b/Zend/tests/error_reporting06.phpt index 8a689d5fc3..beb91bf094 100644 --- a/Zend/tests/error_reporting06.phpt +++ b/Zend/tests/error_reporting06.phpt @@ -26,5 +26,5 @@ var_dump(error_reporting());  echo "Done\n";  ?>  --EXPECTF--	 -int(14335) +int(30719)  Done diff --git a/Zend/tests/error_reporting07.phpt b/Zend/tests/error_reporting07.phpt index cd2449a394..5da970c158 100644 --- a/Zend/tests/error_reporting07.phpt +++ b/Zend/tests/error_reporting07.phpt @@ -26,5 +26,5 @@ var_dump(error_reporting());  echo "Done\n";  ?>  --EXPECTF--	 -int(14335) +int(30719)  Done diff --git a/Zend/tests/error_reporting08.phpt b/Zend/tests/error_reporting08.phpt index 9018e7ca1c..edf3292779 100644 --- a/Zend/tests/error_reporting08.phpt +++ b/Zend/tests/error_reporting08.phpt @@ -28,5 +28,5 @@ echo "Done\n";  ?>  --EXPECTF--	  Notice: Undefined variable: undef3 in %s on line %d -int(16383) +int(32767)  Done diff --git a/Zend/tests/error_reporting09.phpt b/Zend/tests/error_reporting09.phpt index 76cff2c1da..8d4e7e1b17 100644 --- a/Zend/tests/error_reporting09.phpt +++ b/Zend/tests/error_reporting09.phpt @@ -27,5 +27,5 @@ echo "Done\n";  Notice: Undefined variable: blah in %s on line %d  Notice: Undefined variable: undef2 in %s on line %d -int(16383) +int(32767)  Done diff --git a/Zend/tests/error_reporting10.phpt b/Zend/tests/error_reporting10.phpt index 45fee5849d..7205acda3e 100644 --- a/Zend/tests/error_reporting10.phpt +++ b/Zend/tests/error_reporting10.phpt @@ -30,6 +30,6 @@ var_dump(error_reporting());  echo "Done\n";  ?>  --EXPECTF--	 -int(14335) -int(14327) +int(30719) +int(30711)  Done diff --git a/ext/standard/tests/general_functions/parse_ini_basic.phpt b/ext/standard/tests/general_functions/parse_ini_basic.phpt index c9a6ed4ec6..23fcefa491 100644 --- a/ext/standard/tests/general_functions/parse_ini_basic.phpt +++ b/ext/standard/tests/general_functions/parse_ini_basic.phpt @@ -45,7 +45,7 @@ array(25) {      ["dqstring"]=>      string(51) "asdadfsdjkslkj ¡@£$$ { } !^~|¥¥{[()/)&/% ¤ # #"      ["php_constant"]=> -    string(5) "14335" +    string(5) "30719"      ["user_constant"]=>      string(21) "this_is_test_constant"    } @@ -76,7 +76,7 @@ array(25) {      ["dqstring"]=>      string(41) "asdadfsdjkslkj ¡@£$$€¥¥{[()/)&/%#¤"      ["php_constant"]=> -    string(5) "14335" +    string(5) "30719"    }    ["comments"]=>    array(1) { diff --git a/ext/standard/tests/general_functions/parse_ini_booleans.phpt b/ext/standard/tests/general_functions/parse_ini_booleans.phpt index 5916b803b0..37965789e0 100644 --- a/ext/standard/tests/general_functions/parse_ini_booleans.phpt +++ b/ext/standard/tests/general_functions/parse_ini_booleans.phpt @@ -15,17 +15,17 @@ array(3) {    ["error_reporting values"]=>    array(6) {      ["foo"]=> -    string(7) "14335 8" +    string(7) "30719 8"      ["error_reporting"]=> -    string(5) "14335" +    string(5) "30719"      ["error_reporting1"]=>      string(4) "4177"      ["error_reporting2"]=> -    string(5) "14327" +    string(5) "30711"      ["error_reporting3"]=> -    string(5) "14327" +    string(5) "30711"      ["error_reporting4"]=> -    string(5) "16375" +    string(5) "32759"    }    ["true or false"]=>    array(8) { diff --git a/tests/run-test/test005.phpt b/tests/run-test/test005.phpt index 64f5816f0f..3d51531ed9 100644 --- a/tests/run-test/test005.phpt +++ b/tests/run-test/test005.phpt @@ -24,7 +24,7 @@ var_dump($php_errormsg);  ?>  --EXPECTF--  string(1) "1" -string(5) "16383" +string(5) "32767"  string(1) "0"  string(1) "1"  string(1) "0" diff --git a/tests/run-test/test008a.phpt b/tests/run-test/test008a.phpt index 1b8ffc00a7..27da085e04 100644 --- a/tests/run-test/test008a.phpt +++ b/tests/run-test/test008a.phpt @@ -24,7 +24,7 @@ var_dump($php_errormsg);  ?>  --EXPECTF--  string(1) "1" -string(5) "16383" +string(5) "32767"  string(1) "0"  string(1) "1"  string(1) "0"  | 
