Home
last modified time | relevance | path

Searched refs:count (Results 451 – 475 of 1307) sorted by relevance

1...<<11121314151617181920>>...53

/PHP-7.3/ext/standard/tests/strings/
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 Dchunk_split_variation4.phpt78 $count = 0;
80 echo "-- Iteration ".($count+1). " --\n";
82 $count++;
H A Dltrim_variation2.phpt72 $count = 1;
74 echo "-- Iteration $count --\n";
77 $count ++;
H A Dnl2br_variation5.phpt78 $count = 1;
80 echo "-- Iteration $count --\n";
82 $count ++ ;
H A Dprintf_variation2.phpt89 $count = 1;
91 echo "\n-- Iteration $count --\n";
103 $count++;
H A Drtrim_variation2.phpt72 $count = 1;
74 echo "-- Iteration $count --\n";
77 $count ++;
H A Dtrim_variation2.phpt72 $count = 1;
74 echo "-- Iteration $count --\n";
77 $count ++;
H A Dstrrchr_variation1.phpt76 $count = 1;
77 for($index=0; $index<count($needle); $index++) {
78 echo "\n-- Iteration $count --\n";
80 $count++;
H A Dstrrpos_variation1.phpt66 $count = 1;
67 for($index=0; $index<count($needle); $index++) {
68 echo "-- Iteration $count --\n";
71 $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]) );
/PHP-7.3/ext/odbc/
H A Dphp_odbc_includes.h244 odbc_result *odbc_get_result(HashTable *list, int count);
245 void odbc_del_result(HashTable *list, int count);
247 odbc_connection *odbc_get_conn(HashTable *list, int count);
/PHP-7.3/ext/standard/tests/file/
H A Dinclude_userstream_002.phpt27 function stream_read($count)
30 return fread($this->stream, $count);
32 $ret = substr($this->data, $this->pos, $count);
/PHP-7.3/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-7.3/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-7.3/main/
H A Dspprintf.c138 #define PAD_CHAR(xbuf, ch, count, is_char) do { \ argument
140 smart_string_alloc(((smart_string *)(xbuf)), (count), 0); \
141 memset(((smart_string *)(xbuf))->c + ((smart_string *)(xbuf))->len, (ch), (count)); \
142 ((smart_string *)(xbuf))->len += (count); \
144 smart_str_alloc(((smart_str *)(xbuf)), (count), 0); \
145 memset(ZSTR_VAL(((smart_str *)(xbuf))->s) + ZSTR_LEN(((smart_str *)(xbuf))->s), (ch), (count)); \
146 ZSTR_LEN(((smart_str *)(xbuf))->s) += (count); \
/PHP-7.3/Zend/tests/
H A Dvm_stack_with_arg_extend.phpt7 var_dump(count($args));
/PHP-7.3/ext/spl/tests/
H A Dcountable_class_basic1.phpt23 Method [ <internal%s> abstract public method count ] {
/PHP-7.3/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 …]
H A Dpdo_mysql_prepare_emulated.phpt144 if (count(($tmp = $stmt->fetchAll(PDO::FETCH_ASSOC))) != 2)
149 if (count(($tmp = $stmt->fetchAll(PDO::FETCH_ASSOC))) != 0)
163 if (count(($tmp = $stmt->fetchAll(PDO::FETCH_ASSOC))) != 2)
185 if (count(($tmp = $stmt->fetchAll(PDO::FETCH_ASSOC))) != 0)
192 if (count(($tmp = $stmt->fetchAll(PDO::FETCH_ASSOC))) != 2)
197 if (count(($tmp = $stmt->fetchAll(PDO::FETCH_ASSOC))) != 1)
249 if (count(($tmp = $stmt->fetchAll(PDO::FETCH_ASSOC))) != 2)
254 if (count(($tmp = $stmt->fetchAll(PDO::FETCH_ASSOC))) != 0)
294 if (count(($tmp = $stmt->fetchAll(PDO::FETCH_ASSOC))) != 0)
301 if (count(($tmp = $stmt->fetchAll(PDO::FETCH_ASSOC))) != 2)
[all …]
/PHP-7.3/ext/gd/tests/
H A Dbug74031.phpt11 var_dump(count($ref->getParameters()));

Completed in 28 milliseconds

1...<<11121314151617181920>>...53