Searched refs:infos (Results 1 – 8 of 8) sorted by relevance
/php-src/Zend/tests/ |
H A D | bug55509.phpt | 18 $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 D | bug70053.phpt | 6 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 D | pharcommand.inc | 464 * 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/Zend/ |
H A D | zend_lazy_objects.c | 87 zend_hash_init(&store->infos, 8, NULL, zend_lazy_object_info_dtor_func, false); in zend_lazy_objects_init() 92 ZEND_ASSERT(zend_hash_num_elements(&store->infos) == 0 || CG(unclean_shutdown)); in zend_lazy_objects_destroy() 93 zend_hash_destroy(&store->infos); in zend_lazy_objects_destroy() 100 zval *zv = zend_hash_index_add_new_ptr(&EG(lazy_objects_store).infos, obj->handle, info); in zend_lazy_object_set_info() 109 zend_lazy_object_info *info = zend_hash_index_find_ptr(&EG(lazy_objects_store).infos, obj->handle); in zend_lazy_object_get_info() 117 return zend_hash_index_find_ptr(&EG(lazy_objects_store).infos, obj->handle); in zend_lazy_object_has_stale_info() 164 zend_result res = zend_hash_index_del(&EG(lazy_objects_store).infos, obj->handle); in zend_lazy_object_del_info()
|
H A D | zend_lazy_objects.h | 53 HashTable infos; member
|
/php-src/build/ |
H A D | gen_stub.php | 5162 … iterable $infos, string $separator, Closure $codeGenerator, ?string $parentCond = null): string { argument 5167 foreach ($infos as $info) {
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 5675 # some infos on the header file available at : 30985 # header in the first descriptor where there are some useful infos,
|
H A D | magic | 5675 # some infos on the header file available at : 30985 # header in the first descriptor where there are some useful infos,
|
Completed in 178 milliseconds