Home
last modified time | relevance | path

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

12

/php-src/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 Dbug67247.phpt6 echo "size: ".$ar->getSize()."\n";
8 echo "size: ".$ar->getSize()."\n";
H A DSplFixedArray_serialize.phpt23 printf("getSize(): %d\n", $unser->getSize());
51 getSize(): 5
H A Dfixedarray_001.phpt40 var_dump(count($a), $a->getSize(), count($a) == $a->getSize());
H A DGlobIterator_internal_null_pointer.phpt36 echo "Test getSize()\n";
37 var_dump($o->getSize());
87 Test getSize()
H A Dfixedarray_007.phpt17 echo $c->getSize(), "\n";
H A Dfixedarray_008.phpt23 var_dump($a->getSize());
H A Dbug81992b.phpt14 echo "Destroyed, size is now still ", $this->obj->getSize(), "\n";
34 echo "Size is now ", $obj->getSize(), "\n";
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();
318 ->getSize()... ran normally (expected)
/php-src/ext/spl/tests/SplFileObject/
H A Dfileobject_getsize_basic.phpt2 SPL: SplFileObject::getSize
14 echo $s->getSize();
/php-src/ext/spl/
H A Dspl_fixedarray.stub.php26 public function getSize(): int {} function in SplFixedArray
H A Dspl_fixedarray_arginfo.h64 ZEND_METHOD(SplFixedArray, getSize);
81 ZEND_ME(SplFixedArray, getSize, arginfo_class_SplFixedArray_getSize, ZEND_ACC_PUBLIC)
H A Dspl_directory.stub.php32 public function getSize(): int|false {} function in SplFileInfo
H A Dspl_directory_arginfo.h283 ZEND_METHOD(SplFileInfo, getSize);
375 ZEND_ME(SplFileInfo, getSize, arginfo_class_SplFileInfo_getSize, ZEND_ACC_PUBLIC)
H A Dspl_fixedarray.c764 PHP_METHOD(SplFixedArray, getSize) in PHP_METHOD() argument
H A Dspl_directory.c1198 FileInfoFunction(getSize, FS_SIZE) in FileInfoFunction()
/php-src/ext/ffi/tests/
H A D046.phpt11 var_dump($x->getSize());
20 var_dump($x->getSize());
/php-src/ext/ffi/
H A Dffi.stub.php167 public function getSize(): int {} function in FFI\\CType
H A Dffi_arginfo.h143 ZEND_METHOD(FFI_CType, getSize);
186 ZEND_ME(FFI_CType, getSize, arginfo_class_FFI_CType_getSize, ZEND_ACC_PUBLIC)
/php-src/ext/phar/tests/
H A Dphar_oo_002.phpt19 var_dump($ent->getSize());
/php-src/ext/phar/phar/
H A Dpharcommand.inc1507 $csize += $ent->getSize();
1510 $usize += $ent->getSize();

Completed in 44 milliseconds

12