-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
Bug #26878 (problem with multiple references to the same variable with different types)
--FILE--
<?php
	printf('Int: %1$d and as string: %1$s', 'some string');
	echo "\n";
?>
--EXPECT--
Int: 0 and as string: some string

Copyright © 2017 || Recoded By Mr.Bumblebee