php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #73172
Patch Invalid_parsing revision 2016-09-26 07:49 UTC by elbazmichael92 at gmail dot com

Patch Invalid_parsing for *General Issues Bug #73172

Patch version 2016-09-26 07:49 UTC

Return to Bug #73172 | Download this patch
Patch 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
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 12:01:27 2024 UTC