Home
last modified time | relevance | path

Searched refs:num (Results 201 – 205 of 205) sorted by path

123456789

/PHP-5.5/tests/classes/
H A Diterators_002.phpt10 private $num = 0;
18 $this->num = 0;
21 $more = $this->num < $this->obj->max;
27 return $this->num;
31 $this->num++;
35 switch($this->num) {
H A Diterators_003.phpt10 private $num = 0;
20 $more = $this->num < $this->obj->max;
26 return $this->num;
30 $this->num++;
33 return $this->num;
H A Diterators_004.phpt23 public $num = 0;
27 return $this->num;
31 $this->num++;
35 return $this->num < $this->max;
39 switch($this->num) {
60 object:num=>0
/PHP-5.5/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt8 private $num = 0;
16 $this->num = 0;
19 $more = $this->num < $this->obj->max;
25 return $this->num;
29 $this->num++;
33 switch($this->num) {
/PHP-5.5/win32/
H A Dregistry.c104 ulong num; in LoadDirectory() local
109 … zend_hash_get_current_key_ex(parent_ht, &index, &index_len, &num, 0, &pos) == HASH_KEY_IS_STRING; in LoadDirectory()
257 ulong num; in UpdateIniFromRegistry() local
262 zend_hash_get_current_key_ex(ht, &index, &index_len, &num, 0, &pos) == HASH_KEY_IS_STRING; in UpdateIniFromRegistry()

Completed in 25 milliseconds

123456789