Home
last modified time | relevance | path

Searched refs:num (Results 1 – 25 of 205) sorted by last modified time

123456789

/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()
/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/tests/classes/
H A Diterators_001.phpt10 private $num = 0;
14 $this->num = 0;
20 $more = $this->num < $this->obj->max;
26 return $this->num;
30 $this->num++;
34 switch($this->num) {
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/main/
H A Dsnprintf.c326 magnitude = (u_wide_int) num; in ap_php_conv_10()
329 *is_negative = (num < 0); in ap_php_conv_10()
341 wide_int t = num + 1; in ap_php_conv_10()
344 magnitude = (u_wide_int) num; in ap_php_conv_10()
491 *--p = digits[num & mask]; in ap_php_conv_p2()
492 num >>= nbits; in ap_php_conv_p2()
494 while (num); in ap_php_conv_p2()
543 #define STR_TO_DEC( str, num ) \ argument
544 num = NUM( *str++ ) ; \
547 num *= 10 ; \
[all …]
H A Dsnprintf.h89 PHPAPI char * php_conv_fp(register char format, register double num,
155 extern char * ap_php_conv_10(register wide_int num, register bool_int is_unsigned,
158 extern char * ap_php_conv_p2(register u_wide_int num, register int nbits,
H A Dspprintf.c164 #define STR_TO_DEC(str, num) do { \ argument
165 num = NUM(*str++); \
167 num *= 10; \
168 num += NUM(*str++); \
169 if (num >= INT_MAX / 10) { \
/PHP-5.5/
H A Dltmain.sh5041 void * xmalloc (size_t num);
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c319 static int add_long(zval* list, char* id, int num) {
320 if(id) return add_assoc_long(list, id, num);
321 else return add_next_index_long(list, num);
324 static int add_double(zval* list, char* id, double num) {
325 if(id) return add_assoc_double(list, id, num);
326 else return add_next_index_double(list, num);
/PHP-5.5/ext/xmlreader/tests/
H A D009.phpt10 <books><book num="1"><test /></book><book num="2" /></books>';
22 echo $reader->getAttribute('num');
H A D003.phpt11 <books><book num="1" idx="2">book1</book></books>';
28 echo "1st attr (num) failed\n";
41 $attr = $reader->moveToAttribute('num');
45 if ($reader->getAttribute('num') == $reader->value) {
46 echo "attr num failed\n";
78 num: 1
80 num: 1
82 num: 1
H A D004.phpt11 <books><book num="1" idx="2">book1</book></books>';
39 Attribute Name: num
H A D006.phpt10 <books><book num="1"></book><test /></books>';
/PHP-5.5/ext/standard/
H A Dtype.c136 zval **num; in PHP_FUNCTION() local
142 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Z", &num) == FAILURE) { in PHP_FUNCTION()
149 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Zl", &num, &arg_base) == FAILURE) { in PHP_FUNCTION()
159 RETVAL_ZVAL(*num, 1, 0); in PHP_FUNCTION()
168 zval **num; in PHP_FUNCTION() local
170 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Z", &num) == FAILURE) { in PHP_FUNCTION()
174 RETVAL_ZVAL(*num, 1, 0); in PHP_FUNCTION()
197 zval **num, *tmp; in PHP_FUNCTION() local
201 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Z", &num) == FAILURE) { in PHP_FUNCTION()
205 zend_make_printable_zval(*num, &expr_copy, &use_copy); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_f_2.phpt17 $num = 100.1;
21 var_dump(sprintf($format, $num, $location));
25 var_dump(sprintf($format, $num, $location));
29 var_dump(sprintf($format, $num, $location));
34 var_dump(sprintf($format, $num, $location));
H A Dprintf.phpt117 foreach( $int_numbers as $num )
120 printf( "%e", $num );
H A Dprintf_64bit.phpt117 foreach( $int_numbers as $num )
120 printf( "%e", $num );
H A Dhtmlentities22.phpt141 &#0; CHANGED (&amp;&num;0&semi;, &amp;#0;)
142 &#1; CHANGED (&amp;&num;1&semi;, &amp;#1;)
145 &#x0B; CHANGED (&amp;&num;x0B&semi;, &amp;#x0B;)
147 &#x0D; CHANGED (&amp;&num;x0D&semi;, &amp;#x0D;)
148 &#x0E; CHANGED (&amp;&num;x0E&semi;, &amp;#x0E;)
149 &#x1F; CHANGED (&amp;&num;x1F&semi;, &amp;#x1F;)
151 &#x7F; CHANGED (&amp;&num;x7F&semi;, &amp;#x7F;)
152 &#x80; CHANGED (&amp;&num;x80&semi;, &amp;#x80;)
153 &#x9F; CHANGED (&amp;&num;x9F&semi;, &amp;#x9F;)
228 &#0; CHANGED (&amp;&num;0&semi;, &amp;#0;)
[all …]
H A Dhtmlentities_html5.phpt118 &num; U+00023
H A Dget_html_translation_table_basic5.phpt1131 [#] => &num;
H A Dget_html_translation_table_basic6.phpt60 [#] => &num;
H A Dfprintf_variation_005.phpt22 foreach( $int_numbers as $num ) {
24 fprintf( $fp, "%e", $num );
H A Dchunk_split_variation6.phpt63 string(47) "This is):( string):( with 1):(234 num):(bers):("

Completed in 63 milliseconds

123456789