Home
last modified time | relevance | path

Searched refs:count (Results 426 – 450 of 1230) sorted by relevance

1...<<11121314151617181920>>...50

/PHP-5.5/ext/standard/tests/strings/
H A Dstristr_variation2.phpt72 $count = 1;
74 echo "-- Iteration $count --\n";
76 $count ++;
H A Dstrtok_variation3.phpt57 $count = 1;
59 echo "\n--- Iteration $count ---\n";
64 $count++;
H A Dstrtok_variation5.phpt51 for( $count = 1; $count <=5; $count++ ) {
H A Dtrim_variation2.phpt72 $count = 1;
74 echo "-- Iteration $count --\n";
77 $count ++;
H A Dstr_split_variation2.phpt87 for($count = 0; $count < count($values); $count++) {
88 echo "--Iteration ".($count+1)." --\n";
89 var_dump( str_split($str, $values[$count]) );
H A Dget_html_translation_table_basic7.phpt12 var_dump( count($tt) );
18 var_dump( count($tt) );
23 var_dump( count($tt) );
29 var_dump( count($tt) );
/PHP-5.5/ext/odbc/
H A Dphp_odbc_includes.h271 odbc_result *odbc_get_result(HashTable *list, int count);
272 void odbc_del_result(HashTable *list, int count);
274 odbc_connection *odbc_get_conn(HashTable *list, int count);
/PHP-5.5/sapi/cli/tests/
H A D006.phpt84 Parameter #4 [ <optional> &$count ]
94 Parameter #4 [ <optional> &$count ]
104 Parameter #4 [ <optional> &$count ]
/PHP-5.5/Zend/
H A Dbench.php268 $count = 1;
272 $mx[$i][$j] = $count++;
319 $count = 0;
321 $count = 0;
328 $count++;
332 print "Count: $count\n";
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt150 if (count(($tmp = $stmt->fetchAll(PDO::FETCH_ASSOC))) != 2)
155 if (count(($tmp = $stmt->fetchAll(PDO::FETCH_ASSOC))) != 0)
171 if (count(($tmp = $stmt->fetchAll(PDO::FETCH_ASSOC))) != 2)
175 if (count(($tmp = $stmt->fetchAll(PDO::FETCH_ASSOC))) != 2)
192 if (count(($tmp = $stmt->fetchAll(PDO::FETCH_ASSOC))) != 0)
198 if (count(($tmp = $stmt->fetchAll(PDO::FETCH_ASSOC))) != 1)
262 if (count(($tmp = $stmt->fetchAll(PDO::FETCH_ASSOC))) != 2)
267 if (count(($tmp = $stmt->fetchAll(PDO::FETCH_ASSOC))) != 0)
317 if (count(($tmp = $stmt->fetchAll(PDO::FETCH_ASSOC))) != 0)
323 if (count(($tmp = $stmt->fetchAll(PDO::FETCH_ASSOC))) != 2)
[all …]
/PHP-5.5/ext/standard/
H A Dsha1.h29 php_uint32 count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.h23 void umsg_parse_helper(UMessageFormat *fmt, int *count, zval ***args,
/PHP-5.5/Zend/tests/
H A Dglobals.inc6 var_dump(count($_SERVER));
/PHP-5.5/tests/classes/
H A Darrayobject_001.phpt9 echo count($a);
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c324 int n = count; in lsapi_writev()
1932 int count = 0; in LSAPI_ForeachOrgHeader_r() local
1952 ++count; in LSAPI_ForeachOrgHeader_r()
1979 ++count; in LSAPI_ForeachOrgHeader_r()
1997 return count; in LSAPI_ForeachOrgHeader_r()
2009 int count = 0; in LSAPI_ForeachHeader_r() local
2021 ++count; in LSAPI_ForeachHeader_r()
2618 int count = 0; in lsapi_check_child_status() local
2626 ++count; in lsapi_check_child_status()
3384 count = 64 - 1 - count; in lsapi_MD5Final()
[all …]
/PHP-5.5/
H A Drun-tests.php497 $argc = count($argv);
792 $test_cnt = count($test_files);
849 $exts_tested = count($exts_to_test);
943 $test_cnt = count($test_files);
954 if (0 == count($test_results)) {
1285 …if (@count($section_text['FILE']) + @count($section_text['FILEEOF']) + @count($section_text['FILE_…
1308 …if ((@count($section_text['EXPECT']) + @count($section_text['EXPECTF']) + @count($section_text['EX…
1573 if (count($IN_REDIRECT['TESTS']) == 1) {
1585 $test_cnt += @count($test_files) - 1;
2328 $n_total = count($test_results);
[all …]
/PHP-5.5/ext/sysvsem/
H A Dphp_sysvsem.h43 int count; /* Acquire count for auto-release. */ member
/PHP-5.5/ext/bcmath/tests/
H A Dbcadd_error1.phpt2 bcadd() incorrect argument count
H A Dbcmul_error1.phpt2 bcmul() incorrect argument count
H A Dbcpow_error3.phpt2 bcpow() incorrect argument count
H A Dbcsqrt_error2.phpt2 bcsqrt() incorrect argument count
H A Dbcsub_error1.phpt2 bcsub() incorrect argument count
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug66584.phpt47 $bind = join(', ', array_fill(0, count($data), '?'));
51 var_dump(count($data));
/PHP-5.5/ext/standard/tests/array/
H A Darray_unshift_basic2.phpt21 // returns element count in the resulting array after arguments are pushed to
30 // returns element count in the resulting array after arguments are pushed to
/PHP-5.5/ext/snmp/tests/
H A Dsnmp3.phpt40 var_dump(count($z));
46 var_dump(count($z));
52 var_dump(count($z));
59 var_dump(count($z));

Completed in 56 milliseconds

1...<<11121314151617181920>>...50