Home
last modified time | relevance | path

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

12345678910>>...16

/php-src/Zend/tests/numeric_strings/
H A Dtrailling_whitespaces.phpt39 $num = +$string;
40 \assert($num == 123);
/php-src/ext/mysqli/tests/
H A Dmysqli_rollback.phpt38 if (!$res = mysqli_query($link, 'SELECT COUNT(*) AS num FROM test'))
41 if (0 != $tmp['num'])
42 printf("[12] Expecting 0 rows in table test, found %d rows\n", $tmp['num']);
H A Dmysqli_commit.phpt41 if (!$res = mysqli_query($link, 'SELECT COUNT(*) AS num FROM test'))
44 if (1 != $tmp['num'])
45 printf("[12] Expecting 1 row in table test, found %d rows\n", $tmp['num']);
H A Dmysqli_stmt_fetch_geom.phpt66 $num = 0;
70 $num++;
73 if ($num != 3) {
75 $offset + 17, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt), $num);
H A Dmysqli_stmt_get_result_geom.phpt65 $num = 0;
107 $num++;
110 if ($num != 3) {
112 $offset + 18, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt), $num);
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_fetch_both.phpt18 $num = $stmt->fetch(PDO::FETCH_NUM);
26 $computed_both = array_merge($num, $assoc);
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.lua73 local num = map_action[name]
74 out:write(format(" %-10s %02X %d\n", name, num, num))
99 local function waction(action, val, a, num)
103 if a or num then secpos = secpos + (num or 1) end
1109 local num = ctypenum + 1
1112 ctypefmt = format("Dt%X(%%s)", num),
1115 wline(format("#define Dt%X(_V) (int)(ptrdiff_t)&(((%s *)0)_V)", num, ctype))
1116 ctypenum = num
1137 function _M.section(num)
1138 waction("SECTION", num)
/php-src/sapi/phpdbg/
H A Dphpdbg_cmd.h54 zend_long num; member
73 (v)->num = 0; \
110 int num; member
H A Dphpdbg_break.c49 phpdbg_delete_breakpoint(param->num); in PHPDBG_BREAK()
/php-src/ext/standard/tests/array/
H A Darray_fill_variation3.phpt13 $num = 2;
54 var_dump( array_fill($start_key , $num , $val) );
H A Darray_product_variation6.phpt20 ["num"]=>
/php-src/ext/gmp/tests/
H A Dunserialize_with_reference.phpt14 ["num"]=>
H A Dbug66872.phpt16 gmp_testbit(): Argument #1 ($num) is not an integer string
/php-src/ext/bcmath/tests/
H A Dbcsqrt_error2.phpt16 bcsqrt(): Argument #1 ($num) is not well-formed
H A Dbcsqrt_error1.phpt17 bcsqrt(): Argument #1 ($num) must be greater than or equal to 0
H A Dbcpow_error3.phpt22 bcpow(): Argument #1 ($num) is not well-formed
/php-src/Zend/Optimizer/
H A Dpass1.c193 if (send1_opline->op2.num == 2) { in zend_optimizer_pass1()
236 opline->result.num = 0; in zend_optimizer_pass1()
293 opline->op2.num = 0; in zend_optimizer_pass1()
301 opline->op2.num = 0; in zend_optimizer_pass1()
322 opline->op2.num = 0; in zend_optimizer_pass1()
/php-src/Zend/
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";
H A Dzend_operators.h885 *--buf = (char) (num % 10) + '0'; in zend_print_ulong_to_buf()
886 num /= 10; in zend_print_ulong_to_buf()
887 } while (num > 0); in zend_print_ulong_to_buf()
893 if (num < 0) { in zend_print_long_to_buf()
898 return zend_print_ulong_to_buf(buf, num); in zend_print_long_to_buf()
902 ZEND_API zend_string* ZEND_FASTCALL zend_long_to_str(zend_long num);
903 ZEND_API zend_string* ZEND_FASTCALL zend_ulong_to_str(zend_ulong num);
904 ZEND_API zend_string* ZEND_FASTCALL zend_u64_to_str(uint64_t num);
905 ZEND_API zend_string* ZEND_FASTCALL zend_i64_to_str(int64_t num);
906 ZEND_API zend_string* ZEND_FASTCALL zend_double_to_str(double num);
[all …]
/php-src/ext/json/
H A Djson_encoder.c86 char num[ZEND_DOUBLE_MAX_LENGTH]; in php_json_encode_double() local
88 zend_gcvt(d, (int)PG(serialize_precision), '.', 'e', num); in php_json_encode_double()
89 len = strlen(num); in php_json_encode_double()
90 …if (options & PHP_JSON_PRESERVE_ZERO_FRACTION && strchr(num, '.') == NULL && len < ZEND_DOUBLE_MAX… in php_json_encode_double()
91 num[len++] = '.'; in php_json_encode_double()
92 num[len++] = '0'; in php_json_encode_double()
93 num[len] = '\0'; in php_json_encode_double()
95 smart_str_appendl(buf, num, len); in php_json_encode_double()
/php-src/ext/phar/tests/zip/
H A Dbug48791.phpt12num-suffix="." text:bullet-char="•"><style:list-level-properties text:list-level-position-and-spac…
/php-src/ext/gmp/
H A Dphp_gmp_int.h20 mpz_t num; member
/php-src/ext/xmlreader/tests/
H A D015-get-errors.phpt11 …ww.ns1.namespace.org/" xmlns:ns2="http://www.ns2.namespace.org/"><book ns1:num="1" ns2:idx="2" ns1…
51 ns1:num: 1
/php-src/ext/standard/
H A Dformatted_print.c329 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 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-src/ext/dba/libcdb/
H A Dcdb_make.h35 int num; member

Completed in 51 milliseconds

12345678910>>...16