Home
last modified time | relevance | path

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

123456789

/PHP-5.5/ext/pgsql/tests/
H A D24sync_query_prepared.phpt17 $result = pg_prepare($db, "php_test", "SELECT * FROM ".$table_name." WHERE num > \$1;");
/PHP-5.5/ext/mysql/tests/
H A Dmysql_list_dbs.phpt26 if (!$num = mysql_num_rows($res))
/PHP-5.5/ext/mbstring/ucgendat/
H A Ducgendat.c740 make_number(short num, short denom) in make_number() argument
748 if (nums[n].numerator == num && nums[n].denominator == denom) in make_number()
762 nums[n].numerator = num; in make_number()
769 add_number(ac_uint4 code, short num, short denom) in add_number() argument
783 ncodes[i].idx = make_number(num, denom); in add_number()
810 ncodes[i].idx = make_number(num, denom); in add_number()
1277 write_case(FILE *out, _case_t *tab, int num, int first) in write_case() argument
1281 for (i=0; i<num; i++) { in write_case()
/PHP-5.5/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-5.5/Zend/
H A Dzend_exceptions.c546 int *len, *num; in _build_trace_string() local
558 num = va_arg(args, int*); in _build_trace_string()
561 sprintf(s_tmp, "#%d ", (*num)++); in _build_trace_string()
613 int res_len = 0, *len = &res_len, num = 0; in ZEND_METHOD() local
625 …_arguments(Z_ARRVAL_P(trace) TSRMLS_CC, (apply_func_args_t)_build_trace_string, 3, str, len, &num); in ZEND_METHOD()
628 sprintf(s_tmp, "#%d {main}", num); in ZEND_METHOD()
H A Dzend_language_parser.y526 …optional_class_type T_VARIABLE { $$.op_type = IS_UNUSED; $$.u.op.num=1; zend_do_receive_arg(ZEN…
527 …| optional_class_type '&' T_VARIABLE { $$.op_type = IS_UNUSED; $$.u.op.num=1; zend_do_receive_ar…
528 …| optional_class_type '&' T_VARIABLE '=' static_scalar { $$.op_type = IS_UNUSED; $$.u.op.num=1; …
529 …| optional_class_type T_VARIABLE '=' static_scalar { $$.op_type = IS_UNUSED; $$.u.op.num=1; zen…
530 …| non_empty_parameter_list ',' optional_class_type T_VARIABLE { $$=$1; $$.u.op.num++; zend_do_rec…
531 …| non_empty_parameter_list ',' optional_class_type '&' T_VARIABLE { $$=$1; $$.u.op.num++; zend_do_…
532 …',' optional_class_type '&' T_VARIABLE '=' static_scalar { $$=$1; $$.u.op.num++; zend_do_receive_…
533 …ist ',' optional_class_type T_VARIABLE '=' static_scalar { $$=$1; $$.u.op.num++; zend_do_receive_…
H A Dzend_compile.c63 #define CALCULATE_LITERAL_HASH(num) do { \ argument
65 Z_HASH_P(&CONSTANT(num)) = INTERNED_HASH(Z_STRVAL(CONSTANT(num))); \
67 Z_HASH_P(&CONSTANT(num)) = zend_hash_func(Z_STRVAL(CONSTANT(num)), Z_STRLEN(CONSTANT(num))+1); \
3331 && op->op1.num == (long)idx) in zend_get_function_declaration()
6447 while (num > 0 && in zend_do_declare_stmt()
6450 --num; in zend_do_declare_stmt()
6453 if (num > 0) { in zend_do_declare_stmt()
6965 int num = CG(active_op_array)->last; in zend_do_begin_namespace() local
6966 while (num > 0 && in zend_do_begin_namespace()
6969 --num; in zend_do_begin_namespace()
[all …]
/PHP-5.5/ext/exif/
H A Dtest.txt256 $num = 0;
263 if ( !((++$num)%100)) error_log("exif test page - checking files: $num",0);
270 …if ( !$fast_output) echo "<tr><td rowspan='$rows' valign='top'>$num</td><th colspan='2'>$file</th>…
340 $tab2 .= "<tr><td rowspan='$len' valign='top'>$num</td></tr>\n";
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_num_rows.phpt63 if ($res = mysqli_query($link, 'SELECT COUNT(id) AS num FROM test')) {
66 func_test_mysqli_stmt_num_rows($stmt, "SELECT id, label FROM test", (int)$row['num'], 40);
H A Dmysqli_stmt_bind_result.phpt125 $num = 0;
132 $offset + 10, $num,
139 $num++;
142 if ($num != 3) {
144 $offset + 11, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt), $num);
H A Dmysqli_stmt_get_result_metadata.phpt152 $num = count($fields['res']);
154 $pos = mt_rand(-1, $num + 1);
155 if ($pos >= 0 && $pos < $num) {
/PHP-5.5/
H A DREADME.PARAMETER_PARSING_API104 int num; /* XXX THIS IS WRONG!! Use long instead. */
105 zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &num)
218 long num;
223 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "a*l", &array, &varargs, &num_varargs, &num) =…
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h2695 #define STRNCMP_UC_UC(str1, str2, num) \ argument
2696 strncmp((char *)(str1), (char *)(str2), (num))
2697 #define STRNCMP_UC_C8(str1, str2, num) \ argument
2698 strncmp((char *)(str1), (str2), (num))
2708 const pcre_uchar *, unsigned int num);
2710 const char *, unsigned int num);
2717 #define STRNCMP_UC_UC(str1, str2, num) \ argument
2718 PRIV(strncmp_uc_uc)((str1), (str2), (num))
2719 #define STRNCMP_UC_C8(str1, str2, num) \ argument
2720 PRIV(strncmp_uc_c8)((str1), (str2), (num))
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_numeric.phpt95 foreach ($numerics as $num ) {
97 var_dump( is_numeric($num) );
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c319 static int add_long(zval* list, char* id, int num) {
320 if(id) return add_assoc_long(list, id, num);
321 else return add_next_index_long(list, num);
324 static int add_double(zval* list, char* id, double num) {
325 if(id) return add_assoc_double(list, id, num);
326 else return add_next_index_double(list, num);
/PHP-5.5/ext/standard/tests/strings/
H A Dchunk_split_variation6.phpt63 string(47) "This is):( string):( with 1):(234 num):(bers):("
H A Dget_html_translation_table_basic6.phpt60 [#] => &num;
H A Dprintf.phpt117 foreach( $int_numbers as $num )
120 printf( "%e", $num );
H A Dprintf_64bit.phpt117 foreach( $int_numbers as $num )
120 printf( "%e", $num );
/PHP-5.5/ext/phar/tests/files/
H A Dpear2coverage.phar.php268 foreach ($source->source() as $num => $line) {
269 $coverage = $source->coverage($num);
273 $output->text(str_pad($num, 8, ' ', STR_PAD_LEFT));
289 $output->writeAttribute('href', $this->getLineLink($source->name(), $num));
294 $this->renderLineSummary($source->name(), $num, $source->testpath(),
295 $source->getLineLinks($num));
/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c693 int num; in SPL_METHOD() local
701 num = zend_hash_num_elements(Z_ARRVAL_P(data)); in SPL_METHOD()
703 if (num > 0 && save_indexes) { in SPL_METHOD()
744 } else if (num > 0 && !save_indexes) { in SPL_METHOD()
748 spl_fixedarray_init(array, num TSRMLS_CC); in SPL_METHOD()
/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_006.phpt2 ReflectionMethod methods - wrong num args
/PHP-5.5/ext/standard/
H A Darray.c1343 zval num; in PHP_FUNCTION() local
1345 ZVAL_LONG(&num, num_key); in PHP_FUNCTION()
1346 convert_to_string(&num); in PHP_FUNCTION()
1347 php_prefix_varname(&final_name, prefix, Z_STRVAL(num), Z_STRLEN(num), 1 TSRMLS_CC); in PHP_FUNCTION()
1348 zval_dtor(&num); in PHP_FUNCTION()
1514 long start_key, num; in PHP_FUNCTION() local
1520 if (num < 1) { in PHP_FUNCTION()
1528 num--; in PHP_FUNCTION()
1532 while (num--) { in PHP_FUNCTION()
2362 if (num > init_size) { in php_array_merge_or_replace_wrapper()
[all …]
H A Dcrypt_sha256.c379 const char *num = salt + sizeof(sha256_rounds_prefix) - 1; in php_sha256_crypt_r() local
381 unsigned long int srounds = strtoul(num, &endp, 10); in php_sha256_crypt_r()
/PHP-5.5/ext/sockets/
H A Dsockets.c770 int num = 0; local
785 num++;
788 return num ? 1 : 0;
799 int num = 0; local
826 num++;
836 return num ? 1 : 0;

Completed in 111 milliseconds

123456789