/PHP-8.2/ext/spl/tests/ |
H A D | fixedarray_010.phpt | 17 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 D | bug51068.phpt | 11 var_dump($f->getSize()); 16 var_dump($f->getSize()); 21 var_dump($f->getSize() >= 0);
|
H A D | bug67247.phpt | 6 echo "size: ".$ar->getSize()."\n"; 8 echo "size: ".$ar->getSize()."\n";
|
H A D | SplFixedArray_serialize.phpt | 23 printf("getSize(): %d\n", $unser->getSize()); 51 getSize(): 5
|
H A D | fixedarray_001.phpt | 40 var_dump(count($a), $a->getSize(), count($a) == $a->getSize());
|
H A D | GlobIterator_internal_null_pointer.phpt | 36 echo "Test getSize()\n"; 37 var_dump($o->getSize()); 87 Test getSize()
|
H A D | fixedarray_007.phpt | 17 echo $c->getSize(), "\n";
|
H A D | fixedarray_008.phpt | 23 var_dump($a->getSize());
|
H A D | bug54970.phpt | 14 var_dump($fa->getSize());
|
H A D | bug81992b.phpt | 14 echo "Destroyed, size is now still ", $this->obj->getSize(), "\n"; 34 echo "Size is now ", $obj->getSize(), "\n";
|
H A D | fixedarray_002.phpt | 68 var_dump(count($a), $a->getSize(), count($a) == $a->getSize());
|
H A D | SplFixedArray_setSize_destruct.phpt | 14 $values->setSize($values->getSize() - 1);
|
H A D | bug55701.phpt | 167 echo "->getSize()... "; 170 $o->getSize(); 318 ->getSize()... ran normally (expected)
|
/PHP-8.2/ext/spl/tests/SplFileObject/ |
H A D | fileobject_getsize_basic.phpt | 2 SPL: SplFileObject::getSize 14 echo $s->getSize();
|
/PHP-8.2/ext/spl/ |
H A D | spl_fixedarray.stub.php | 26 public function getSize(): int {} function in SplFixedArray
|
H A D | spl_fixedarray_arginfo.h | 65 ZEND_METHOD(SplFixedArray, getSize); 83 ZEND_ME(SplFixedArray, getSize, arginfo_class_SplFixedArray_getSize, ZEND_ACC_PUBLIC)
|
H A D | spl_directory.stub.php | 32 public function getSize(): int|false {} function in SplFileInfo
|
H A D | spl_directory_arginfo.h | 284 ZEND_METHOD(SplFileInfo, getSize); 377 ZEND_ME(SplFileInfo, getSize, arginfo_class_SplFileInfo_getSize, ZEND_ACC_PUBLIC)
|
H A D | spl_fixedarray.c | 787 PHP_METHOD(SplFixedArray, getSize) in PHP_METHOD() argument
|
H A D | spl_directory.c | 1210 FileInfoFunction(getSize, FS_SIZE) in FileInfoFunction()
|
/PHP-8.2/ext/ffi/tests/ |
H A D | 046.phpt | 11 var_dump($x->getSize()); 20 var_dump($x->getSize());
|
/PHP-8.2/ext/ffi/ |
H A D | ffi.stub.php | 283 public function getSize(): int {} function in FFI\\CType
|
H A D | ffi_arginfo.h | 144 ZEND_METHOD(FFI_CType, getSize); 190 ZEND_ME(FFI_CType, getSize, arginfo_class_FFI_CType_getSize, ZEND_ACC_PUBLIC)
|
/PHP-8.2/ext/phar/tests/ |
H A D | phar_oo_002.phpt | 25 var_dump($ent->getSize());
|
/PHP-8.2/ext/phar/phar/ |
H A D | pharcommand.inc | 1507 $csize += $ent->getSize(); 1510 $usize += $ent->getSize();
|