#ifdef HAVE_CONFIG_H #include "../../ext_config.h" #endif #include #include "../../php_ext.h" #include "../../ext.h" #include #include #include #include "kernel/main.h" ZEPHIR_INIT_CLASS(Tensor_Exceptions_DimensionalityMismatch) { ZEPHIR_REGISTER_CLASS_EX(Tensor\\Exceptions, DimensionalityMismatch, tensor, exceptions_dimensionalitymismatch, tensor_exceptions_invalidargumentexception_ce, NULL, 0); return SUCCESS; }