Home
last modified time | relevance | path

Searched defs:const_name (Results 1 – 11 of 11) sorted by relevance

/PHP-8.0/ext/pdo/
H A Dphp_pdo.h50 #define REGISTER_PDO_CLASS_CONST_LONG(const_name, value) \ argument
53 #define REGISTER_PDO_CLASS_CONST_STRING(const_name, value) \ argument
/PHP-8.0/ext/xmlreader/
H A Dphp_xmlreader.h60 #define REGISTER_XMLREADER_CLASS_CONST_LONG(const_name, value) \ argument
/PHP-8.0/ext/spl/
H A Dspl_functions.h45 #define REGISTER_SPL_CLASS_CONST_LONG(class_name, const_name, value) \ argument
/PHP-8.0/ext/snmp/
H A Dphp_snmp.h95 #define REGISTER_SNMP_CLASS_CONST_LONG(const_name, value) \ argument
/PHP-8.0/ext/com_dotnet/
H A Dcom_typeinfo.c189 char *const_name; in php_com_import_typelib() local
/PHP-8.0/ext/date/
H A Dphp_date.c1654 #define REGISTER_DATE_INTERFACE_CONST_STRING(const_name, value) \ in date_register_classes() argument
1705 #define REGISTER_TIMEZONE_CLASS_CONST_STRING(const_name, value) \ in date_register_classes() argument
1753 #define REGISTER_PERIOD_CLASS_CONST_STRING(const_name, value) \ in date_register_classes() argument
/PHP-8.0/ext/standard/
H A Dbasic_functions.c572 zend_string *const_name; in PHP_FUNCTION() local
/PHP-8.0/ext/phar/
H A Dphar_object.c5073 #define REGISTER_PHAR_CLASS_CONST_LONG(class_name, const_name, value) \ argument
/PHP-8.0/ext/zip/
H A Dphp_zip.c452 #define REGISTER_ZIP_CLASS_CONST_LONG(const_name, value) \ argument
/PHP-8.0/Zend/
H A Dzend_compile.c7759 const char const_name[] = "__COMPILER_HALT_OFFSET__"; in zend_compile_halt_compiler() local
9214 zend_string *const_name = zend_ast_get_str(const_ast); in zend_compile_const_expr_class_const() local
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c112 #define REGISTER_REFLECTION_CLASS_CONST_LONG(class_name, const_name, value) \ argument

Completed in 104 milliseconds