Home
last modified time | relevance | path

Searched refs:num (Results 176 – 200 of 269) sorted by relevance

1234567891011

/PHP-7.4/ext/gmp/
H A Dgmp.c234 mpz_t num; member
262 GET_GMP_OBJECT_FROM_OBJ(Z_OBJ_P(zval))->num
285 mpz_clear(temp.num); \
294 if (convert_to_gmp(temp.num, zval, 0) == FAILURE) { \
295 mpz_clear(temp.num); \
310 if (convert_to_gmp(temp.num, zval, 0) == FAILURE) { \
325 if (convert_to_gmp(temp.num, zval, 0) == FAILURE) { \
378 mpz_clear(intern->num); in gmp_free_object_storage()
390 mpz_init(intern->num); in gmp_create_object_ex()
391 *gmpnum_target = intern->num; in gmp_create_object_ex()
[all …]
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_51670.phpt14 $query = $db->prepare('SELECT 1 AS num');
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_commit_oo.phpt61 if (!$res = $mysqli->query('SELECT COUNT(*) AS num FROM test')) {
66 if (1 != $tmp['num']) {
67 printf("[010] Expecting 1 row in table test, found %d rows\n", $tmp['num']);
H A Dmysqli_num_rows.phpt48 if ($res = mysqli_query($link, 'SELECT COUNT(id) AS num FROM test')) {
53 func_test_mysqli_num_rows($link, "SELECT id, label FROM test", (int)$row['num'], 25);
H A Dmysqli_stmt_affected_rows.phpt100 if (!($res = mysqli_query($link, "SELECT count(id) AS num FROM test")) ||
103 $num = (int)$tmp['num'];
113 if ($num !== ($tmp = mysqli_stmt_affected_rows($stmt)))
114 printf("[019] Expecting int/%d, got %s/%s\n", $num, gettype($tmp), $tmp);
H A Dmysqli_stmt_get_result_types.phpt77 $num = 0;
85 $offset + 10, $num,
93 $num++;
96 if ($num != 3) {
98 $offset + 11, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt), $num);
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_call_graph.h49 int num; member
H A Dpass2.c188 opline->op2.num = 0; in zend_optimizer_pass2()
191 opline->op2.num = 0; in zend_optimizer_pass2()
H A Dzend_optimizer.c216 static inline uint32_t alloc_cache_slots(zend_op_array *op_array, uint32_t num) { in alloc_cache_slots() argument
218 op_array->cache_size += num * sizeof(void *); in alloc_cache_slots()
283 opline->op2.num = alloc_cache_slots(op_array, 1); in zend_optimizer_update_op1_const()
291 opline->result.num = alloc_cache_slots(op_array, 1); in zend_optimizer_update_op1_const()
400 opline->result.num = alloc_cache_slots(op_array, 1); in zend_optimizer_update_op2_const()
434 opline->result.num = alloc_cache_slots(op_array, 1); in zend_optimizer_update_op2_const()
452 opline->result.num = alloc_cache_slots(op_array, 1); in zend_optimizer_update_op2_const()
461 opline->result.num = alloc_cache_slots(op_array, 2); in zend_optimizer_update_op2_const()
468 opline->result.num = alloc_cache_slots(op_array, 2); in zend_optimizer_update_op2_const()
801 && (opline->op1.num & ZEND_FETCH_CLASS_MASK) == ZEND_FETCH_CLASS_SELF) { in get_class_entry_from_op1()
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_utils.c594 static int phpdbg_xml_array_element_dump(zval *zv, zend_string *key, zend_ulong num) { in phpdbg_xml_array_element_dump() argument
601 phpdbg_xml(" name=\"%ld\"", num); in phpdbg_xml_array_element_dump()
617 static int phpdbg_xml_object_property_dump(zval *zv, zend_string *key, zend_ulong num) { in phpdbg_xml_object_property_dump() argument
636 phpdbg_xml(" name=\"%ld\" protection=\"public\"", num); in phpdbg_xml_object_property_dump()
657 zend_ulong num; in phpdbg_xml_var_dump() local
659 int (*element_dump_func)(zval *zv, zend_string *key, zend_ulong num); in phpdbg_xml_var_dump()
711 ZEND_HASH_FOREACH_KEY_VAL_IND(myht, num, key, val) { in phpdbg_xml_var_dump()
712 element_dump_func(val, key, num); in phpdbg_xml_var_dump()
H A Dxml.md129 - num: if possible, information about which parameter had a wrong argument
168 - num: the nth opline of a function/method/file
245 - <includedfileinfo num="" /> with num having an integer value, indicating the number of include…
256 - <variableinfo num="" /> with num having an integer value, indicating the number of (local or s…
274 - <literalinfo num="" /> with num having an integer value, indicating the number of literals, op…
298 - <classinfo num="" /> with num having an integer value, indicating the number of loaded user-de…
310 - <functioninfo num="" /> with num having an integer value, indicating the number of loaded user…
355 - introduced by <printinfo num="" /> (except for print opline) with num being the number of opco…
H A Dphpdbg_prompt.c146 add_next_index_long(&params, next->num); in phpdbg_call_register()
155 spprintf(&buffered, 0, "%s::%s#%ld", next->method.class, next->method.name, next->num); in phpdbg_call_register()
160 spprintf(&buffered, 0, "%s#%ld", next->str, next->num); in phpdbg_call_register()
713 phpdbg_notice("frame", "id=\"%d\"", "Currently in frame #%d", PHPDBG_G(frame).num); in PHPDBG_COMMAND()
715 phpdbg_switch_frame(param->num); in PHPDBG_COMMAND()
939 PHPDBG_FRAME(num) = 0; in PHPDBG_COMMAND()
1040 phpdbg_dump_backtrace(param->num); in PHPDBG_COMMAND()
1056 i = param->num; in PHPDBG_COMMAND()
1179 phpdbg_set_breakpoint_file(phpdbg_current_file(), strlen(phpdbg_current_file()), param->num); in PHPDBG_COMMAND()
1188 phpdbg_set_breakpoint_method_opline(param->method.class, param->method.name, param->num); in PHPDBG_COMMAND()
[all …]
/PHP-7.4/main/
H A Dspprintf.c154 #define STR_TO_DEC(str, num) do { \ argument
155 num = NUM(*str++); \
157 num *= 10; \
158 num += NUM(*str++); \
159 if (num >= INT_MAX / 10) { \
/PHP-7.4/Zend/tests/
H A Dnowdoc_015.phpt5 function error_handler($num, $msg, $file, $line, $vars) {
/PHP-7.4/ext/intl/formatter/
H A Dformatter_class.c140 ZEND_ARG_INFO(0, num)
145 ZEND_ARG_INFO(0, num)
/PHP-7.4/Zend/
H A Dzend_language_parser.y260 %type <num> returns_ref function fn is_reference is_variadic variable_modifiers
261 %type <num> method_modifiers non_empty_member_modifiers member_modifier
262 %type <num> class_modifiers class_modifier use_type backup_fn_flags
508 class_modifiers T_CLASS { $<num>$ = CG(zend_lineno); }
510 …{ $$ = zend_ast_create_decl(ZEND_AST_CLASS, $1, $<num>3, $7, zend_ast_get_str($4), $5, $6, $9, NUL…
511 | T_CLASS { $<num>$ = CG(zend_lineno); }
513 …{ $$ = zend_ast_create_decl(ZEND_AST_CLASS, 0, $<num>2, $6, zend_ast_get_str($3), $4, $5, $8, NULL…
528 T_TRAIT { $<num>$ = CG(zend_lineno); }
534 T_INTERFACE { $<num>$ = CG(zend_lineno); }
862 T_CLASS { $<num>$ = CG(zend_lineno); } ctor_arguments
[all …]
H A Dzend_operators.h947 static zend_always_inline char *zend_print_ulong_to_buf(char *buf, zend_ulong num) { in zend_print_ulong_to_buf() argument
950 *--buf = (char) (num % 10) + '0'; in zend_print_ulong_to_buf()
951 num /= 10; in zend_print_ulong_to_buf()
952 } while (num > 0); in zend_print_ulong_to_buf()
957 static zend_always_inline char *zend_print_long_to_buf(char *buf, zend_long num) { in zend_print_long_to_buf() argument
958 if (num < 0) { in zend_print_long_to_buf()
959 char *result = zend_print_ulong_to_buf(buf, ~((zend_ulong) num) + 1); in zend_print_long_to_buf()
963 return zend_print_ulong_to_buf(buf, num); in zend_print_long_to_buf()
967 ZEND_API zend_string* ZEND_FASTCALL zend_long_to_str(zend_long num);
H A Dzend_opcode.c563 int nest_levels = opline->op2.num; in zend_get_brk_cont_target()
564 int array_offset = opline->op1.num; in zend_get_brk_cont_target()
793 uint32_t num; in zend_calc_live_ranges() local
798 num = opnum; in zend_calc_live_ranges()
801 num = opnum - (opline->opcode == ZEND_OP_DATA); in zend_calc_live_ranges()
803 emit_live_range(op_array, var_num, num, last_use[var_num], needs_live_range); in zend_calc_live_ranges()
942 opline->op1.opline_num = op_array->try_catch_array[opline->op1.num].finally_op; in pass_two()
955 opline->op2.num = 0; in pass_two()
/PHP-7.4/ext/standard/tests/array/
H A Darray_fill_object.phpt5 /* Prototype : array array_fill(int $start_key, int $num, mixed $val)
6 …* Description: Create an array containing num elements starting with index start_key each initiali…
18 $num = 2;
199 var_dump( array_fill($start_key,$num,$val) );
/PHP-7.4/ext/pgsql/tests/
H A D24sync_query_prepared.phpt17 $result = pg_prepare($db, "php_test", "SELECT * FROM ".$table_name." WHERE num > \$1;");
/PHP-7.4/ext/gmp/tests/
H A Dgmp_init.phpt22 ["num"]=>
/PHP-7.4/ext/xmlreader/tests/
H A D015-move-errors.phpt11 …ww.ns1.namespace.org/" xmlns:ns2="http://www.ns2.namespace.org/"><book ns1:num="1" ns2:idx="2" ns1…
/PHP-7.4/ext/pdo_odbc/tests/
H A Dlong_columns.phpt74 foreach ($sizes as $num) {
75 $text = alpha_repeat($num);
76 $db->exec("INSERT INTO TEST VALUES($num, '$text')");
/PHP-7.4/ext/bcmath/
H A Dbcmath.c196 static void php_str2num(bc_num *num, char *str) in php_str2num() argument
201 if (!bc_str2num(num, str, 0)) { in php_str2num()
207 if (!bc_str2num(num, str, strlen(p+1))) { in php_str2num()
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c370 int i, num; in mbfl_encoding_detector_new() local
390 num = 0; in mbfl_encoding_detector_new()
395 num++; in mbfl_encoding_detector_new()
438 for (i = 0; i < num; i++) { in mbfl_encoding_detector_feed()
447 if ((num - 1) <= bad) { in mbfl_encoding_detector_feed()
567 int i, num, bad; in mbfl_identify_encoding() local
579 num = 0; in mbfl_identify_encoding()
583 num++; in mbfl_identify_encoding()
615 for (i = 0; i < num; i++) { in mbfl_identify_encoding()
628 for (i = 0; i < num; i++) { in mbfl_identify_encoding()
[all …]

Completed in 55 milliseconds

1234567891011