⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bug24281.phpt

📁 PHP v6.0 For Linux 运行环境:Win9X/ WinME/ WinNT/ Win2K/ WinXP
💻 PHPT
字号:
--TEST--Bug #24281 (str_replace count not returned if variable wasn't initialized)--SKIPIF--<?php         if (version_compare(zend_version(), '2.0.0-dev', '<')) die('SKIP PHP5 functionality'); ?>--FILE--<?php$string = "He had had to have had it";$newstring = str_replace("had", "foo", $string, $count);print "$count changes were made.\n";$count = "foo";$newstring = str_replace("had", "foo", $string, $count);print "$count changes were made.\n";?>--EXPECT--3 changes were made.3 changes were made.

⌨️ 快捷键说明

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