Lines Matching refs:strpos

772 			$prefix = substr($qname,0,strpos($qname,':'));
1290 $k = strpos($k,':') ? $this->expandQname($k) : $k;
1291 $v = strpos($v,':') ? $this->expandQname($v) : $v;
1319 if (!strpos($v, ':')) {
1353 if(strpos($v,'[,]')){
1356 $v = substr($v,0,strpos($v,'[')); // clip the []
1357 if(!strpos($v,':') && isset($this->typemap[$this->XMLSchemaVersion][$v])){
2745 $chunkend = strpos($buffer, $lb);
2756 $chunkend = strpos( $buffer, $lb, $chunkstart + $chunk_size);
2776 $chunkend = strpos($buffer, $lb, $chunkstart) + strlen($lb);
2929 $pos = strpos($data,"\r\n\r\n");
2933 $pos = strpos($data,"\n\n");
3095 if ($pos = strpos($data,"\r\n\r\n")) {
3097 } elseif($pos = strpos($data,"\n\n") ) {
3106 if ($pos = strpos($data,"\r\n\r\n")) {
3108 } elseif($pos = strpos($data,"\n\n") ) {
3115 if ($pos = strpos($data,"\r\n\r\n")) {
3117 } elseif( $pos = strpos($data,"\n\n")) {
3313 $start = strpos($cookie_str, $cookie_param);
3316 $domain = substr($domain, 0, strpos($domain, ';'));
3322 $start = strpos($cookie_str, $cookie_param);
3325 $expires = substr($expires, 0, strpos($expires, ';'));
3331 $start = strpos($cookie_str, $cookie_param);
3334 $path = substr($path, 0, strpos($path, ';'));
3340 if (strpos($cookie_str, $cookie_param) !== FALSE) {
3346 $sep_pos = strpos($value_str, '=');
3660 if (strpos($this->externalWSDLURL,"://")!==false) { // assume URL
3726 if(isset($this->headers['content-type']) && strpos($this->headers['content-type'],'=')){
3753 if (strpos($v, '=')) {
3787 if (strpos($v, '=')) {
3922 if (strpos($this->methodname, '..') > 0) {
3924 } else if (strpos($this->methodname, '.') > 0) {
3926 } else if (strpos($this->methodname, '_') > 0) {
3933 class_exists(substr($this->methodname, 0, strpos($this->methodname, $delim)))) {
3935 $class = substr($this->methodname, 0, strpos($this->methodname, $delim));
3936 $method = substr($this->methodname, strpos($this->methodname, $delim) + strlen($delim));
4247 if (strpos($headers['content-type'], '=')) {
4454 $colon = strpos($SERVER_NAME,":");
4850 $k = strpos($k, ':') ? $this->expandQname($k) : $k;
4852 $v = strpos($v, ':') ? $this->expandQname($v) : $v;
4863 $prefix = substr($name, 0, strpos($name, ':'));
4993 if (strpos($attrs['name'], ':')) {
5431 if (strpos($partType, ':')) {
5531 if (strpos($type, ':')) {
5871 if(strpos($value, "<![CDATA[") > -1)
6286 $k = strpos($k,':') ? $this->expandQname($k) : $k;
6287 $v = strpos($v,':') ? $this->expandQname($v) : $v;
6299 $k = strpos($k,':') ? $this->expandQname($k) : $k;
6300 $v = strpos($v,':') ? $this->expandQname($v) : $v;
6308 …$restrictionBase = strpos($restrictionBase,':') ? $this->expandQname($restrictionBase) : $restrict…
6309 $arrayType = strpos($arrayType,':') ? $this->expandQname($arrayType) : $arrayType;
6327 …$restrictionBase = strpos($restrictionBase,':') ? $this->expandQname($restrictionBase) : $restrict…
6411 if(strpos($pType,':')) {
6423 if(strpos($pType,':')) {
6502 $pos_xml = strpos($xml, '<?xml');
6504 $xml_decl = substr($xml, $pos_xml, strpos($xml, '?>', $pos_xml + 2) - $pos_xml + 1);
6605 if(strpos($name,':')){
6607 $prefix = substr($name,0,strpos($name,':'));
6744 if(strpos($name,':')){
6746 $prefix = substr($name,0,strpos($name,':'));
7558 if (strpos($headers['content-type'], '=')) {