/PHP-5.5/ext/standard/tests/strings/ |
H A D | strstr2.phpt | 2 strstr() - New parameter: before_needle 7 var_dump(strstr($email, '@')); 8 var_dump(strstr($email, '@', 1)); 10 var_dump(strstr($email, '@')); 11 var_dump(strstr($email, '@', 1)); 13 var_dump(strstr($email, '@')); 14 var_dump(strstr($email, '@', 1)); 16 var_dump(strstr($email, '@')); 19 var_dump(strstr($email, 'e')); 21 var_dump(strstr($email, 'E')); [all …]
|
H A D | strstr.phpt | 2 Test strstr() function 17 var_dump( strstr("tEst", "test") ); 18 var_dump( strstr("teSt", "test") ); 19 var_dump( @strstr("", "") ); 20 var_dump( @strstr("a", "") ); 21 var_dump( @strstr("", "a") ); 111 var_dump( strstr("", NULL) ); 112 var_dump( strstr(NULL, NULL) ); 113 var_dump( strstr("a", NULL) ); 137 var_dump( strstr($str, "0") ); [all …]
|
H A D | strings001.phpt | 2 Test whether strstr() and strrchr() are binary safe. 7 var_dump(strstr($s, "nic"));
|
H A D | stristr_basic.phpt | 6 Description: Case-insensitive strstr().
|
H A D | stristr_error.phpt | 7 Description: Case-insensitive strstr()
|
/PHP-5.5/ext/imap/tests/ |
H A D | bug63126.phpt | 16 if (strstr($err, 'GSSAPI') || strstr($err, 'Kerberos')) { 38 if (strstr($err, 'GSSAPI') || strstr($err, 'Kerberos')) {
|
/PHP-5.5/ext/fileinfo/libmagic/ |
H A D | readcdf.c | 119 if (strstr(vbuf, "Word")) 121 else if (strstr(vbuf, "Excel")) 123 else if (strstr(vbuf, "Powerpoint")) 125 else if (strstr(vbuf, 302 if (strstr(name, "WordDocument") != 0) { 306 if (strstr(name, "PowerPoint") != 0) {
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | mysqli_debug_mysqlnd_only.phpt | 76 if (!strstr($trace, 'SELECT * FROM test') && !strstr($trace, 'mysql_real_query')) 98 if (!strstr($trace, 'SELECT * FROM test') && !strstr($trace, 'mysql_real_query'))
|
H A D | mysqli_debug_append.phpt | 62 if (!strstr($trace, 'mysqli_debug.phpt test line')) 73 if (!strstr(file_get_contents($trace_file), $trace))
|
H A D | mysqli_debug_mysqlnd_control_string.phpt | 66 if (!strstr($trace, 'SELECT * FROM test') && !strstr($trace, 'mysql_real_query')) 156 if (count($test_functions['simple']) < 2 && !strstr($func, '::')) 158 else if (count($test_functions['doubledot']) < 2 && strstr($func, '::'))
|
/PHP-5.5/win32/ |
H A D | sendmail.c | 264 (pos1 = strstr(headers_lc, "from:")) && in TSendMail() 271 if (NULL == (pos2 = strstr(pos1, "\r\n"))) { in TSendMail() 477 …else if (headers && (pos1 = strstr(headers_lc, "cc:")) && ((pos1 == headers_lc) || (*(pos1-1) == '… in SendText() 482 if (NULL == (pos2 = strstr(pos1, "\r\n"))) { in SendText() 532 if (pos1 = strstr(headers_lc, "bcc:")) { in SendText() 537 if (NULL == (pos2 = strstr(pos1, "\r\n"))) { in SendText() 706 if (!xheaders || !strstr(headers_lc, "date:")) { in PostHeader() 714 if (!headers_lc || !strstr(headers_lc, "from:")) { in PostHeader() 724 …if ((headers_lc && (!strstr(headers_lc, "\r\nto:") && (strncmp(headers_lc, "to:", 3) != 0))) || !h… in PostHeader()
|
/PHP-5.5/ext/mbstring/tests/ |
H A D | mb_get_info.phpt | 50 ["strstr"]=> 114 ["strstr"]=> 140 ["strstr"]=>
|
/PHP-5.5/ext/xmlrpc/libxmlrpc/ |
H A D | acinclude.m4 | 8 strstr strpbrk strerror\
|
H A D | xml_to_soap.c | 64 return(strstr(soap_type, "SOAP-ENC:") || strstr(soap_type, "xsd:")) ? 1 : 0; in is_soap_type() 325 strstr(el->name, "esponse") ? xmlrpc_request_response : xmlrpc_request_call; in xml_element_to_SOAP_REQUEST_worker()
|
/PHP-5.5/scripts/dev/ |
H A D | extern_c.php | 29 if (strstr($line,"(")) {
|
/PHP-5.5/tests/strings/ |
H A D | 001.phpt | 27 echo "Testing strstr: "; 29 $found1 = strstr($test, 32); 30 $found2 = strstr($test, "a "); 210 Testing strstr: passed
|
/PHP-5.5/ext/posix/tests/ |
H A D | posix_errno_variation2.phpt | 22 } while (strstr($pid, $result));
|
/PHP-5.5/ext/soap/ |
H A D | php_http.c | 919 tmp = strstr(http_version," "); in make_http_soap_request() 924 tmp = strstr(tmp," "); in make_http_soap_request() 947 cookie_itt = strstr(http_headers,"Set-Cookie: "); in make_http_soap_request() 961 end_pos = strstr(cookie_itt,"\r\n"); in make_http_soap_request() 964 eqpos = strstr(cookie, "="); in make_http_soap_request() 965 sempos = strstr(cookie, ";"); in make_http_soap_request() 988 sempos = strstr(options, ";"); in make_http_soap_request() 989 if (strstr(options,"path=") == options) { in make_http_soap_request() 995 } else if (strstr(options,"secure") == options) { in make_http_soap_request() 1143 strstr(auth, "Digest") == auth && in make_http_soap_request() [all …]
|
/PHP-5.5/sapi/cgi/tests/ |
H A D | include.inc | 12 if (strstr($version, "(cli)")) {
|
/PHP-5.5/ext/standard/ |
H A D | http_fopen_wrapper.c | 90 char *lc_header_start = strstr(lc_header_bag, lc_header_name); in strip_header() 463 if ((s = strstr(tmp, "user-agent:")) && in php_stream_url_wrap_http_ex() 468 if ((s = strstr(tmp, "host:")) && in php_stream_url_wrap_http_ex() 473 if ((s = strstr(tmp, "from:")) && in php_stream_url_wrap_http_ex() 478 if ((s = strstr(tmp, "authorization:")) && in php_stream_url_wrap_http_ex() 483 if ((s = strstr(tmp, "content-length:")) && in php_stream_url_wrap_http_ex() 488 if ((s = strstr(tmp, "content-type:")) && in php_stream_url_wrap_http_ex() 494 if (use_proxy && use_ssl && (s = strstr(tmp, "proxy-authorization:")) && in php_stream_url_wrap_http_ex()
|
/PHP-5.5/ext/soap/interop/ |
H A D | client_round2_params.php | 385 $strstr = (object)array( variable 395 array('inputStruct' => $strstr)); 409 )),$strstr);
|
/PHP-5.5/sapi/apache_hooks/ |
H A D | sapi_apache.c | 93 if( (tmp = strstr(handler->name, "::")) != NULL && *(tmp+2) != '\0' ) { in apache_php_module_hook()
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | fgetcsv_variation21.phpt | 28 if ( strstr($file_modes[$mode_counter], "r") ) { 42 if ( strstr($file_modes[$mode_counter], "r" ) ) {
|
H A D | fgetcsv_variation14.phpt | 26 if ( strstr($file_modes[$mode_counter], "r") ) { 40 if ( strstr($file_modes[$mode_counter], "r" ) ) {
|
/PHP-5.5/ext/phar/ |
H A D | func_interceptors.c | 45 if (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://")) { in PHAR_FUNC() 120 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC() 250 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC() 346 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC() 617 if (!IS_ABSOLUTE_PATH(filename, filename_length) && !strstr(filename, "://")) { in phar_file_stat() 911 if (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://")) { in PharFileFunction() 978 if (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://")) { in PHAR_FUNC()
|