Home
last modified time | relevance | path

Searched refs:num (Results 201 – 225 of 334) sorted by relevance

12345678910>>...14

/PHP-8.0/ext/dba/libcdb/
H A Dcdb_make.h35 int num; member
/PHP-8.0/Zend/tests/
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)
/PHP-8.0/ext/standard/tests/math/
H A Ddecbin_basic.phpt39 decbin(): Argument #1 ($num) must be of type int, string given
H A Ddecoct_basic.phpt39 decoct(): Argument #1 ($num) must be of type int, string given
H A Ddechex_basic.phpt39 dechex(): Argument #1 ($num) must be of type int, string given
/PHP-8.0/ext/opcache/Optimizer/
H A Dpass3.c122 (opline-1)->op2.num = 0; in zend_optimizer_pass3()
125 (opline-1)->op2.num = 0; in zend_optimizer_pass3()
200 opline->op2.num = 0; in zend_optimizer_pass3()
203 opline->op2.num = 0; in zend_optimizer_pass3()
285 opline->op2.num = 0; in zend_optimizer_pass3()
/PHP-8.0/Zend/
H A Dzend_compile.h33 (opline)->op1.num = 0; \
34 (opline)->op2.num = 0; \
35 (opline)->result.num = 0; \
66 uint32_t num; member
128 zend_ulong num; member
374 #define OBJ_PROP_NUM(obj, num) \ argument
375 (&(obj)->properties_table[(num)])
376 #define OBJ_PROP_TO_OFFSET(num) \ argument
377 ((uint32_t)(XtOffsetOf(zend_object, properties_table) + sizeof(zval) * (num)))
665 # define CT_CONSTANT_EX(op_array, num) \ argument
[all …]
/PHP-8.0/Zend/tests/numeric_strings/
H A Dneg_num_string.phpt2 Test edge-cases for negative num strings in interpolated string offsets
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_x86.lua105 local num = actfirst + n - 1
106 map_action[name] = num
113 local num = map_action[name]
114 out:write(format(" %-10s %02X %d\n", name, num, num))
149 if a or num then secpos = secpos + (num or 1) end
418 num < 0 and "(variable)" or num))
447 waction("IMM_PC64", imm, num)
2238 local num = ctypenum + 1
2245 ctypenum = num
2266 function _M.section(num)
[all …]
H A Ddasm_arm.lua70 local num = map_action[name]
71 out:write(format(" %-10s %02X %d\n", name, num, num))
96 local function waction(action, val, a, num)
100 if a or num then secpos = secpos + (num or 1) end
1041 local num = ctypenum + 1
1044 ctypefmt = format("Dt%X(%%s)", num),
1047 wline(format("#define Dt%X(_V) (int)(ptrdiff_t)&(((%s *)0)_V)", num, ctype))
1048 ctypenum = num
1069 function _M.section(num)
1070 waction("SECTION", num)
H A Ddasm_arm64.lua70 local num = map_action[name]
71 out:write(format(" %-10s %02X %d\n", name, num, num))
96 local function waction(action, val, a, num)
100 if a or num then secpos = secpos + (num or 1) end
1094 local num = ctypenum + 1
1097 ctypefmt = format("Dt%X(%%s)", num),
1100 wline(format("#define Dt%X(_V) (int)(ptrdiff_t)&(((%s *)0)_V)", num, ctype))
1101 ctypenum = num
1122 function _M.section(num)
1123 waction("SECTION", num)
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_stmt_fetch_geom.phpt65 $num = 0;
69 $num++;
72 if ($num != 3) {
74 $offset + 17, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt), $num);
H A Dmysqli_stmt_get_result_geom.phpt67 $num = 0;
109 $num++;
112 if ($num != 3) {
114 $offset + 18, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt), $num);
H A Dmysqli_num_rows.phpt42 if ($res = mysqli_query($link, 'SELECT COUNT(id) AS num FROM test')) {
47 func_test_mysqli_num_rows($link, "SELECT id, label FROM test", (int)$row['num'], 25);
/PHP-8.0/ext/standard/
H A Dformatted_print.c329 register zend_ulong num; in php_sprintf_append2n() local
338 num = (zend_ulong) number; in php_sprintf_append2n()
342 numbuf[--i] = chartable[(num & andbits)]; in php_sprintf_append2n()
343 num >>= n; in php_sprintf_append2n()
345 while (num > 0); in php_sprintf_append2n()
358 register zend_long num = ZEND_STRTOL(*buffer, &endptr, 10); in php_sprintf_getnumber() local
368 if (num >= INT_MAX || num < 0) { in php_sprintf_getnumber()
371 return (int) num; in php_sprintf_getnumber()
/PHP-8.0/ext/gmp/tests/
H A Dgmp_popcount.phpt31 gmp_popcount(): Argument #1 ($num) must be of type GMP|string|int, array given
H A Dgh9308.phpt19 gmp_init(): Argument #1 ($num) must be of type string|int, GMP given
H A Dbug80560.phpt216 gmp_init(): Argument #1 ($num) is not an integer string
217 gmp_init(): Argument #1 ($num) is not an integer string
219 gmp_init(): Argument #1 ($num) is not an integer string
220 gmp_init(): Argument #1 ($num) is not an integer string
/PHP-8.0/ext/reflection/tests/
H A DReflectionMethod_006.phpt2 ReflectionMethod methods - wrong num args
/PHP-8.0/ext/bcmath/tests/
H A Dbug75178.phpt21 bcpowmod(): Argument #1 ($num) cannot have a fractional part
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_opcode.c73 spprintf(&result, 0, "%" PRIu32, op.num); in phpdbg_decode_input_op()
75 if (op.num != (uint32_t)-1) { in phpdbg_decode_input_op()
76 spprintf(&result, 0, "try-catch(%" PRIu32 ")", op.num); in phpdbg_decode_input_op()
H A Dphpdbg_list.c58 …phpdbg_list_file(file, param->num < 0 ? 1 - param->num : param->num, (param->num < 0 ? param->num in PHPDBG_LIST()
/PHP-8.0/ext/xmlreader/tests/
H A D006.phpt9 <books><book num="1"></book><test /></books>';
/PHP-8.0/ext/pdo_mysql/tests/
H A Dbug_51670.phpt14 $query = $db->prepare('SELECT 1 AS num');

Completed in 141 milliseconds

12345678910>>...14