Home
last modified time | relevance | path

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

/PHP-5.5/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 DSplFixedArray_getSize_pass_param.phpt2 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 DSplFixedArray_serialize.phpt21 printf("getSize(): %d\n", $unser->getSize());
32 getSize(): 5
H A Dfileobject_getsize_basic.phpt2 SPL: SplFileObject::getSize
14 echo $s->getSize();
H A Dbug67247.phpt6 echo "size: ".$ar->getSize()."\n";
8 echo "size: ".$ar->getSize()."\n";
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.phpt65 var_dump(count($a), $a->getSize(), count($a) == $a->getSize());
H A Dfixedarray_015.phpt24 var_dump($a->getSize());
/PHP-5.5/ext/phar/tests/
H A Dphar_oo_002.phpt23 var_dump($ent->getSize());
H A Dphar_oo_002U.phpt23 var_dump($ent->getSize());
/PHP-5.5/ext/spl/
H A Dspl.php895 function getSize() {/**/} function in SplFileInfo
H A Dspl_fixedarray.c775 SPL_METHOD(SplFixedArray, getSize) in SPL_METHOD() argument
1123 SPL_ME(SplFixedArray, getSize, arginfo_splfixedarray_void, ZEND_ACC_PUBLIC)
H A Dspl_directory.c1181 FileInfoFunction(getSize, FS_SIZE) in FileInfoFunction()
1959 SPL_ME(SplFileInfo, getSize, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc1495 $csize += $ent->getSize();
1498 $usize += $ent->getSize();
/PHP-5.5/
H A DNEWS2188 . Fix bug #60560 (SplFixedArray un-/serialize, getSize(), count() return 0,

Completed in 62 milliseconds