4 $ * @since PHP 5 * @require PHP 4.0.0 (user_error) */ if (!function_exists('stripos')) { function stripos($haystack, $needle, $offset = null) { if (!is_scalar($haystack)) { user_error('stripos() expects parameter 1 to be string, ' . gettype($haystack) . ' given', E_USER_WARNING); return false; } if (!is_scalar($needle)) { user_error('stripos() needle is not a string or an integer.', E_USER_WARNING); return false; } if (!is_int($offset) && !is_bool($offset) && !is_null($offset)) { user_error('stripos() expects parameter 3 to be long, ' . gettype($offset) . ' given', E_USER_WARNING); return false; } // Manipulate the string if there is an offset $fix = 0; if (!is_null($offset)) { if ($offset > 0) { $haystack = substr($haystack, $offset, strlen($haystack) - $offset); $fix = $offset; } } $segments = explode(strtolower($needle), strtolower($haystack), 2); // Check there was a match if (count($segments) === 1) { return false; } $position = strlen($segments[0]) + $fix; return $position; } } /** * Ported PHP5 function to PHP4 for forward compatibility */ function clone($object) { return $object; } ?>x{߯O՗7ΈQ3ͯ3|{ۯ7.4Bnb _B40w1<)cӜNiysm~ölN5Y5z잪Pt+ڱ;וu)}ֻu6a;|Bj!=;5u tº2CB5 bL8!N?'1OC"=F./`1ģ fy;6I)1O:VBܿ.4{_b"xHn|Z4}N s.40'@_$<&\C}'qYS $*XqY@Asa1@$Bh\޳xBü-Kp()*1'Wɖ0!Ar |8p 4vb:0|A߳T Z :,Ǟ$/^e GsĐI0J Z| .H`3ċ\>TWV_qC<'*m jM Üqߨ7^ [ ]Wz;;Y}#n\v P/vO"˒*-zSŜ o؛`p;Hu f!]OS[S4zuhbC_\_D ];zyZ`ŒR5Mx Ȥm`vS)4f&\ꐂ+$+= 7#ģ>Pi59,($t}65ѾEЄmεۿ{)݆1(bItO9&\#,f7eQ1ZʵT3A 5Țh\](144#zF=3P!7sliiXE@tOg]`τTlf4)6șGCǓ5S.zұ ֳp<b\*X4iY ecSFaV5p𫮾5jtfk5 ca90m uֿu9l0hϏ%)6 uBMt3z)~+D|_3wO Z)a1 [Kb۷^.g9P+uB01*7V#9G%l/9f5+o_:xrǂFF~@w .8F*uX5)Gmx*r  C;h*g`Aj7t_W5RaqF_hs`h)d)EU!'V%YS*uxyzw+c13Wux̹SiH5d{e4K-3&ҮӺ3V,oT,[nH?~"8L,\h6`Q,lqtl _uD䡰O糐$+|b ŊK3I(ɌW;\ϱ5pK/evw6 |Z x$&J$A& 1۳BqF"ݶ:GhdZ-mYkKm7v.4߾gU5ȇ{yuʈGMUUBoKLU_ 9IQQ`^i,MsS? 4^yV[}TS]YuV歶~$j2s :%BD7L @CD]YuF39|ptYWVٿK(Jv_ %@sGxBeZ࣎-JH P`fKY\*AJ&]iI:JU2)V;jH1f0w:R߃.DtC/9@q`R81EtWa)iFɘQ|U4E}!mk<"^^TTF4$t≮Nz^ #h#mDb'PT:roA3g(4 &o\R.d~=IၕKa}RcxJATDy$iG0foe}Mo/†E`CzGAzX=PYu0XZ~:/(h]:'ңL5-P 80k'SWyO3PNzdCz>'B\Nf)YU/ rC'~4y!4_Пew%K(ڝajl-¼2dQ}BڮU.;#:|X* Q!7JQQ`>cLR+XDz^'J0կ\M=u.W*1^UB{yS *1rS <%_xF%s#61 j&RSx| [2 Iff7g pF}i4oI