Home
last modified time | relevance | path

Searched refs:num (Results 201 – 225 of 274) sorted by last modified time

1234567891011

/PHP-7.2/Zend/
H A Dzend_compile.h37 (opline)->op1.num = 0; \
38 (opline)->op2.num = 0; \
39 (opline)->result.num = 0; \
74 uint32_t num; member
131 zend_ulong num; member
322 #define OBJ_PROP_NUM(obj, num) \ argument
323 (&(obj)->properties_table[(num)])
324 #define OBJ_PROP_TO_OFFSET(num) \ argument
325 ((uint32_t)(zend_uintptr_t)OBJ_PROP_NUM(((zend_object*)NULL), num))
610 # define CT_CONSTANT_EX(op_array, num) \ argument
[all …]
H A Dzend_exceptions.c554 static void _build_trace_string(smart_str *str, HashTable *ht, uint32_t num) /* {{{ */ in _build_trace_string() argument
559 smart_str_append_long(str, num); in _build_trace_string()
622 uint32_t num = 0; in ZEND_METHOD() local
639 _build_trace_string(&str, Z_ARRVAL_P(frame), num++); in ZEND_METHOD()
643 smart_str_append_long(&str, num); in ZEND_METHOD()
H A Dzend_bitset.h47 return __builtin_ctzl(num);
49 return __builtin_ctzll(num);
54 if (!BitScanForward64(&index, num)) {
56 if (!BitScanForward(&index, num)) {
66 if (num == Z_UL(0)) return SIZEOF_ZEND_LONG * 8;
70 if ((num & 0xffffffff) == 0) {n += 32; num = num >> Z_UL(32);}
72 if ((num & 0x0000ffff) == 0) {n += 16; num = num >> 16;}
73 if ((num & 0x000000ff) == 0) {n += 8; num = num >> 8;}
74 if ((num & 0x0000000f) == 0) {n += 4; num = num >> 4;}
75 if ((num & 0x00000003) == 0) {n += 2; num = num >> 2;}
[all …]
H A Dzend_API.c253 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_type_error(zend_bool throw_, int num, ze… in zend_wrong_parameter_type_error() argument
263 …class_name, space, get_active_function_name(), num, expected_error[expected_type], zend_zval_type_… in zend_wrong_parameter_type_error()
267 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_class_error(zend_bool throw_, int num, c… in zend_wrong_parameter_class_error() argument
273 class_name, space, get_active_function_name(), num, name, zend_zval_type_name(arg)); in zend_wrong_parameter_class_error()
277 …END_FASTCALL zend_wrong_callback_error(zend_bool throw_, int severity, int num, char *error) /* {{… in zend_wrong_callback_error() argument
284 class_name, space, get_active_function_name(), num, error); in zend_wrong_callback_error()
287 class_name, space, get_active_function_name(), num, error); in zend_wrong_callback_error()
290 class_name, space, get_active_function_name(), num, error); in zend_wrong_callback_error()
296 ZEND_API int ZEND_FASTCALL zend_parse_arg_class(zval *arg, zend_class_entry **pce, int num, int che… in zend_parse_arg_class() argument
312 class_name, space, get_active_function_name(), num, in zend_parse_arg_class()
[all …]
H A Dzend_API.h718 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_type_error(zend_bool throw_, int num, ze…
719 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_class_error(zend_bool throw_, int num, c…
720 …void ZEND_FASTCALL zend_wrong_callback_error(zend_bool throw_, int severity, int num, char *error);
1111 ZEND_API int ZEND_FASTCALL zend_parse_arg_class(zval *arg, zend_class_entry **pce, int num, int che…
H A Dzend_alloc.c285 uint32_t num; member
320 #define _BIN_DATA_SIZE(num, size, elements, pages, x, y) size, argument
325 #define _BIN_DATA_ELEMENTS(num, size, elements, pages, x, y) elements, argument
330 #define _BIN_DATA_PAGES(num, size, elements, pages, x, y) pages, argument
826 chunk->num = chunk->prev->num + 1;
1102 if (!heap->cached_chunks || chunk->num > heap->cached_chunks->num) {
1832 chunk->num = 0;
2774 chunk->num = 0;
H A Dmicro_bench.php261 $num = number_format($last_time,3);
262 $pad = str_repeat(" ", 24-strlen($name)-strlen($num));
264 echo $name.$pad.$num."\n";
267 echo $name.$pad.$num." ".$num2."\n";
278 $num = number_format($total,3);
279 $pad = str_repeat(" ", 24-strlen("Total")-strlen($num));
280 echo "Total".$pad.$num."\n";
H A Dbench.php366 $num = number_format($end-$start,3);
367 $pad = str_repeat(" ", 24-strlen($name)-strlen($num));
369 echo $name.$pad.$num."\n";
379 $num = number_format($total,3);
380 $pad = str_repeat(" ", 24-strlen("Total")-strlen($num));
381 echo "Total".$pad.$num."\n";
/PHP-7.2/Zend/tests/
H A Dnowdoc_015.phpt5 function error_handler($num, $msg, $file, $line, $vars) {
H A Dbug51827.phpt2 Bug #51827 (Bad warning when register_shutdown_function called with wrong num of parameters)
H A Dbug29896.phpt5 function userErrorHandler($num, $msg, $file, $line, $vars)
H A Dbug40809.phpt13 $num = 5000;
15 for ($i=0; $i<$num; $i++) {
18 for ($i=0; $i<$num; $i++) {
/PHP-7.2/
H A DREADME.PARAMETER_PARSING_API103 int num; /* XXX THIS IS WRONG!! Use zend_long instead. */
104 zend_parse_parameters(ZEND_NUM_ARGS(), "l", &num)
212 zend_long num;
217 if (zend_parse_parameters(ZEND_NUM_ARGS(), "a*l", &array, &varargs, &num_varargs, &num) == FAILURE)…
H A D.gdbinit331 set $num = $ht->nNumUsed
334 while $i < $num
/PHP-7.2/tests/classes/
H A Diterators_001.phpt8 private $num = 0;
12 $this->num = 0;
18 $more = $this->num < $this->obj->max;
24 return $this->num;
28 $this->num++;
32 switch($this->num) {
H A Diterators_002.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) {
H A Diterators_003.phpt8 private $num = 0;
18 $more = $this->num < $this->obj->max;
24 return $this->num;
28 $this->num++;
31 return $this->num;
/PHP-7.2/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 Dget_html_translation_table_basic5.phpt1131 [#] => &num;
H A Dget_html_translation_table_basic6.phpt60 [#] => &num;
H A Dhtml_entity_decode_html5.phpt1522 "&num;",
3656 &num; => # 23
H A Dhtmlentities_html5.phpt118 &num; U+00023
H A Dbug39873.phpt12 $num = 0+"1234.56";
13 echo number_format($num,2);
/PHP-7.2/ext/standard/tests/serialize/
H A Dprecision.phpt27 $num = unpack("d", pack("H*", $ns)); $num = reset($num);
28 echo "number: ", sprintf("%.17e", $num), "... ";
29 $num2 = unserialize(serialize($num));
/PHP-7.2/ext/standard/tests/general_functions/
H A Dbug27678.phpt9 $num = number_format(1e1000, 0, '', ' ');
10 var_dump(strlen($num) == 3); // $num == 'inf'

Completed in 123 milliseconds

1234567891011