diff options
| author | Julien Pauli <jpauli@php.net> | 2015-07-07 16:01:44 +0200 |
|---|---|---|
| committer | Julien Pauli <jpauli@php.net> | 2015-07-07 16:01:44 +0200 |
| commit | 4c34d574147d2b23d3e4d8fb454b6102eb2ddfc1 (patch) | |
| tree | b388105a6d203ab3199e89dda1dff8d3e3735ae7 | |
| parent | bdb9c0da86780b803bc85d3c721d14fbfa5316bb (diff) | |
| download | php-git-4c34d574147d2b23d3e4d8fb454b6102eb2ddfc1.tar.gz | |
Fix test related to c22da81
| -rw-r--r-- | ext/standard/tests/general_functions/bug41037.phpt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/standard/tests/general_functions/bug41037.phpt b/ext/standard/tests/general_functions/bug41037.phpt index eab2c334c9..832106a690 100644 --- a/ext/standard/tests/general_functions/bug41037.phpt +++ b/ext/standard/tests/general_functions/bug41037.phpt @@ -18,6 +18,4 @@ hello Warning: unregister_tick_function(): Unable to delete tick function executed at the moment in %s on line %d Done hello -Warning: unregister_tick_function(): Unable to delete tick function executed at the moment in %s on line %d -hello -Warning: unregister_tick_function(): Unable to delete tick function executed at the moment in %s on line %d +Warning: unregister_tick_function(): Unable to delete tick function executed at the moment in %s on line %d
\ No newline at end of file |
