Home
last modified time | relevance | path

Searched refs:_IS_BOOL (Results 1 – 19 of 19) sorted by relevance

/PHP-7.4/ext/opcache/Optimizer/
H A Dpass1_5.c107 if (opline->extended_value == _IS_BOOL) { in zend_optimizer_pass1()
H A Dzend_inference.c1037 } else if (opline->extended_value == _IS_BOOL) { in zend_inference_calc_range()
1428 } else if (ZEND_TYPE_CODE(op_array->arg_info[opline->op1.num-1].type) == _IS_BOOL) { in zend_inference_calc_range()
2278 case _IS_BOOL: in zend_convert_type_code_to_may_be()
2549 if (opline->extended_value == _IS_BOOL) { in zend_update_type_info()
4720 case _IS_BOOL: in zend_may_throw()
H A Dzend_dump.c480 case _IS_BOOL: in zend_dump_op()
H A Dzend_optimizer.c137 case _IS_BOOL: in zend_optimizer_eval_cast()
/PHP-7.4/ext/com_dotnet/
H A Dcom_handlers.c518 case _IS_BOOL: in com_object_cast()
/PHP-7.4/Zend/
H A Dzend_types.h434 #define _IS_BOOL 16 macro
446 || ((faketype) == _IS_BOOL && ((realtype) == IS_TRUE || (realtype) == IS_FALSE)) \
H A Dzend_operators.c502 convert_object_to_type(op, &dst, _IS_BOOL, convert_to_boolean); in convert_to_boolean()
2144 …, &tmp_free, ((Z_TYPE_P(op2) == IS_FALSE || Z_TYPE_P(op2) == IS_TRUE) ? _IS_BOOL : Z_TYPE_P(op2)))… in compare_function()
2163 …, &tmp_free, ((Z_TYPE_P(op1) == IS_FALSE || Z_TYPE_P(op1) == IS_TRUE) ? _IS_BOOL : Z_TYPE_P(op1)))… in compare_function()
2604 if (Z_OBJ_HT_P(op)->cast_object(op, &tmp, _IS_BOOL) == SUCCESS) { in zend_object_is_true()
H A Dzend_operators.h446 case _IS_BOOL: \
H A Dzend_execute.c837 case _IS_BOOL: { in zend_verify_weak_scalar_type_hint()
971 …} else if (ZEND_TYPE_CODE(info->type) == _IS_BOOL && EXPECTED(Z_TYPE_P(property) == IS_FALSE || Z_… in i_zend_check_property_type()
1054 } else if (ZEND_TYPE_CODE(type) == _IS_BOOL && in zend_check_type()
3174 (type_code == _IS_BOOL && (zv_type == IS_FALSE || zv_type == IS_TRUE))) { in i_zend_verify_type_assignable_zval()
H A Dzend_language_parser.y984 | T_BOOL_CAST expr { $$ = zend_ast_create_cast(_IS_BOOL, $2); }
H A Dzend_compile.c212 {ZEND_STRL("bool"), _IS_BOOL},
2138 ||((ZEND_TYPE_CODE(return_info->type) == _IS_BOOL) in zend_emit_return_type_check()
3260 if (type != _IS_BOOL) { in zend_compile_func_typecheck()
3772 return zend_compile_func_typecheck(result, args, _IS_BOOL); in zend_try_compile_special_func()
3791 return zend_compile_func_cast(result, args, _IS_BOOL); in zend_try_compile_special_func()
H A Dzend_object_handlers.c1828 case _IS_BOOL: in zend_std_cast_object_tostring()
H A Dzend_ast.c1584 case _IS_BOOL: PREFIX_OP("(bool)", 240, 241); in zend_ast_export_ex()
H A Dzend_API.c104 case _IS_BOOL: in zend_get_type_by_const()
H A Dzend_vm_def.h5904 case _IS_BOOL:
H A Dzend_vm_execute.h3979 case _IS_BOOL: in ZEND_CAST_SPEC_CONST_HANDLER()
18154 case _IS_BOOL: in ZEND_CAST_SPEC_TMP_HANDLER()
21261 case _IS_BOOL: in ZEND_CAST_SPEC_VAR_HANDLER()
37459 case _IS_BOOL: in ZEND_CAST_SPEC_CV_HANDLER()
/PHP-7.4/ext/tidy/
H A Dtidy.c786 case _IS_BOOL: in tidy_doc_cast_handler()
824 case _IS_BOOL: in tidy_node_cast_handler()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c1857 case _IS_BOOL: in cast_object()
1887 if (type == _IS_BOOL) { in sxe_object_cast_ex()
/PHP-7.4/ext/spl/
H A Dspl_directory.c1878 } else if (type == _IS_BOOL) { in spl_filesystem_object_cast()

Completed in 305 milliseconds