Searched refs:getSize (Results 1 – 19 of 19) sorted by relevance
/PHP-5.4/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 | SplFixedArray_getSize_pass_param.phpt | 2 SplFixedArray::getSize() pass a parameter when none are expected 8 echo "*test* ".$fixed_array->getSize(3); 11 Warning: SplFixedArray::getSize() expects exactly 0 parameters, 1 given in %s on line %d
|
H A D | SplFixedArray_serialize.phpt | 21 printf("getSize(): %d\n", $unser->getSize()); 32 getSize(): 5
|
H A D | bug67247.phpt | 6 echo "size: ".$ar->getSize()."\n"; 8 echo "size: ".$ar->getSize()."\n";
|
H A D | fileobject_getsize_basic.phpt | 2 SPL: SplFileObject::getSize 14 echo $s->getSize();
|
H A D | fixedarray_001.phpt | 40 var_dump(count($a), $a->getSize(), count($a) == $a->getSize());
|
H A D | SplFixedArray__construct_param_float.phpt | 10 echo $array->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 | fixedarray_002.phpt | 65 var_dump(count($a), $a->getSize(), count($a) == $a->getSize());
|
H A D | fixedarray_015.phpt | 24 var_dump($a->getSize());
|
/PHP-5.4/ext/phar/tests/ |
H A D | phar_oo_002.phpt | 23 var_dump($ent->getSize());
|
H A D | phar_oo_002U.phpt | 23 var_dump($ent->getSize());
|
/PHP-5.4/ext/spl/ |
H A D | spl.php | 895 function getSize() {/**/} function in SplFileInfo
|
H A D | spl_fixedarray.c | 775 SPL_METHOD(SplFixedArray, getSize) in SPL_METHOD() argument 1125 SPL_ME(SplFixedArray, getSize, arginfo_splfixedarray_void, ZEND_ACC_PUBLIC)
|
H A D | spl_directory.c | 1178 FileInfoFunction(getSize, FS_SIZE) in FileInfoFunction() 1961 SPL_ME(SplFileInfo, getSize, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
|
/PHP-5.4/ext/phar/phar/ |
H A D | pharcommand.inc | 1495 $csize += $ent->getSize(); 1498 $usize += $ent->getSize();
|
/PHP-5.4/ |
H A D | NEWS | 972 . Fixed bug #60560 (SplFixedArray un-/serialize, getSize(), count() return 0,
|
Completed in 51 milliseconds