%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/www/vendor/twig/twig/ext/twig/ |
Upload File : |
/* +----------------------------------------------------------------------+ | Twig Extension | +----------------------------------------------------------------------+ | Copyright (c) 2011 Derick Rethans | +----------------------------------------------------------------------+ | Redistribution and use in source and binary forms, with or without | | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met (BSD-3-Clause). | +----------------------------------------------------------------------+ | Author: Derick Rethans <derick@derickrethans.nl> | +----------------------------------------------------------------------+ */ #ifndef PHP_TWIG_H #define PHP_TWIG_H #define PHP_TWIG_VERSION "1.35.3" #include "php.h" extern zend_module_entry twig_module_entry; #define phpext_twig_ptr &twig_module_entry #ifndef PHP_WIN32 zend_module_entry *get_module(void); #endif #ifdef ZTS #include "TSRM.h" #endif PHP_FUNCTION(twig_template_get_attributes); PHP_RSHUTDOWN_FUNCTION(twig); #endif