bug26878.phpt
来自「php-4.4.7学习linux时下载的源代码」· 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 + -
显示快捷键?