MCPcopy Index your code
hub / github.com/MapServer/MapServer / mapscript_class_object_new

Function mapscript_class_object_new

mapscript/php/class.c:766–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

764}
765
766static 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
771static zend_object_value mapscript_class_object_clone(zval *zobj TSRMLS_DC)
772{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected