convert_object_to_type  330 Zend/zend_operators.c 				convert_object_to_type(op, &dst, IS_LONG, convert_to_long);
convert_object_to_type  390 Zend/zend_operators.c 				convert_object_to_type(op, &dst, IS_DOUBLE, convert_to_double);
convert_object_to_type  475 Zend/zend_operators.c 				convert_object_to_type(op, &dst, _IS_BOOL, convert_to_boolean);
convert_object_to_type  554 Zend/zend_operators.c 			convert_object_to_type(op, &dst, IS_STRING, convert_to_string);
convert_object_to_type  621 Zend/zend_operators.c 					convert_object_to_type(op, &dst, IS_ARRAY, convert_to_array);
convert_object_to_type  751 Zend/zend_operators.c 				convert_object_to_type(op, &dst, IS_LONG, convert_to_long);
convert_object_to_type  789 Zend/zend_operators.c 				convert_object_to_type(op, &dst, IS_DOUBLE, convert_to_double);