| 764 | } |
| 765 | |
| 766 | static zend_object_value mapscript_class_object_new(zend_class_entry *ce TSRMLS_DC) |
| 767 | { |
| 768 | return mapscript_class_object_new_ex(ce, NULL TSRMLS_CC); |
| 769 | } |
| 770 | |
| 771 | static zend_object_value mapscript_class_object_clone(zval *zobj TSRMLS_DC) |
| 772 | { |
nothing calls this directly
no test coverage detected