Home
last modified time | relevance | path

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

/PHP-8.0/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.0/ext/standard/tests/array/
H A Dbug43541.phpt2 Bug #43541 (length parameter omitted or not does not work when casted to float)
/PHP-8.0/ext/standard/tests/file/
H A Duserstreams_002.phpt43 test("return value cannot be casted", $fd, $fd2);
79 ------ return value cannot be casted: -------
/PHP-8.0/Zend/
H A Dzend_object_handlers.c1498 zval casted; in zend_std_compare_objects() local
1503 if (Z_OBJ_HT_P(o1)->cast_object(Z_OBJ_P(o1), &casted, target_type) == FAILURE) { in zend_std_compare_objects()
1509 ZVAL_LONG(&casted, 1); in zend_std_compare_objects()
1511 ZVAL_DOUBLE(&casted, 1.0); in zend_std_compare_objects()
1517 int ret = zend_compare(&casted, o2); in zend_std_compare_objects()
1518 zval_ptr_dtor(&casted); in zend_std_compare_objects()
1524 if (Z_OBJ_HT_P(o2)->cast_object(Z_OBJ_P(o2), &casted, target_type) == FAILURE) { in zend_std_compare_objects()
1530 ZVAL_LONG(&casted, 1); in zend_std_compare_objects()
1532 ZVAL_DOUBLE(&casted, 1.0); in zend_std_compare_objects()
1538 int ret = zend_compare(o1, &casted); in zend_std_compare_objects()
[all …]

Completed in 15 milliseconds