Home
last modified time | relevance | path

Searched refs:num (Results 251 – 275 of 380) sorted by relevance

1...<<111213141516

/php-src/ext/standard/tests/math/
H A Dabs_basic.phpt43 Deprecated: abs(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on lin…
H A Dbase_convert_error.phpt34 base_convert(): Argument #1 ($num) must be of type string, classA given
H A Dceil_basic.phpt58 Deprecated: ceil(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on li…
H A Dbase_convert_variation1.phpt128 base_convert(): Argument #1 ($num) must be of type string, array given
146 base_convert(): Argument #1 ($num) must be of type string, resource given
H A Dfloor_basic.phpt98 Deprecated: floor(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
H A Ddecbin_basiclong_64bit.phpt58 decbin(): Argument #1 ($num) must be of type int, float given
H A Ddecoct_basiclong_64bit.phpt58 decoct(): Argument #1 ($num) must be of type int, float given
H A Ddecbin_basic.phpt46 decbin(): Argument #1 ($num) must be of type int, string given
H A Ddechex_basic.phpt46 dechex(): Argument #1 ($num) must be of type int, string given
H A Ddechex_basiclong_64bit.phpt58 dechex(): Argument #1 ($num) must be of type int, float given
H A Ddecoct_basic.phpt46 decoct(): Argument #1 ($num) must be of type int, string given
/php-src/ext/opcache/jit/ir/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
415 local num = map_reg_num[reg]
418 num < 0 and "(variable)" or num))
2320 local num = ctypenum + 1
2327 ctypenum = num
2348 function _M.section(num)
[all …]
/php-src/ext/mysqli/tests/
H A Dmysqli_allow_local_infile_overrides_local_infile_directory.phpt44 if ($res = mysqli_query($link, 'SELECT COUNT(id) AS num FROM test')) {
48 $row_count = $row['num'];
H A Dmysqli_local_infile_directory_access_allowed.phpt49 if ($res = mysqli_query($link, 'SELECT COUNT(id) AS num FROM test')) {
53 $row_count = $row['num'];
/php-src/Zend/
H A Dzend_language_parser.y283 %type <num> returns_ref function fn is_reference is_variadic property_modifiers
284 %type <num> method_modifiers class_const_modifiers member_modifier optional_cpp_modifiers
590 class_modifiers T_CLASS { $<num>$ = CG(zend_lineno); }
593 | T_CLASS { $<num>$ = CG(zend_lineno); }
623 T_TRAIT { $<num>$ = CG(zend_lineno); }
629 T_INTERFACE { $<num>$ = CG(zend_lineno); }
635 T_ENUM { $<num>$ = CG(zend_lineno); }
1117 anonymous_class_modifiers_optional T_CLASS { $<num>$ = CG(zend_lineno); } ctor_arguments
1120 ZEND_AST_CLASS, ZEND_ACC_ANON_CLASS | $1, $<num>3, $7, NULL,
1327 | callable_expr { $<num>$ = CG(zend_lineno); } argument_list {
[all …]
H A Dzend_compile.h36 op.num = (uint32_t) -1; \
70 uint32_t num; member
126 zend_ulong num; member
412 #define OBJ_PROP_NUM(obj, num) \ argument
413 (&(obj)->properties_table[(num)])
414 #define OBJ_PROP_TO_OFFSET(num) \ argument
415 ((uint32_t)(XtOffsetOf(zend_object, properties_table) + sizeof(zval) * (num)))
732 # define CT_CONSTANT_EX(op_array, num) \ argument
733 ((op_array)->literals + (num))
/php-src/ext/gmp/tests/
H A D003.phpt38 gmp_init(): Argument #1 ($num) is not an integer string
H A Dgmp_perfect_square.phpt44 gmp_perfect_square(): Argument #1 ($num) must be of type GMP|string|int, array given
H A Dgmp_clrbit.phpt55 gmp_clrbit(): Argument #1 ($num) must be of type GMP, array given
/php-src/Zend/Optimizer/
H A Dzend_call_graph.h47 int num; member
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtoken.h64 uint32_t num; member
119 double num; member
134 lxb_css_syntax_token_number_t num; member
/php-src/Zend/tests/
H A Dnowdoc_015.phpt5 function error_handler($num, $msg, $file, $line) {
/php-src/ext/pgsql/tests/
H A D06_bug73498.phpt15 pg_query($db, "CREATE TABLE {$table_name} (num int, str text, bin bytea)");
/php-src/ext/standard/
H A Dphp_math.h24 PHPAPI zend_string *_php_math_number_format_long(zend_long num, zend_long dec, const char *dec_poin…
/php-src/ext/bcmath/libbcmath/src/
H A Dprivate.h103 void _bc_rm_leading_zeros (bc_num num);

Completed in 68 milliseconds

1...<<111213141516