|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2020-07-04 18:39 UTC] changochen1 at gmail dot com
Description:
------------
LOG:
---
php: /home/yongheng/php_clean/Zend/zend_operators.c:264: int _zendi_try_convert_scalar_to_number(zval *, zval *): Assertion `0' failed.
---
Test script:
---------------
<?
try {
$a[ ob_start ( function () {
list ( array_pop ( $GLOBALS ) => $b ) = 0 ;
}, 20 )] = $c -= [];
}
catch ( d ) {}
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 03:00:02 2025 UTC |
Reduced: <? set_error_handler(function() { unset($GLOBALS['c']); }); $c -= 1;