PATH:
opt
/
alt
/
tests
/
alt-php53-pecl-yaf_2.3.5-1.el8
/
tests
--TEST-- Check for Yaf_Config_Ini --SKIPIF-- <?php if (!extension_loaded("yaf")) print "skip"; ?> --INI-- yaf.use_namespace=0 --FILE-- <?php $file = dirname(__FILE__) . "/simple.ini"; $config = new Yaf_Config_Ini($file); print_r($config); $config = new Yaf_Config_Ini($file, "extra"); print_r($config); $config = new Yaf_Config_Ini($file); $config->longtime = 23424234324; var_dump($config->readonly()); foreach($config as $key => $value) { print_r($key); } $sick = @new Yaf_Config_Ini(); var_dump($sick->__isset(1)); var_dump($sick->__get(1)); $sick->total = 1; var_dump(count($sick)); ?> --EXPECTF-- Yaf_Config_Ini Object ( [_config:protected] => Array ( [base] => Array ( [application] => Array ( [directory] => APPLICATION_PATH/applcation ) [name] => base [array] => Array ( [1] => 1 [name] => name ) [5] => 5 [routes] => Array ( [regex] => Array ( [type] => regex [match] => ^/ap/(.*) [route] => Array ( [controller] => Index [action] => action ) [map] => Array ( [0] => name [1] => name [2] => value ) ) [simple] => Array ( [type] => simple [controller] => c [module] => m [action] => a ) [supervar] => Array ( [type] => supervar [varname] => c ) [rewrite] => Array ( [type] => rewrite [match] => /yaf/:name/:value [route] => Array ( [controller] => Index [action] => action ) ) ) ) [extra] => Array ( [application] => Array ( [directory] => APPLICATION_PATH/applcation ) [name] => extra [array] => Array ( [1] => 1 [name] => new_name [2] => test ) [5] => 5 [routes] => Array ( [regex] => Array ( [type] => regex [match] => ^/ap/(.*) [route] => Array ( [controller] => Index [action] => action ) [map] => Array ( [0] => name [1] => name [2] => value ) ) [simple] => Array ( [type] => simple [controller] => c [module] => m [action] => a ) [supervar] => Array ( [type] => supervar [varname] => c ) [rewrite] => Array ( [type] => rewrite [match] => /yaf/:name/:value [route] => Array ( [controller] => Index [action] => action ) ) ) [value] => 2 ) [product] => Array ( [application] => Array ( [directory] => APPLICATION_PATH/applcation ) [name] => extra [array] => Array ( [1] => 1 [name] => new_name [2] => test ) [5] => 5 [routes] => Array ( [regex] => Array ( [type] => regex [match] => ^/ap/(.*) [route] => Array ( [controller] => Index [action] => action ) [map] => Array ( [0] => name [1] => name [2] => value ) ) [simple] => Array ( [type] => simple [controller] => c [module] => m [action] => a ) [supervar] => Array ( [type] => supervar [varname] => c ) [rewrite] => Array ( [type] => rewrite [match] => /yaf/:name/:value [route] => Array ( [controller] => Index [action] => action ) ) ) [value] => 2 ) [nocatch] => Array ( [application] => Array ( [directory] => APPLICATION_PATH/applcation [dispatcher] => Array ( [throwException] => [catchException] => 1 ) ) [name] => extra [array] => Array ( [1] => 1 [name] => new_name [2] => test ) [5] => 5 [routes] => Array ( [regex] => Array ( [type] => regex [match] => ^/ap/(.*) [route] => Array ( [controller] => Index [action] => action ) [map] => Array ( [0] => name [1] => name [2] => value ) ) [simple] => Array ( [type] => simple [controller] => c [module] => m [action] => a ) [supervar] => Array ( [type] => supervar [varname] => c ) [rewrite] => Array ( [type] => rewrite [match] => /yaf/:name/:age [route] => Array ( [controller] => Index [action] => action ) ) ) [value] => 2 ) [envtest] => Array ( [env] => [ini] => [const] => FOO ) ) [_readonly:protected] => 1 ) Yaf_Config_Ini Object ( [_config:protected] => Array ( [application] => Array ( [directory] => APPLICATION_PATH/applcation ) [name] => extra [array] => Array ( [1] => 1 [name] => new_name [2] => test ) [5] => 5 [routes] => Array ( [regex] => Array ( [type] => regex [match] => ^/ap/(.*) [route] => Array ( [controller] => Index [action] => action ) [map] => Array ( [0] => name [1] => name [2] => value ) ) [simple] => Array ( [type] => simple [controller] => c [module] => m [action] => a ) [supervar] => Array ( [type] => supervar [varname] => c ) [rewrite] => Array ( [type] => rewrite [match] => /yaf/:name/:value [route] => Array ( [controller] => Index [action] => action ) ) ) [value] => 2 ) [_readonly:protected] => 1 ) bool(true) baseextraproductnocatchenvtestbool(false) NULL int(0)
[-] 009.phpt
[edit]
[-] 041.phpt
[edit]
[-] 014.phpt
[edit]
[-] system.ini
[edit]
[-] 054.phpt
[edit]
[-] 072.phpt
[edit]
[-] 005.phpt
[edit]
[-] 033.phpt
[edit]
[-] 069.phpt
[edit]
[-] 019.phpt
[edit]
[-] 025.phpt
[edit]
[-] 062.phpt
[edit]
[-] 065.phpt
[edit]
[-] bug61493.phpt
[edit]
[-] 036.phpt
[edit]
[-] 012.phpt
[edit]
[-] 061.phpt
[edit]
[-] 013.phpt
[edit]
[-] 003.phpt
[edit]
[-] 018.phpt
[edit]
[-] multi-section.ini
[edit]
[-] bug62702.phpt
[edit]
[-] 063.phpt
[edit]
[-] 037.phpt
[edit]
[-] 029.phpt
[edit]
[-] 042.phpt
[edit]
[-] 043.phpt
[edit]
[-] 049.phpt
[edit]
[-] 067.phpt
[edit]
[-] 077.phpt
[edit]
[-] 007.phpt
[edit]
[-] 055.phpt
[edit]
[-] 058.phpt
[edit]
[-] 008.phpt
[edit]
[-] 073.phpt
[edit]
[-] 021.phpt
[edit]
[-] 034.phpt
[edit]
[-] 031.phpt
[edit]
[-] 022.phpt
[edit]
[-] 071.phpt
[edit]
[-] 047.phpt
[edit]
[-] 020.phpt
[edit]
[-] 051.phpt
[edit]
[-] 052.phpt
[edit]
[-] 056.phpt
[edit]
[-] 032.phpt
[edit]
[-] 001.phpt
[edit]
[-] 027.phpt
[edit]
[-] 060.phpt
[edit]
[-] 028.phpt
[edit]
[-] 039.phpt
[edit]
[-] 015.phpt
[edit]
[-] 053.phpt
[edit]
[-] 068.phpt
[edit]
[-] 038.phpt
[edit]
[-] 035.phpt
[edit]
[-] 050.phpt
[edit]
[-] 076.phpt
[edit]
[-] 070.phpt
[edit]
[-] 002.phpt
[edit]
[-] 017.phpt
[edit]
[-] build.inc
[edit]
[-] 006.phpt
[edit]
[-] 057.phpt
[edit]
[-] 066.phpt
[edit]
[-] 023.phpt
[edit]
[-] 004.phpt
[edit]
[-] bug63381.phpt
[edit]
[-] 078.phpt
[edit]
[-] 074.phpt
[edit]
[-] 064.phpt
[edit]
[-] 045.phpt
[edit]
[-] bug63438.phpt
[edit]
[-] 026.phpt
[edit]
[-] 044.phpt
[edit]
[-] 030.phpt
[edit]
[+]
..
[-] 046.phpt
[edit]
[-] 040.phpt
[edit]
[-] simple.ini
[edit]
[-] 048.phpt
[edit]
[-] 010.phpt
[edit]
[-] bug63900.phpt
[edit]
[-] 059.phpt
[edit]
[-] 075.phpt
[edit]
[-] 011.phpt
[edit]
[-] 024.phpt
[edit]