Home
last modified time | relevance | path

Searched refs:infos (Results 1 – 6 of 6) sorted by relevance

/php-src/Zend/tests/
H A Dbug55509.phpt18 $infos = array();
23 $infos[$index] = $value;
25 $freeMemory = $infos['memfree']+$infos['buffers']+$infos['cached'];
32 $infos = array();
43 $infos[$index] = $value;
45 $freeMemory = ($infos['vm.stats.vm.v_inactive_count']*$infos['hw.pagesize'])
46 +($infos['vm.stats.vm.v_cache_count']*$infos['hw.pagesize'])
47 +($infos['vm.stats.vm.v_free_count']*$infos['hw.pagesize']);
/php-src/ext/spl/tests/
H A Dbug70053.phpt6 echo "-- Two empty iterators attached with infos that are different but same array key --\n";
16 -- Two empty iterators attached with infos that are different but same array key --
/php-src/ext/phar/phar/
H A Dpharcommand.inc464 * Pack a new phar infos
1074 * Get the command stub infos.
1474 $infos = array();
1481 $infos['Hash-type'] = 'NONE';
1484 $infos['Hash'] = $hash['hash'];
1517 $infos['Entries'] = $count;
1522 $infos['Uncompressed-size'] = $usize;
1530 if (!isset($infos[$index])) {
1534 echo $infos[$index];
1539 foreach($infos as $which => $val) {
[all …]
/php-src/build/
H A Dgen_stub.php4948 … iterable $infos, string $separator, Closure $codeGenerator, ?string $parentCond = null): string { argument
4950 foreach ($infos as $info) {
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます5675 # some infos on the header file available at :
30985 # header in the first descriptor where there are some useful infos,
H A Dmagic5675 # some infos on the header file available at :
30985 # header in the first descriptor where there are some useful infos,

Completed in 152 milliseconds