mirror of
https://github.com/php/php-src.git
synced 2026-04-26 09:28:21 +02:00
a505fc627e
We should clear the exception *before* we destroy the execute_data. Add a variation of the test that indirects through another file, and would crash otherwise.
3 lines
53 B
PHP
3 lines
53 B
PHP
<?php
|
|
var_dump(version_compare('1.2', '2.1', '??'));
|