Home
last modified time | relevance | path

Searched refs:casted (Results 1 – 12 of 12) sorted by relevance

/PHP-8.3/Zend/tests/
H A Dbug80972.phpt19 echo 'Float casted to string compile', \PHP_EOL;
38 Float casted to string compile
H A Dbug55135.phpt2 Bug #55135 (Array keys are no longer type casted in unset())
/PHP-8.3/ext/standard/tests/array/
H A Dbug43541.phpt2 Bug #43541 (length parameter omitted or not does not work when casted to float)
H A Darray_product_variation5.phpt5 $input = [10, STDERR /* Should get casted to 3 as an integer */];
H A Darray_sum_variation8.phpt5 $input = [10, STDERR /* Should get casted to 3 as an integer */];
/PHP-8.3/ext/standard/tests/array/range/
H A Dbug32021.phpt10 Warning: range(): Argument #1 ($start) must not be empty, casted to 0 in %s on line %d
H A Drange_inputs_string_invalid.phpt38 Warning: range(): Argument #2 ($end) must not be empty, casted to 0 in %s on line %d
46 Warning: range(): Argument #1 ($start) must not be empty, casted to 0 in %s on line %d
/PHP-8.3/Zend/tests/float_to_int/
H A Dwarning_float_does_not_fit_zend_long_strings.phpt32 echo 'Float casted to string compile', \PHP_EOL;
89 Float casted to string compile
H A Dwarning_float_does_not_fit_zend_long_strings_32bit.phpt32 echo 'Float casted to string compile', \PHP_EOL;
89 Float casted to string compile
/PHP-8.3/ext/standard/tests/file/
H A Duserstreams_002.phpt44 test("return value cannot be casted", $fd, $fd2);
80 ------ return value cannot be casted: -------
/PHP-8.3/Zend/
H A Dzend_object_handlers.c1708 zval casted; in zend_std_compare_objects() local
1722 if (Z_OBJ_HT_P(object)->cast_object(Z_OBJ_P(object), &casted, target_type) == FAILURE) { in zend_std_compare_objects()
1728 ZVAL_LONG(&casted, 1); in zend_std_compare_objects()
1730 ZVAL_DOUBLE(&casted, 1.0); in zend_std_compare_objects()
1736 int ret = object_lhs ? zend_compare(&casted, value) : zend_compare(value, &casted); in zend_std_compare_objects()
1737 zval_ptr_dtor(&casted); in zend_std_compare_objects()
/PHP-8.3/
H A DUPGRADING377 a numeric cast (e.g. GMP) are now casted instead of ignored.

Completed in 25 milliseconds