PATH:
opt
/
alt
/
tests
/
alt-php84-pecl-trader_0.5.1-1.el8
/
tests
/
inc
<?php ini_set('serialize_precision', 10); function get_data($key, $data) { $retval = array(); foreach ($data as $bar) { $retval[] = $bar[$key]; } return $retval; }
[-] data.php
[edit]
[-] func.php
[edit]
[+]
..