| 686 | } |
| 687 | |
| 688 | static zend_object_value mapscript_style_object_new(zend_class_entry *ce TSRMLS_DC) |
| 689 | { |
| 690 | return mapscript_style_object_new_ex(ce, NULL TSRMLS_CC); |
| 691 | } |
| 692 | |
| 693 | static zend_object_value mapscript_style_object_clone(zval *zobj TSRMLS_DC) |
| 694 | { |
nothing calls this directly
no test coverage detected