convert_object_to_type  407 Zend/zend_operators.c 				convert_object_to_type(op, IS_LONG, convert_to_long);
convert_object_to_type  467 Zend/zend_operators.c 				convert_object_to_type(op, IS_DOUBLE, convert_to_double);
convert_object_to_type  556 Zend/zend_operators.c 				convert_object_to_type(op, IS_BOOL, convert_to_boolean);
convert_object_to_type  643 Zend/zend_operators.c 			convert_object_to_type(op, IS_STRING, convert_to_string);
convert_object_to_type  715 Zend/zend_operators.c 					convert_object_to_type(op, IS_ARRAY, convert_to_array);