diff options
author | Remi Collet <remi@remirepo.net> | 2018-05-24 10:36:29 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-05-24 10:36:29 +0200 |
commit | 019947aaae09eaf53186be95b6328d5aec967be6 (patch) | |
tree | 80737d685f14f96e34fb0378a058ae0aa1c09496 /php54.patch | |
parent | c5c6826bf09fc4e9e28f879146d9fd82bec60731 (diff) |
test build
Diffstat (limited to 'php54.patch')
-rw-r--r-- | php54.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/php54.patch b/php54.patch new file mode 100644 index 0000000..317aafe --- /dev/null +++ b/php54.patch @@ -0,0 +1,12 @@ +diff -up tests/10-event-data-dtor.phpt.old tests/10-event-data-dtor.phpt +--- tests/10-event-data-dtor.phpt.old 2018-05-24 10:02:40.399787966 +0200 ++++ tests/10-event-data-dtor.phpt 2018-05-24 10:02:52.253859826 +0200 +@@ -11,7 +11,7 @@ class _Indicator { + $this->i = $i; + } + public function __destruct() { +- echo $this->i, "\n"; ++ echo "" . $this->i . "\n"; + } + } + |