Home
last modified time | relevance | path

Searched refs:count (Results 126 – 150 of 1230) sorted by relevance

12345678910>>...50

/PHP-5.5/scripts/dev/generate-phpt/src/
H A DgtTestCaseWriter.php9 public static function write($name, $string, $type, $count = 0) { argument
19 $fileName = $name."_variation".$count.".phpt";
H A DgtMethod.php96 if(count ($this->constructorArgumentNames) > 0) {
98 for( $i = 0; $i < count( $this->constructorArgumentNames ); $i++) {
121 if(count ($this->constructorArgumentNames) > 0) {
/PHP-5.5/ext/ldap/tests/
H A Dldap_rename_basic.phpt34 ["count"]=>
40 ["count"]=>
49 ["count"]=>
56 ["count"]=>
H A Dldap_mod_replace_basic.phpt40 ["count"]=>
46 ["count"]=>
53 ["count"]=>
H A Dldap_search_variation1.phpt37 ["count"]=>
43 ["count"]=>
50 ["count"]=>
/PHP-5.5/ext/standard/tests/math/
H A Dnumber_format_basic.phpt19 for ($i = 0; $i < count($values); $i++) {
25 for ($i = 0; $i < count($values); $i++) {
31 for ($i = 0; $i < count($values); $i++) {
37 for ($i = 0; $i < count($values); $i++) {
/PHP-5.5/ext/mbstring/tests/
H A Dmb_split.phpt15 function verify_split( $spliton, $str, $count = 0 )
17 $result1 = mb_split( $spliton, $str, $count );
18 $result2 = split( $spliton, $str, $count );
22 print count($result1).'-'.count($result2)."\n";
/PHP-5.5/ext/standard/tests/array/
H A Darray_map_variation16.phpt31 for($count = 0; $count < count($callback_names); $count++)
33 echo "-- Iteration ".($count + 1)." --\n";
34 var_dump( array_map($callback_names[$count], $arr1) );
/PHP-5.5/ext/standard/tests/strings/
H A Dchunk_split_variation5.phpt39 for($count = 0; $count < count($values); $count++) {
40 echo "-- Iteration $count --\n";
41 var_dump( chunk_split($str, $values[$count], $ending) );
H A Dchunk_split_variation6.phpt41 for($count = 0;$count < count($values);$count++) {
42 echo "-- Iteration $count --\n";
43 var_dump( chunk_split($values[$count], $chunklen, $ending) );
H A Dstr_split_variation3.phpt41 for($count = 0; $count < count($values); $count++) {
42 echo "-- Iteration ".($count+1)." --\n";
43 var_dump( str_split($values[$count], $split_length) );
H A Dstr_split_variation7_64bit.phpt40 for($count = 0; $count < count($values); $count++) {
41 echo "-- Iteration ".($count + 1)." --\n";
42 var_dump( str_split($str, $values[$count]) );
H A Dchunk_split_variation7.phpt39 for($count = 0; $count < count($values); $count++) {
40 echo "-- Iteration ".($count+1)." --\n";
41 var_dump( chunk_split( $values[$count], $chunklen, $ending) );
H A Dsha1_variation1.phpt81 for($count = 0; $count < count($values); $count++) {
82 echo "-- Iteration ".($count+1)." --\n";
83 var_dump( sha1($values[$count], $raw) );
/PHP-5.5/tests/lang/
H A DforeachLoopObjects.006.phpt24 $count=0;
30 if (++$count>10) {
41 $count=0;
47 if (++$count>10) {
58 $count=0;
64 if (++$count>10) {
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput1911 Capturing subpattern count = 0
23 Capturing subpattern count = 0
35 Capturing subpattern count = 0
47 Capturing subpattern count = 0
53 Capturing subpattern count = 0
89 Capturing subpattern count = 0
99 Capturing subpattern count = 0
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Ddiv.c94 unsigned int len1, len2, scale2, qdigits, extra, count; in bc_divide() local
218 for (count = 0; count < len2+1; count++) in bc_divide()
239 for (count = 0; count < len2; count++) in bc_divide()
/PHP-5.5/ext/shmop/
H A Dshmop.c59 ZEND_ARG_INFO(0, count)
241 long shmid, start, count; in PHP_FUNCTION() local
248 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lll", &shmid, &start, &count) == FAILURE) { in PHP_FUNCTION()
259 if (count < 0 || start > (INT_MAX - count) || start + count > shmop->size) { in PHP_FUNCTION()
265 bytes = count ? count : shmop->size - start; in PHP_FUNCTION()
/PHP-5.5/ext/phar/tests/zip/
H A Dcorrupt_001.phpt2 Phar: corrupted zip (count mismatch)
21 phar error: corrupt zip archive, conflicting file count in end of central directory record in zip-b…
22 phar error: corrupt zip archive, conflicting file count in end of central directory record in zip-b…
/PHP-5.5/ext/spl/tests/
H A DSplFixedArray_serialize.phpt20 printf("count: %d\n", count($unser));
31 count: 5
/PHP-5.5/ext/standard/tests/file/
H A Dbug24482.phpt27 if (count($dirs) != count($globdirs)) {
28 echo "Directory count mismatch\n";
H A Dpopen_pclose_error-sunos.phpt38 Warning: Wrong parameter count for popen() in %s on line %d
41 Warning: Wrong parameter count for popen() in %s on line %d
46 Warning: Wrong parameter count for pclose() in %s on line %d
49 Warning: Wrong parameter count for pclose() in %s on line %d
/PHP-5.5/ext/soap/interop/
H A Dtest.utility.php46 $d = max(min(strlen(count($m1)?$m1[1]:'0'),strlen(count($m2)?$m2[1]:'0')),2);
81 if (count($ar1) != count($ar2)) return FALSE;
129 if (gettype($v) == 'array' && count($v)==1) {
/PHP-5.5/ext/intl/tests/
H A Dtransliterator_list_ids_basic.phpt9 var_dump(count(transliterator_list_ids()) > 100);
10 var_dump(count(Transliterator::listIDs()) > 100);
/PHP-5.5/scripts/dev/
H A Dcheck_parameters.php83 $right = $count = count($lines_offset)-1;
91 if (++$mid > $count || $lines_offset[$mid] > $offset) {
142 if ($idx >= count($db)) {
314 if (count($split) < 2) continue; // no functions defined on this file
323 for ($i = 0; $i < count($lines); ++$i) {
332 for ($i = 0; $i < count($split); $i+=2) {

Completed in 136 milliseconds

12345678910>>...50