mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
Reclassify samples generated from Zephir code
This commit is contained in:
28
samples/Zephir/filenames/exception.zep.c
generated
28
samples/Zephir/filenames/exception.zep.c
generated
@@ -1,28 +0,0 @@
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../ext_config.h"
|
||||
#endif
|
||||
|
||||
#include <php.h>
|
||||
#include "../../php_ext.h"
|
||||
#include "../../ext.h"
|
||||
|
||||
#include <Zend/zend_operators.h>
|
||||
#include <Zend/zend_exceptions.h>
|
||||
#include <Zend/zend_interfaces.h>
|
||||
|
||||
#include "kernel/main.h"
|
||||
|
||||
|
||||
/**
|
||||
* Test\Router\Exception
|
||||
*
|
||||
* Exceptions generated by the router
|
||||
*/
|
||||
ZEPHIR_INIT_CLASS(Test_Router_Exception) {
|
||||
|
||||
ZEPHIR_REGISTER_CLASS_EX(Test\\Router, Exception, test, router_exception, zend_exception_get_default(TSRMLS_C), NULL, 0);
|
||||
|
||||
return SUCCESS;
|
||||
|
||||
}
|
||||
4
samples/Zephir/filenames/exception.zep.h
generated
4
samples/Zephir/filenames/exception.zep.h
generated
@@ -1,4 +0,0 @@
|
||||
|
||||
extern zend_class_entry *test_router_exception_ce;
|
||||
|
||||
ZEPHIR_INIT_CLASS(Test_Router_Exception);
|
||||
8
samples/Zephir/filenames/exception.zep.php
generated
8
samples/Zephir/filenames/exception.zep.php
generated
@@ -1,8 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace Test\Router;
|
||||
|
||||
class Exception extends \Exception
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user