Home
last modified time | relevance | path

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

1234567891011

/PHP-7.3/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_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);
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);
/PHP-7.3/ext/pdo_mysql/tests/
H A Dbug_51670.phpt14 $query = $db->prepare('SELECT 1 AS num');
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_utils.c595 static int phpdbg_xml_array_element_dump(zval *zv, zend_string *key, zend_ulong num) { in phpdbg_xml_array_element_dump() argument
602 phpdbg_xml(" name=\"%ld\"", num); in phpdbg_xml_array_element_dump()
618 static int phpdbg_xml_object_property_dump(zval *zv, zend_string *key, zend_ulong num) { in phpdbg_xml_object_property_dump() argument
637 phpdbg_xml(" name=\"%ld\" protection=\"public\"", num); in phpdbg_xml_object_property_dump()
658 zend_ulong num; in phpdbg_xml_var_dump() local
660 int (*element_dump_func)(zval *zv, zend_string *key, zend_ulong num); in phpdbg_xml_var_dump()
715 ZEND_HASH_FOREACH_KEY_VAL_IND(myht, num, key, val) { in phpdbg_xml_var_dump()
716 element_dump_func(val, key, num); in phpdbg_xml_var_dump()
H A Dphpdbg_parser.c1516 (yyval).file.line = (yyvsp[(3) - (3)]).num;
1526 (yyval).file.line = (yyvsp[(4) - (4)]).num;
1541 (yyval).file.line = (yyvsp[(4) - (4)]).num;
1556 (yyval).file.line = (yyvsp[(5) - (5)]).num;
1577 (yyval).num = (yyvsp[(5) - (5)]).num;
1588 (yyval).num = (yyvsp[(3) - (3)]).num;
1647 { PHPDBG_G(req_id) = (yyvsp[(1) - (1)]).num; }
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…
/PHP-7.3/main/
H A Dspprintf.c158 #define STR_TO_DEC(str, num) do { \ argument
159 num = NUM(*str++); \
161 num *= 10; \
162 num += NUM(*str++); \
163 if (num >= INT_MAX / 10) { \
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_call_graph.h49 int num; member
H A Dpass2.c181 opline->op2.num = 0; in zend_optimizer_pass2()
184 opline->op2.num = 0; in zend_optimizer_pass2()
H A Dpass1_5.c210 (opline->op1.num & ZEND_FETCH_CLASS_MASK) == ZEND_FETCH_CLASS_SELF) { in zend_optimizer_pass1()
217 ((opline - 1)->op1.num & ZEND_FETCH_CLASS_MASK) == ZEND_FETCH_CLASS_SELF) && in zend_optimizer_pass1()
276 if (send1_opline->op2.num == 2) { in zend_optimizer_pass1()
322 opline->result.num = 0; in zend_optimizer_pass1()
H A Dzend_optimizer.c235 static inline uint32_t alloc_cache_slots(zend_op_array *op_array, uint32_t num) { in alloc_cache_slots() argument
237 op_array->cache_size += num * sizeof(void *); in alloc_cache_slots()
294 opline->op2.num = alloc_cache_slots(op_array, 1); in zend_optimizer_update_op1_const()
302 opline->result.num = alloc_cache_slots(op_array, 1); in zend_optimizer_update_op1_const()
414 opline->result.num = alloc_cache_slots(op_array, 1); in zend_optimizer_update_op2_const()
450 opline->result.num = alloc_cache_slots(op_array, 1); in zend_optimizer_update_op2_const()
468 opline->result.num = alloc_cache_slots(op_array, 1); in zend_optimizer_update_op2_const()
477 opline->result.num = alloc_cache_slots(op_array, 2); in zend_optimizer_update_op2_const()
484 opline->result.num = alloc_cache_slots(op_array, 2); in zend_optimizer_update_op2_const()
981 && (opline->op1.num & ZEND_FETCH_CLASS_MASK) == ZEND_FETCH_CLASS_SELF) { in get_class_entry_from_op1()
[all …]
H A Ddfa_pass.c482 call_info->caller_call_opline->op1.num = send_needly->op1.num; in zend_dfa_optimize_calls()
738 opline->op2.num = 0; in zend_dfa_optimize_jmps()
745 opline->op2.num = 0; in zend_dfa_optimize_jmps()
769 opline->op2.num = 0; in zend_dfa_optimize_jmps()
776 opline->op2.num = 0; in zend_dfa_optimize_jmps()
802 opline->op2.num = 0; in zend_dfa_optimize_jmps()
809 opline->op2.num = 0; in zend_dfa_optimize_jmps()
818 opline->op1.num = opline->op2.num; in zend_dfa_optimize_jmps()
/PHP-7.3/Zend/
H A Dzend_language_parser.y256 %type <num> returns_ref function is_reference is_variadic variable_modifiers
257 %type <num> method_modifiers non_empty_member_modifiers member_modifier
258 %type <num> class_modifiers class_modifier use_type backup_fn_flags
503 class_modifiers T_CLASS { $<num>$ = CG(zend_lineno); }
505 …{ $$ = zend_ast_create_decl(ZEND_AST_CLASS, $1, $<num>3, $7, zend_ast_get_str($4), $5, $6, $9, NUL…
506 | T_CLASS { $<num>$ = CG(zend_lineno); }
508 …{ $$ = zend_ast_create_decl(ZEND_AST_CLASS, 0, $<num>2, $6, zend_ast_get_str($3), $4, $5, $8, NULL…
523 T_TRAIT { $<num>$ = CG(zend_lineno); }
529 T_INTERFACE { $<num>$ = CG(zend_lineno); }
856 T_CLASS { $<num>$ = CG(zend_lineno); } ctor_arguments
[all …]
H A Dzend_operators.h844 static zend_always_inline char *zend_print_ulong_to_buf(char *buf, zend_ulong num) { in zend_print_ulong_to_buf() argument
847 *--buf = (char) (num % 10) + '0'; in zend_print_ulong_to_buf()
848 num /= 10; in zend_print_ulong_to_buf()
849 } while (num > 0); in zend_print_ulong_to_buf()
854 static zend_always_inline char *zend_print_long_to_buf(char *buf, zend_long num) { in zend_print_long_to_buf() argument
855 if (num < 0) { in zend_print_long_to_buf()
856 char *result = zend_print_ulong_to_buf(buf, ~((zend_ulong) num) + 1); in zend_print_long_to_buf()
860 return zend_print_ulong_to_buf(buf, num); in zend_print_long_to_buf()
864 ZEND_API zend_string* ZEND_FASTCALL zend_long_to_str(zend_long num);
/PHP-7.3/ext/intl/formatter/
H A Dformatter_class.c140 ZEND_ARG_INFO(0, num)
145 ZEND_ARG_INFO(0, num)
/PHP-7.3/Zend/tests/
H A Dnowdoc_015.phpt5 function error_handler($num, $msg, $file, $line, $vars) {
/PHP-7.3/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.3/ext/mbstring/oniguruma/src/
H A Dregint.h216 int num; member
757 int num; member
764 MemNumType num; member
767 MemNumType num; member
819 MemNumType num; member
822 MemNumType num; member
931 extern CalloutListEntry* onig_reg_callout_list_at(regex_t* reg, int num);
/PHP-7.3/ext/pgsql/tests/
H A D24sync_query_prepared.phpt17 $result = pg_prepare($db, "php_test", "SELECT * FROM ".$table_name." WHERE num > \$1;");
/PHP-7.3/ext/gmp/tests/
H A Dgmp_init.phpt22 ["num"]=>
/PHP-7.3/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.3/ext/bcmath/
H A Dbcmath.c196 static void php_str2num(bc_num *num, char *str) in php_str2num() argument
201 bc_str2num(num, str, 0); in php_str2num()
205 bc_str2num(num, str, strlen(p+1)); in php_str2num()
/PHP-7.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c380 int i, num; in mbfl_encoding_detector_new() local
400 num = 0; in mbfl_encoding_detector_new()
405 num++; in mbfl_encoding_detector_new()
448 for (i = 0; i < num; i++) { in mbfl_encoding_detector_feed()
457 if ((num - 1) <= bad) { in mbfl_encoding_detector_feed()
577 int i, num, bad; in mbfl_identify_encoding() local
589 num = 0; in mbfl_identify_encoding()
593 num++; in mbfl_identify_encoding()
625 for (i = 0; i < num; i++) { in mbfl_identify_encoding()
638 for (i = 0; i < num; i++) { in mbfl_identify_encoding()
[all …]

Completed in 76 milliseconds

1234567891011