convert_object_to_type 349 Zend/zend_operators.c convert_object_to_type(op, IS_LONG, convert_to_long); convert_object_to_type 415 Zend/zend_operators.c convert_object_to_type(op, IS_DOUBLE, convert_to_double); convert_object_to_type 511 Zend/zend_operators.c convert_object_to_type(op, IS_BOOL, convert_to_boolean); convert_object_to_type 586 Zend/zend_operators.c convert_object_to_type(op, IS_STRING, convert_to_string); convert_object_to_type 657 Zend/zend_operators.c convert_object_to_type(op, IS_ARRAY, convert_to_array);