| /PHP_5_3/ext/soap/interop/ |
| H A D | client_round2_interop.php | 403 strstr($endpoint_info['endpointName'],'MS SOAP ToolKit 2.0')) { 604 && strstr($soap_test->result['fault']->faultstring,'Connect Error');
|
| H A D | client_round2_params.php | 385 $strstr = (object)array( variable 395 array('inputStruct' => $strstr)); 409 )),$strstr);
|
| H A D | test.utility.php | 18 if (strstr($r[8],':')) {
|
| /PHP_5_3/ext/xmlrpc/libxmlrpc/ |
| H A D | xml_to_soap.c | 64 return(strstr(soap_type, "SOAP-ENC:") || strstr(soap_type, "xsd:")) ? 1 : 0; 325 strstr(el->name, "esponse") ? xmlrpc_request_response : xmlrpc_request_call;
|
| /PHP_5_3/sapi/cgi/tests/ |
| H A D | include.inc | 12 if (strstr($version, "(cli)")) {
|
| /PHP_5_3/scripts/dev/ |
| H A D | extern_c.php | 29 if (strstr($line,"(")) {
|
| /PHP_5_3/win32/ |
| H A D | sendmail.c | 263 (pos1 = strstr(headers_lc, "from:")) && 270 if (NULL == (pos2 = strstr(pos1, "\r\n"))) { 476 else if (headers && (pos1 = strstr(headers_lc, "cc:")) && ((pos1 == headers_lc) || (*(pos1-1) == '\n'))) { 481 if (NULL == (pos2 = strstr(pos1, "\r\n"))) { 531 if (pos1 = strstr(headers_lc, "bcc:")) { 536 if (NULL == (pos2 = strstr(pos1, "\r\n"))) { 705 if (!xheaders || !strstr(headers_lc, "date:")) { 713 if (!headers_lc || !strstr(headers_lc, "from:")) { 723 if ((headers_lc && (!strstr(headers_lc, "\r\nto:") && (strncmp(headers_lc, "to:", 3) != 0))) || !headers_lc) {
|
| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | readcdf.c | 117 if (strstr(vbuf, "Word")) 119 else if (strstr(vbuf, "Excel")) 121 else if (strstr(vbuf, "Powerpoint")) 123 else if (strstr(vbuf, 298 if (strstr(name, "WordDocument") == 0) {
|
| /PHP_5_3/ext/intl/locale/ |
| H A D | locale_methods.c | 1303 token = strstr( cur_lang_tag , cur_loc_range ); 1359 token = strstr( cur_lang_tag , cur_loc_range );
|
| /PHP_5_3/ext/odbc/ |
| H A D | php_odbc.c | 2376 if (strstr(db, ";")) { 2378 if (strstr(db, "uid") || strstr(db, "UID")) { 2381 if (strstr(db, "pwd") || strstr(db, "PWD")) { 2438 if (strstr((char*)db, ";")) { 2440 if (uid && !strstr ((char*)db, "uid") && !strstr((char*)db, "UID")) {
|
| /PHP_5_3/ext/pdo_odbc/ |
| H A D | odbc_driver.c | 448 if (dbh->username && *dbh->username && !strstr(dbh->data_source, "uid") 449 && !strstr(dbh->data_source, "UID")) {
|
| /PHP_5_3/ext/soap/ |
| H A D | php_http.c | 846 tmp = strstr(http_version," "); 851 tmp = strstr(tmp," "); 874 cookie_itt = strstr(http_headers,"Set-Cookie: "); 887 end_pos = strstr(cookie_itt,"\r\n"); 890 eqpos = strstr(cookie, "="); 891 sempos = strstr(cookie, ";"); 914 sempos = strstr(options, ";"); 915 if (strstr(options,"path=") == options) { 918 } else if (strstr(options,"domain=") == options) { 921 } else if (strstr(option [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | exec.c | 78 if (strstr(cmd, "..")) {
|
| H A D | http_fopen_wrapper.c | 432 if ((s = strstr(tmp_c, "content-length:"))) { 443 if ((s = strstr(tmp_c, "content-type:"))) { 461 if ((s = strstr(tmp, "user-agent:")) && 466 if ((s = strstr(tmp, "host:")) && 471 if ((s = strstr(tmp, "from:")) && 476 if ((s = strstr(tmp, "authorization:")) && 481 if ((s = strstr(tmp, "content-length:")) && 486 if ((s = strstr(tmp, "content-type:")) && 492 if (use_proxy && use_ssl && (s = strstr(tmp, "proxy-authorization:")) &&
|
| H A D | php_fopen_wrapper.c | 316 p = strstr(pathdup, "/resource=");
|
| H A D | php_string.h | 47 PHP_FUNCTION(strstr); variable
|
| /PHP_5_3/main/ |
| H A D | SAPI.c | 279 if (*charset && strncmp(*mimetype, "text/", 5) == 0 && strstr(*mimetype, "charset=") == NULL) { 758 if(!strstr(lower_temp,"realm")) {
|
| /PHP_5_3/main/streams/ |
| H A D | plain_wrapper.c | 1015 if ((p = strstr(url, "://")) != NULL) { 1050 if ((p = strstr(url, "://")) != NULL) { 1100 if ((p = strstr(url_from, "://")) != NULL) { 1106 if ((p = strstr(url_to, "://")) != NULL) { 1179 if ((p = strstr(dir, "://")) != NULL) {
|
| /PHP_5_3/sapi/apache_hooks/ |
| H A D | sapi_apache.c | 97 if( (tmp = strstr(handler->name, "::")) != NULL && *(tmp+2) != '\0' ) {
|
| /PHP_5_3/sapi/cgi/ |
| H A D | cgi_main.c | 990 p = strstr(path, ".."); 998 p = strstr(p+1, ".."); 1264 strstr(pt, env_script_name)
|
| /PHP_5_3/sapi/cli/ |
| H A D | php_cli_readline.c | 381 class_name_end = strstr(text, "::");
|
| /PHP_5_3/ext/phar/ |
| H A D | func_interceptors.c | 45 if (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://")) { 120 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { 250 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { 346 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { 617 if (!IS_ABSOLUTE_PATH(filename, filename_length) && !strstr(filename, "://")) { 911 if (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://")) { 978 if (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://")) {
|
| H A D | phar.c | 1485 if (!strstr(fname, ".phar")) { 1802 if ((a = strstr(realpath, fname)) == NULL) { 1861 pos = strstr(test, ".phar"); 1873 pos = strstr(ext_str, ".phar"); 3343 if (strstr(file_handle->filename, ".phar") && !strstr(file_handle->filename, "://")) { 3420 if (!IS_ABSOLUTE_PATH(entry, strlen(entry)) && !strstr(entry, "://")) {
|
| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fpm_main.c | 964 p = strstr(path, ".."); 972 p = strstr(p+1, ".."); 1275 strstr(pt, env_script_name)
|
| H A D | fpm_log.c | 308 if (!strstr(h->header, format)) {
|