Home
last modified time | relevance | path

Searched refs:getSize (Results 1 – 17 of 17) sorted by relevance

/PHP-7.4/ext/spl/tests/
H A Dfixedarray_010.phpt17 var_dump($a->getSize());
21 var_dump($a->getSize());
25 var_dump($a->getSize());
29 var_dump($a->getSize());
39 var_dump($a->getSize());
H A Dbug51068.phpt11 var_dump($f->getSize());
16 var_dump($f->getSize());
21 var_dump($f->getSize() >= 0);
H A DSplFixedArray_serialize.phpt21 printf("getSize(): %d\n", $unser->getSize());
32 getSize(): 5
H A Dbug67247.phpt6 echo "size: ".$ar->getSize()."\n";
8 echo "size: ".$ar->getSize()."\n";
H A Dfileobject_getsize_basic.phpt2 SPL: SplFileObject::getSize
14 echo $s->getSize();
H A Dfixedarray_001.phpt40 var_dump(count($a), $a->getSize(), count($a) == $a->getSize());
H A DSplFixedArray__construct_param_float.phpt10 echo $array->getSize();
H A Dfixedarray_007.phpt17 echo $c->getSize(), "\n";
H A Dfixedarray_008.phpt23 var_dump($a->getSize());
H A Dbug54970.phpt14 var_dump($fa->getSize());
H A Dfixedarray_002.phpt68 var_dump(count($a), $a->getSize(), count($a) == $a->getSize());
H A DSplFixedArray_setSize_destruct.phpt14 $values->setSize($values->getSize() - 1);
H A Dbug55701.phpt167 echo "->getSize()... ";
170 $o->getSize();
317 ->getSize()... ran normally (expected)
/PHP-7.4/ext/phar/tests/
H A Dphar_oo_002.phpt21 var_dump($ent->getSize());
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c715 SPL_METHOD(SplFixedArray, getSize) in SPL_METHOD() argument
1050 SPL_ME(SplFixedArray, getSize, arginfo_splfixedarray_void, ZEND_ACC_PUBLIC)
H A Dspl_directory.c1178 FileInfoFunction(getSize, FS_SIZE) in FileInfoFunction()
1921 SPL_ME(SplFileInfo, getSize, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/phar/phar/
H A Dpharcommand.inc1495 $csize += $ent->getSize();
1498 $usize += $ent->getSize();

Completed in 27 milliseconds