php Warning:strstr()[function.strstr]:Empty delimiter

Warning: strstr() [function.strstr]: Empty delimiter

非常奇怪,难道php函数strstr的某个参数出问题了?

于是写了个测试的例子

 代码如下 复制代码

<?php

$text=”asdfghjklqwertyuiopzxcvbnm”;
//$key=”g”;

//根据php错误提示Empty delimiter,判断应该不会是$text的值出问题,所以故意注释了key值

if(strstr($text, $key)){
echo “found it”;
}else{
echo “not found”;
}

?>

strstr()竟然不报错,于是想到$key值可能会是空串”",姑且一试。

果然strstr($text,”")时,提示出错Warning: strstr() [function.strstr]: Empty delimiter

时间: 2024-10-15 06:41:25

php Warning:strstr()[function.strstr]:Empty delimiter的相关文章

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 今天文件上传出现Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move   <form action="" enctype="multipart/form-data" method="post"&

php提示 Warning: touch() [function.touch]: Utime failed: Permission denied in错误

使用timthumb.php出现Warning: touch() [function.touch]: Utime failed: Permission denied in错误 我们先来看一下touch()函数例子 touch() 函数设置指定文件的访问和修改时间. touch(filename,time,atime) 例子  代码如下 复制代码 <?php touch("test.jpg"); ?> 应用例子时出现错误 用timthumb.php来做缩略图,本地测试很OK,

Warning: mysql_connect() [function.mysql-connect]: [2002] 由于目标机器积极拒绝,无法连接

错误代码如下 aabb Warning: mysql_connect() [function.mysql-connect]: [2002] 由于目标机器积极拒绝,无法连接. (trying to connect via tcp://localhost:3306) in X:test7.php on line 6 Warning: mysql_connect() [function.mysql-connect]: 由于目标机器积极拒绝,无法连接. in X:test7.php on line 6

Warning: session_start() [function.session-start]: open_basedir restriction in effect. File解决方法

Warning: session_start() [function.session-start]: open_basedir restriction in effect. File解决方法 Warning: include() [function.include]: open_basedir restriction in effect. File(/www/webpublic_html/admin/inc/inc.php教程) is not within the allowed path(s)

Warning: session_start() [function.session-start]

我的电脑中的错误提示 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at D:APMServ-v5.2.6APMServ5.2.6wwwhtdocsKingNerOAuserUserKqManage.php:1) in D:APMServ-v5.2.6APMServ5.2.6wwwhtdocsKi

Warning: mssql_query() [function.mssql-query]:

Warning: mssql_query() [function.mssql-query]: message: 不能用 DB-Library(如 ISQL)或 ODBC 3.7 或更早版本将 ntext 数据或仅使用 Unicode 排序规则的 Unicode 数据发送到客户端. (severity 16) in F:\myweb\lzlj\cn.php on line 21 Warning: mssql_query() [function.mssql-query]: Query failed

解决WordPress结构化数据插件Warning: curl_setopt() [function.curl-setopt]

一.站点校验始终显示"校验中-" 我使用WordPress结构化数据插件遇到的两个问题 不清楚这是什么原因,已经向站长反馈中心提交了问题,还未答复.如果有答复,三好公民会第一时间来分享的,期待. 当然,如果您知道原因的话,还望不吝赐教,非常感谢! 二.发布或更新文章时显示警告代码 启用WordPress结构化数据插件之后,发布文章或更新文章时就会出现错误代码,内容为:    代码如下 复制代码    Warning: curl_setopt() [function.curl-setop

PHP错误WARNING: SESSION_START() [FUNCTION.SESSION-START]解决方法_php技巧

做开发的时候,操作session有时候会遇到这个问题:Warning: session_start() [function.session-start]-- 系统环境:WIN2003+IIS6+PHP5.2.12 PHP出现类似如下错误: Warning: session_start()[function.session-start]: ...... failed: No such file or directory......等情况, 可以偿试修改一下php.ini文件中的session.au

Warning: session_start() [function.session-start]: Cannot send session cookie解决办法

在很多时间使用了session就会出来如下提示了, Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/u114264/include/db_mysql教程.class.php教程:1) in /home/u114264/login1.php on line 3 Warning: sessio