Lines Matching refs:zend_object

25 static zend_object* donc_object_create_ex(zend_class_entry* ce, zend_long l) {  in donc_object_create_ex()
26 zend_object *obj = zend_objects_new(ce); in donc_object_create_ex()
32 static zend_object *donc_object_create(zend_class_entry *ce) /* {{{ */ in donc_object_create()
128 static zend_object* long_castable_no_operation_object_create_ex(zend_class_entry* ce, zend_long l) { in long_castable_no_operation_object_create_ex()
129 zend_object *obj = zend_objects_new(ce); in long_castable_no_operation_object_create_ex()
136 static zend_object *long_castable_no_operation_object_create(zend_class_entry *ce) in long_castable_no_operation_object_create()
141 static zend_result long_castable_no_operation_cast_object(zend_object *obj, zval *result, int type) in long_castable_no_operation_cast_object()
164 static zend_object* float_castable_no_operation_object_create_ex(zend_class_entry* ce, double d) { in float_castable_no_operation_object_create_ex()
165 zend_object *obj = zend_objects_new(ce); in float_castable_no_operation_object_create_ex()
172 static zend_object *float_castable_no_operation_object_create(zend_class_entry *ce) in float_castable_no_operation_object_create()
177 static zend_result float_castable_no_operation_cast_object(zend_object *obj, zval *result, int type) in float_castable_no_operation_cast_object()
200 static zend_object* numeric_castable_no_operation_object_create_ex(zend_class_entry* ce, const zval… in numeric_castable_no_operation_object_create_ex()
201 zend_object *obj = zend_objects_new(ce); in numeric_castable_no_operation_object_create_ex()
208 static zend_object *numeric_castable_no_operation_object_create(zend_class_entry *ce) in numeric_castable_no_operation_object_create()
215 static zend_result numeric_castable_no_operation_cast_object(zend_object *obj, zval *result, int ty… in numeric_castable_no_operation_cast_object()