-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/standard/tests/strings/
File Upload :
Current File : //usr/src/php/ext/standard/tests/strings/bug29075.phpt

--TEST--
Bug #29075 (strnatcmp() incorrectly handles whitespace)
--FILE--
<?php
	var_dump(
		strnatcmp('foo ', 'foo '),
		strnatcmp('foo', 'foo'),
		strnatcmp(' foo', ' foo')
	);
?>
--EXPECT--
int(0)
int(0)
int(0)

Copyright © 2017 || Recoded By Mr.Bumblebee