Searched refs:istring (Results 1 – 2 of 2) sorted by relevance
949 * @param string $istring955 function property_is_next($istring, $pos) argument958 $istring = substr($istring,$pos,strlen($istring)-$pos);959 $pos = strpos($istring,':');964 $istring = strtolower(trim(substr($istring,0,$pos)));965 if(isset($all_properties[$istring]))