/PHP-8.4/ext/dom/lexbor/lexbor/css/property/ |
H A D | res.h | 77 …&(lxb_css_property_bottom_t) {.type = LXB_CSS_VALUE_AUTO, .u.length = {.num = 0, .is_float = false… 98 …is_float = false}}, .shrink = {.type = LXB_CSS_FLEX_SHRINK__NUMBER, .number = {.num = 1, .is_float… 101 …&(lxb_css_property_flex_basis_t) {.type = LXB_CSS_WIDTH_AUTO, .u.length = {.num = 0, .is_float = f… 110 …roperty_flex_grow_t) {.type = LXB_CSS_FLEX_GROW__NUMBER, .number = {.num = 0, .is_float = false}}}, 149 …&(lxb_css_property_height_t) {.type = LXB_CSS_HEIGHT_AUTO, .u.length = {.num = 0, .is_float = fals… 170 …&(lxb_css_property_left_t) {.type = LXB_CSS_VALUE_AUTO, .u.length = {.num = 0, .is_float = false}}… 182 …is_float = false}}, .right = {.type = LXB_CSS_VALUE__LENGTH, .u.length = {.num = 0, .is_float = fa… 230 …is_float = false}}, .right = {.type = LXB_CSS_VALUE__LENGTH, .u.length = {.num = 0, .is_float = fa… 248 …&(lxb_css_property_right_t) {.type = LXB_CSS_VALUE_AUTO, .u.length = {.num = 0, .is_float = false}… 293 …&(lxb_css_property_top_t) {.type = LXB_CSS_VALUE_AUTO, .u.length = {.num = 0, .is_float = false}}}, [all …]
|
/PHP-8.4/Zend/tests/ |
H A D | assign_obj_to_ref_inference.phpt | 15 var_dump(is_float($o->x)); 23 var_dump(is_float($o->x)); 30 var_dump(is_float($o->x));
|
H A D | string_to_number_comparison.phpt | 9 if (is_float($val)) {
|
/PHP-8.4/ext/standard/tests/general_functions/ |
H A D | is_float.phpt | 2 Test is_float() & its is_double() alias 9 echo "*** Testing is_float(), is_double() with float values***\n"; 43 /* loop to check that is_float(), is_double() & recognizes 48 var_dump( is_float($float) ); 52 echo "\n*** Testing is_float(), is_double() with non float values ***\n"; 115 is_float(), is_double() on objects, 120 var_dump( is_float($value) ); 132 *** Testing is_float(), is_double() with float values*** 224 *** Testing is_float(), is_double() with non float values ***
|
H A D | is_float_64bit.phpt | 2 Test is_float() & its is_double() alias 11 echo "*** Testing is_float(), is_double() with float values***\n"; 45 /* loop to check that is_float(), is_double() recognizes 50 var_dump( is_float($float) ); 54 echo "\n*** Testing is_float(), is_double() with non float values ***\n"; 117 is_float(), is_double() on objects, 122 var_dump( is_float($value) ); 129 *** Testing is_float(), is_double() with float values*** 221 *** Testing is_float(), is_double() with non float values ***
|
/PHP-8.4/tests/lang/ |
H A D | bug30726.phpt | 5 echo (int) is_float('-.1' * 2), "\n";
|
/PHP-8.4/Zend/tests/numeric_strings/ |
H A D | trailling_whitespaces.phpt | 47 \assert(\is_int($incremented) || \is_float($incremented)); 51 \assert(\is_int($decremented) || \is_float($decremented));
|
/PHP-8.4/ext/dom/lexbor/lexbor/css/ |
H A D | value.h | 20 bool is_float; member 33 bool is_float; member 111 bool is_float; member
|
/PHP-8.4/ext/random/tests/01_functions/ |
H A D | lcg_value_basic.phpt | 13 if (!is_float($res) || $res < 0 || $res > 1) {
|
/PHP-8.4/ext/dom/lexbor/lexbor/css/syntax/ |
H A D | anb.c | 140 if (lxb_css_syntax_token_dimension(token)->num.is_float) { in lxb_css_syntax_anb_handler() 154 if (lxb_css_syntax_token_number(token)->is_float) { in lxb_css_syntax_anb_handler() 359 if (lxb_css_syntax_token_number(token)->is_float in lxb_css_syntax_anb_state_ident_data()
|
H A D | token.h | 120 bool is_float; member
|
H A D | state.c | 1577 lxb_css_syntax_token_number(token)->is_float = false; in lxb_css_syntax_consume_numeric_set_int() 1599 lxb_css_syntax_token_number(token)->is_float = true; in lxb_css_syntax_consume_numeric_set_float()
|
/PHP-8.4/ext/standard/tests/file/ |
H A D | disk_total_space_variation.phpt | 14 var_dump( is_float($return_value) );
|
H A D | disk_free_space_variation.phpt | 13 var_dump( is_float($return_value) );
|
/PHP-8.4/ext/standard/ |
H A D | type.c | 301 PHP_FUNCTION(is_float) in PHP_FUNCTION() argument
|
H A D | basic_functions.stub.php | 3654 function is_float(mixed $value): bool {}
|
H A D | basic_functions_arginfo.h | 2835 ZEND_FUNCTION(is_float);
|
/PHP-8.4/Zend/tests/type_declarations/ |
H A D | scalar_strict_basic.phpt | 28 if (is_float($value)) {
|
/PHP-8.4/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeMIPS_common.c | 3683 static sljit_ins get_select_cc(sljit_s32 type, sljit_s32 is_float) in get_select_cc() argument 3687 return (is_float ? MOVZ_S : MOVZ) | TA(EQUAL_FLAG); in get_select_cc() 3689 return (is_float ? MOVN_S : MOVN) | TA(EQUAL_FLAG); in get_select_cc() 3696 return (is_float ? MOVN_S : MOVN) | TA(OTHER_FLAG); in get_select_cc() 3703 return (is_float ? MOVZ_S : MOVZ) | TA(OTHER_FLAG); in get_select_cc() 3714 return is_float ? MOVT_S : MOVT; in get_select_cc() 3725 return is_float ? MOVF_S : MOVF; in get_select_cc() 3728 return (is_float ? MOVZ_S : MOVZ) | TA(OTHER_FLAG); in get_select_cc()
|