bug26878.phpt

来自「PHP v6.0 For Linux 运行环境:Win9X/ WinME/ Wi」· PHPT 代码 · 共 10 行

PHPT
10
字号
--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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?