Home
last modified time | relevance | path

Searched refs:count (Results 1 – 25 of 1230) sorted by path

12345678910>>...50

/PHP-5.5/
H A D.gdbinit38 printf "Compiled variables count: %d\n", $c
57 set $count = (int)*($fst.arguments)
99 while $count > 0
100 set $zvalue = *(zval **)($fst.arguments - $count)
139 set $count = $count -1
140 if $count > 0
H A DCODING_STANDARDS90 underscore delimited, with care taken to minimize the letter count.
139 letter count. The initial letter of the name is lowercase, and each
H A DNEWS753 . Fixed bug #60509 (pcntl_signal doesn't decrease ref-count of old handler
1846 . Fixed bug #65051 (count() off by one inside unset()). (Nikita)
3935 . Fixed bug #53280 (PDO_Firebird segfaults if query column count less than param count).
4585 . Implemented FR #50692, not uploaded files don't count towards
6929 - Fixed bug #44650 (escaepshellscmd() does not check arg count). (Ilia)
6973 - Fixed bug #43840 (mb_strpos bounds check is byte count rather than a character count). (Rui)
7767 - Removed double "wrong parameter count" warnings in various functions.
8612 - Added SimpleXMLIterator::count().
8685 - Fixed bug #37060 (Type of retval of Countable::count() is not checked).
9081 - Added optional fifth parameter "count" to preg_replace_callback() and
[all …]
H A DREADME.STREAMS28 PHPAPI size_t php_stream_read(php_stream * stream, char * buf, size_t count);
30 count);
338 static size_t php_mysqlop_read(php_stream * stream, char * buf, size_t count)
342 if (buf == NULL && count == 0) {
H A DUPGRADING129 when an insufficient argument count is provided. Instead, the
/PHP-5.5/TSRM/
H A DTSRM.c27 int count; member
177 for (j=0; j<p->count; j++) { in tsrm_shutdown()
248 if (p->count < id_count) { in ts_allocate_id()
252 for (j=p->count; j<id_count; j++) { in ts_allocate_id()
258 p->count = id_count; in ts_allocate_id()
277 (*thread_resources_ptr)->count = id_count; in allocate_new_resource()
391 for (i=0; i<thread_resources->count; i++) { in tsrm_free_interpreter_context()
396 for (i=0; i<thread_resources->count; i++) { in tsrm_free_interpreter_context()
456 for (i=0; i<thread_resources->count; i++) { in ts_free_thread()
461 for (i=0; i<thread_resources->count; i++) { in ts_free_thread()
[all …]
/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/Zend/tests/
H A D017.phpt14 var_dump(count(get_loaded_extensions()));
16 var_dump(count(get_loaded_extensions(true)));
24 var_dump(count(get_defined_constants()));
31 var_dump(count(get_defined_functions()));
35 var_dump(count(get_declared_interfaces()));
40 var_dump(count(get_extension_funcs("standard")));
42 var_dump(count(get_extension_funcs("zend")));
H A Darray_type_hint_001.phpt6 echo count($a)."\n";
H A Dbug28377.phpt15 echo isset($btInfo[0]['args']) ? count($btInfo[0]['args']) : 'does not exist';
H A Dbug32674.phpt16 public function count() {
17 return count($this->_elements);
H A Dbug38779.phpt14 function stream_read($count) {
15 $ret = substr($this->data, $this->position, $count);
H A Dbug38779_1.phpt14 function stream_read($count) {
15 $ret = substr($this->data, $this->position, $count);
H A Dbug43323.phpt2 Bug #43323 (Wrong count abstract methods)
H A Dbug64988.phpt21 return parent::insert($data, count($data));
H A Dbug65051.phpt2 Bug #65051: count() off by one inside unset()
10 var_dump(count($this->array[0]));
H A Dcall_static.phpt9 echo $fname, '() called with ', count($args), " arguments\n";
H A Dcompare_001.phpt31 $var_cnt = count($a);
H A Dcompare_001_64bit.phpt31 $var_cnt = count($a);
H A Dcompare_002.phpt31 $var_cnt = count($a);
H A Dcompare_002_64bit.phpt31 $var_cnt = count($a);
H A Dcompare_003.phpt31 $var_cnt = count($a);
H A Dcompare_003_64bit.phpt31 $var_cnt = count($a);
H A Dcompare_004.phpt31 $var_cnt = count($a);
H A Dcompare_004_64bit.phpt31 $var_cnt = count($a);

Completed in 81 milliseconds

12345678910>>...50