Home
last modified time | relevance | path

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

/php-src/ext/bcmath/
H A Dbcmath.c852 static zend_class_entry *bcmath_number_ce; variable
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()
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()
1711 BCMATH_PARAM_NUMBER_OR_STR_OR_LONG(num_obj, bcmath_number_ce, num_str, num_lval); in PHP_METHOD()
[all …]

Completed in 7 milliseconds