Home
last modified time | relevance | path

Searched refs:num (Results 226 – 250 of 380) sorted by relevance

12345678910>>...16

/php-src/ext/standard/tests/array/
H A Darray_sum_variation9.phpt20 ["num"]=>
/php-src/Zend/tests/
H A Dbug29896.phpt5 function userErrorHandler($num, $msg, $file, $line)
H A Dbug51827.phpt2 Bug #51827 (Bad warning when register_shutdown_function called with wrong num of parameters)
H A Dbug75290.phpt17 ["$num"]=>
/php-src/ext/bcmath/tests/
H A Dbug75178.phpt19 bcpowmod(): Argument #1 ($num) cannot have a fractional part
H A Dbcpowmod_error.phpt28 bcpowmod(): Argument #1 ($num) is not well-formed
/php-src/ext/bcmath/libbcmath/src/
H A Ddiv.c45 static void _one_mult(unsigned char *num, size_t size, int digit, unsigned char *result) in _one_mult() argument
54 memcpy(result, num, size); in _one_mult()
57 nptr = (unsigned char *) (num + size - 1); in _one_mult()
/php-src/ext/opcache/jit/ir/dynasm/
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.lua72 local num = map_action[name]
73 out:write(format(" %-10s %02X %d\n", name, num, num))
98 local function waction(action, val, a, num)
102 if a or num then secpos = secpos + (num or 1) end
1154 local num = ctypenum + 1
1157 ctypefmt = format("Dt%X(%%s)", num),
1160 wline(format("#define Dt%X(_V) (int)(ptrdiff_t)&(((%s *)0)_V)", num, ctype))
1161 ctypenum = num
1182 function _M.section(num)
1183 waction("SECTION", num)
/php-src/ext/gmp/tests/
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
H A Dgh9308.phpt19 gmp_init(): Argument #1 ($num) must be of type string|int, GMP given
H A Dgmp_popcount.phpt31 gmp_popcount(): Argument #1 ($num) must be of type GMP|string|int, array given
H A Dgmp_dynamic_property.phpt22 ["num"]=>
/php-src/sapi/phpdbg/
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-src/Zend/tests/numeric_strings/
H A Dneg_num_string.phpt2 Test edge-cases for negative num strings in interpolated string offsets
/php-src/ext/pgsql/tests/
H A D32nb_async_query.phpt18 pg_query($db, "CREATE TABLE {$table_name} (num int, str text, bin bytea)");
56 pg_field_num($result, "num");
H A D04async_query.phpt14 pg_query($db, "CREATE TABLE {$table_name} (num int, str text, bin bytea)");
52 pg_field_num($result, "num");
H A D06copy.phpt14 pg_query($db, "CREATE TABLE {$table_name} (num int, str text, bin bytea)");
/php-src/ext/reflection/tests/
H A DReflectionMethod_006.phpt2 ReflectionMethod methods - wrong num args
/php-src/ext/pdo_mysql/tests/
H A Dbug_51670.phpt14 $query = $db->prepare('SELECT 1 AS num');
/php-src/ext/mysqli/tests/
H A Dmysqli_commit_oo.phpt55 if (!$res = $mysqli->query('SELECT COUNT(*) AS num FROM test')) {
60 if (1 != $tmp['num']) {
61 printf("[010] Expecting 1 row in table test, found %d rows\n", $tmp['num']);
H A Dmysqli_num_rows.phpt41 if ($res = mysqli_query($link, 'SELECT COUNT(id) AS num FROM test')) {
46 func_test_mysqli_num_rows($link, "SELECT id, label FROM test", (int)$row['num'], 25);
/php-src/ext/xmlreader/tests/
H A D006.phpt9 <books><book num="1"></book><test /></books>';
/php-src/main/
H A Dspprintf.c150 #define STR_TO_DEC(str, num) do { \ argument
151 num = NUM(*str++); \
153 num *= 10; \
154 num += NUM(*str++); \
155 if (num >= INT_MAX / 10) { \
/php-src/Zend/
H A Dzend_smart_str.c116 smart_str *str, double num, int precision, bool zero_fraction) { in smart_str_append_double() argument
119 zend_gcvt(num, precision ? precision : 1, '.', 'E', buf); in smart_str_append_double()
121 if (zero_fraction && zend_finite(num) && !strchr(buf, '.')) { in smart_str_append_double()

Completed in 45 milliseconds

12345678910>>...16