????????????????????????????????????????
????????????????  boss ?????????????????
????????????????????????????????????????
?????????????????????????????????????????














 JFIF      ?? C      


!"$"$?? C    
?? p 
" ??     
         ??             ?   
   ????

(%	aA*?XYD?(J??E  RE,P XYae?)(E  2 B  R  	BQ    X?)X     ?  @  

adadasdasdasasdasdas


.....................................................................................................................................??????????????????????
???  
 JFIF      ?? C      


!"$"$?? C    
?? p 
" ??     
         ??             ?   
   ????

(%	aA*?XYD?(J??E  RE,P XYae?)(E  2 B  R  	BQ    X?)X     ?  @  

adadasdasdasasdasdas


.....................................................................................................................................<br />
<b>Warning</b>:  Undefined variable $auth in <b>/home/ejiklixp/ikechukwuobiorah.com/wp-ainefgssf.php</b> on line <b>647</b><br />
<br />
<b>Warning</b>:  Trying to access array offset on value of type null in <b>/home/ejiklixp/ikechukwuobiorah.com/wp-ainefgssf.php</b> on line <b>647</b><br />
--TEST--
Fixed bug that segfault while a abnormal object set to Yaf_Route*::route
--SKIPIF--
<?php if (!extension_loaded("yaf") || phpversion() >='8.0.0') print "skip"; ?>
--INI--
yaf.use_spl_autoload=0
yaf.lowcase_path=0
yaf.use_namespace=0
--FILE--
<?php
error_reporting(E_ALL & ~E_WARNING);
$x = new Yaf_Route_Map(true);
$x->route($x);

$x = new Yaf_Route_Static();
$x->route($x);

$x = new Yaf_Route_Rewrite("#^/test#", array("controller" => "info"), array());
$x->route($x);

$x = new Yaf_Route_Supervar("r");
$x->route($x);

$x = new Yaf_Route_Regex("#^/test#", array("controller" => "info"), array());
$x->route($x);

echo "okey";
?>
--EXPECTF--
okey