diff options
| author | Xinchen Hui <laruence@gmail.com> | 2016-07-12 12:14:45 +0800 | 
|---|---|---|
| committer | Xinchen Hui <laruence@gmail.com> | 2016-07-12 12:14:45 +0800 | 
| commit | 7903276f4c18fcfda06c02785f0b4201421f9c7c (patch) | |
| tree | 00aecb82831c9ea8891d5959a5d587d752f00e13 /ext | |
| parent | 966311e6274e59d0eabdccf5bf9c5d554c90202c (diff) | |
| download | php-git-7903276f4c18fcfda06c02785f0b4201421f9c7c.tar.gz | |
backport to 5.6 (we should not unset the default value)
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/standard/tests/serialize/bug69152.phpt | 1 | ||||
| -rw-r--r-- | ext/standard/tests/serialize/bug69793.phpt | 2 | 
2 files changed, 0 insertions, 3 deletions
| diff --git a/ext/standard/tests/serialize/bug69152.phpt b/ext/standard/tests/serialize/bug69152.phpt index bc2b302ddb..4e741685cc 100644 --- a/ext/standard/tests/serialize/bug69152.phpt +++ b/ext/standard/tests/serialize/bug69152.phpt @@ -9,7 +9,6 @@ $x->test();  ?>  --EXPECTF-- -Notice: Undefined property: Exception::$previous in %s on line %d  exception 'Exception' in %s:%d  Stack trace:  #0 {main} diff --git a/ext/standard/tests/serialize/bug69793.phpt b/ext/standard/tests/serialize/bug69793.phpt index 624f1ac740..b5784b89eb 100644 --- a/ext/standard/tests/serialize/bug69793.phpt +++ b/ext/standard/tests/serialize/bug69793.phpt @@ -7,8 +7,6 @@ $e = unserialize('O:9:"Exception":7:{s:17:"'."\0".'Exception'."\0".'string";s:1:  var_dump($e."");  ?>  --EXPECTF-- -Notice: Undefined property: Exception::$message in %s%ebug69793.php on line %d -  Notice: Undefined property: Exception::$file in %s%ebug69793.php on line %d  Notice: Undefined property: Exception::$previous in %s%ebug69793.php on line %d | 
