Lines Matching refs:bcmath_number_ce

852 static zend_class_entry *bcmath_number_ce;  variable
912 bcmath_number_obj_t *clone = get_bcmath_number_from_obj(bcmath_number_create(bcmath_number_ce)); in bcmath_number_clone()
1003 bcmath_number_ce = register_class_BcMath_Number(zend_ce_stringable); in bcmath_number_register_class()
1004 bcmath_number_ce->create_object = bcmath_number_create; in bcmath_number_register_class()
1005 bcmath_number_ce->default_object_handlers = &bcmath_number_obj_handlers; in bcmath_number_register_class()
1161 bcmath_number_obj_t *intern = get_bcmath_number_from_obj(bcmath_number_create(bcmath_number_ce)); in bcmath_number_new_obj()
1169 if (Z_TYPE_P(zv) == IS_OBJECT && instanceof_function(Z_OBJCE_P(zv), bcmath_number_ce)) { in bcmath_number_parse_num()
1369 ZSTR_VAL(bcmath_number_ce->name), zend_zval_value_name(_arg)); \
1403 zend_readonly_property_modification_error_ex(ZSTR_VAL(bcmath_number_ce->name), "value"); in PHP_METHOD()
1427 BCMATH_PARAM_NUMBER_OR_STR_OR_LONG(num_obj, bcmath_number_ce, num_str, num_lval); in bcmath_number_calc_method()
1528 BCMATH_PARAM_NUMBER_OR_STR_OR_LONG(num_obj, bcmath_number_ce, num_str, num_lval); in PHP_METHOD()
1592 BCMATH_PARAM_NUMBER_OR_STR_OR_LONG(exponent_obj, bcmath_number_ce, exponent_str, exponent_lval); in PHP_METHOD()
1593 BCMATH_PARAM_NUMBER_OR_STR_OR_LONG(modulus_obj, bcmath_number_ce, modulus_str, modulus_lval); in PHP_METHOD()
1711 BCMATH_PARAM_NUMBER_OR_STR_OR_LONG(num_obj, bcmath_number_ce, num_str, num_lval); in PHP_METHOD()
1846 zend_readonly_property_modification_error_ex(ZSTR_VAL(bcmath_number_ce->name), "value"); in PHP_METHOD()
1863 …xception_ex(NULL, 0, "Invalid serialization data for %s object", ZSTR_VAL(bcmath_number_ce->name)); in PHP_METHOD()