Home
last modified time | relevance | path

Searched refs:num (Results 151 – 175 of 380) sorted by relevance

12345678910>>...16

/php-src/ext/intl/tests/
H A Dformatter_get_error.phpt18 $num = ut_nfmt_parse_currency( $fmt, '123.45', $currency, $pos );
19 if( $num === false )
H A Dbug67052-win32.phpt18 $num = "1.234.567,891";
19 $res_str = $fmt->parse($num)."\n";
H A Dbug67052.phpt23 $num = "1.234.567,891";
24 $res_str = $fmt->parse($num)."\n";
/php-src/ext/standard/tests/strings/
H A Dbug39873.phpt12 $num = 0+"1234.56";
13 echo number_format($num,2);
H A Dfprintf_variation_005.phpt15 foreach( $int_numbers as $num ) {
17 fprintf( $fp, "%e", $num );
/php-src/ext/standard/tests/array/
H A Darray_rand.phpt43 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra…
44 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra…
45 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra…
H A Darray_fill_variation4.phpt10 $num = 2;
34 var_dump( array_fill($start_key,$num,array_fill($start_key,$num,$val)) );
/php-src/Zend/Optimizer/
H A Dzend_call_graph.c42 func_info->num = call_graph->op_arrays_count; in zend_op_array_collect()
151 uint32_t num = opline->op2.num; in zend_analyze_calls() local
152 if (num > 0) { in zend_analyze_calls()
153 num--; in zend_analyze_calls()
155 call_info->arg_info[num].opline = opline; in zend_analyze_calls()
185 if (zend_bitset_in(visited, func_info->num)) { in zend_is_indirectly_recursive()
188 zend_bitset_incl(visited, func_info->num); in zend_is_indirectly_recursive()
H A Dcompact_vars.c47 …uint32_t num = ((opline->extended_value * sizeof(zend_string*)) + (sizeof(zval) - 1)) / sizeof(zva… in zend_optimizer_compact_vars() local
48 while (num > 1) { in zend_optimizer_compact_vars()
49 num--; in zend_optimizer_compact_vars()
50 zend_bitset_incl(used_vars, VAR_NUM(opline->result.var) + num); in zend_optimizer_compact_vars()
/php-src/Zend/tests/generators/
H A Dbug71441.phpt6 $num = 2000; /* to be sure to be in wild memory */
7 $add = str_repeat("1 +", $num);
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_autocommit.phpt59 $num = $row['_num'];
62 $num++;
64 if ($row['_num'] != $num)
70 if ($row['_num'] != $num)
79 if ($row['_num'] != $num)
84 $num--;
86 if ($row['_num'] != $num)
/php-src/ext/pgsql/tests/
H A D22pg_fetch_object.phpt21 pg_query($db, "CREATE TABLE {$table_name} (num int, str text, bin bytea)");
24 $sql = "SELECT * FROM $table_name WHERE num = 0";
49 ["num"]=>
H A D12pg_insert.phpt17 $fields = array('num'=>'1234', 'str'=>'AAA', 'bin'=>'BBB');
25 INSERT INTO "php_pgsql_test" ("num","str","bin") VALUES (1234,E'AAA',E'BBB');
H A D16pg_result_status.phpt13 pg_query($db, "CREATE TABLE {$table_name} (num int, str text, bin bytea)");
15 $sql = "SELECT * FROM ".$table_name." WHERE num = -2";
/php-src/ext/gmp/tests/
H A Dgmp_strval.phpt68 gmp_strval(): Argument #1 ($num) is not an integer string
70 gmp_strval(): Argument #1 ($num) must be of type GMP|string|int, resource given
79 gmp_strval(): Argument #1 ($num) must be of type GMP|string|int, array given
80 gmp_strval(): Argument #1 ($num) must be of type GMP|string|int, stdClass given
H A Dgmp_pow2.phpt27 ["num"]=>
31 ["num"]=>
/php-src/ext/bcmath/tests/
H A Dbcround_error.phpt26 bcround(): Argument #1 ($num) is not well-formed
27 bcround(): Argument #1 ($num) is not well-formed
/php-src/sapi/phpdbg/
H A Dphpdbg_frame.c102 if (PHPDBG_FRAME(num) == 0) { in phpdbg_restore_frame()
113 PHPDBG_FRAME(num) = 0; in phpdbg_restore_frame()
121 …zend_execute_data *execute_data = PHPDBG_FRAME(num) ? PHPDBG_FRAME(execute_data) : EG(current_exec… in phpdbg_switch_frame()
124 if (PHPDBG_FRAME(num) == frame) { in phpdbg_switch_frame()
152 PHPDBG_FRAME(num) = frame; in phpdbg_switch_frame()
246 void phpdbg_dump_backtrace(size_t num) /* {{{ */ in phpdbg_dump_backtrace() argument
254 int i = 0, limit = num; in phpdbg_dump_backtrace()
321 PHPDBG_FRAME(num) = -1; in phpdbg_open_generator_frame()
/php-src/ext/random/tests/03_randomizer/methods/
H A DpickArrayKeys_error.phpt47 Random\Randomizer::pickArrayKeys(): Argument #2 ($num) must be between 1 and the number of elements…
48 Random\Randomizer::pickArrayKeys(): Argument #2 ($num) must be between 1 and the number of elements…
49 Random\Randomizer::pickArrayKeys(): Argument #2 ($num) must be between 1 and the number of elements…
/php-src/ext/dom/lexbor/lexbor/ports/posix/lexbor/core/
H A Dmemory.c27 lexbor_calloc(size_t num, size_t size) in lexbor_calloc() argument
29 return lexbor_memory_calloc(num, size); in lexbor_calloc()
/php-src/ext/dom/lexbor/lexbor/ports/windows_nt/lexbor/core/
H A Dmemory.c27 lexbor_calloc(size_t num, size_t size) in lexbor_calloc() argument
29 return lexbor_memory_calloc(num, size); in lexbor_calloc()
/php-src/ext/mysqli/tests/
H A Dmysqli_change_user_rollback.phpt30 $num = $row['_num'];
31 assert($num > 0);
55 if ($row['_num'] != $num)
57 $num, $row['_num']);
/php-src/tests/classes/
H A Diterators_001.phpt8 private $num = 0;
12 $this->num = 0;
18 $more = $this->num < $this->obj->max;
24 return $this->num;
28 $this->num++;
32 switch($this->num) {
/php-src/ext/mysqli/tests/functions/
H A Dmysqli_num_fields.phpt23 $num = mysqli_num_fields($result);
27 var_dump($num);
/php-src/ext/xmlreader/tests/
H A D003-move-errors.phpt11 <books><book num="1" idx="2">book1</book></books>';
70 num: 1
72 num: 1
74 num: 1

Completed in 35 milliseconds

12345678910>>...16