|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch Invalid_parsing for *General Issues Bug #73172Patch version 2016-09-26 07:49 UTC Return to Bug #73172 | Download this patchPatch Revisions: Developer: elbazmichael92@gmail.com
function test($a, $x, $y){
return;
}
test('test', 2147483648, 'test'); //bug
test('test', 2147483648 , 'test');//this is not a patch only temporary very bad solution
|
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 15 21:00:01 2025 UTC |