/opt/alt/php71/usr/include/php/Zend
NameSizeModeActions
zend.h123760644editdlrm
zend_alloc.h192260644editdlrm
zend_alloc_sizes.h26290644editdlrm
zend_API.h568150644editdlrm
zend_arena.h37420644editdlrm
zend_ast.h83130644editdlrm
zend_bitset.h68720644editdlrm
zend_build.h16260644editdlrm
zend_builtin_functions.h16130644editdlrm
zend_closures.h20820644editdlrm
zend_compile.h333080644editdlrm
zend_config.h1070644editdlrm
zend_config.nw.h25000644editdlrm
zend_config.w32.h27820644editdlrm
zend_constants.h60060644editdlrm
zend_dtrace.h19510644editdlrm
zend_errors.h21580644editdlrm
zend_exceptions.h39420644editdlrm
zend_execute.h142610644editdlrm
zend_extensions.h59920644editdlrm
zend_float.h155520644editdlrm
zend_gc.h48890644editdlrm
zend_generators.h75100644editdlrm
zend_globals.h73160644editdlrm
zend_globals_macros.h27750644editdlrm
zend_hash.h329720644editdlrm
zend_highlight.h23760644editdlrm
zend_inheritance.h19540644editdlrm
zend_ini.h96280644editdlrm
zend_ini_parser.h28980644editdlrm
zend_ini_scanner.h19810644editdlrm
zend_ini_scanner_defs.h2240644editdlrm
zend_interfaces.h43210644editdlrm
zend_istdiostream.h16450644editdlrm
zend_iterators.h35850644editdlrm
zend_language_parser.h82920644editdlrm
zend_language_scanner.h27820644editdlrm
zend_language_scanner_defs.h2960644editdlrm
zend_list.h32410644editdlrm
zend_llist.h38980644editdlrm
zend_long.h44070644editdlrm
zend_modules.h48980644editdlrm
zend_multibyte.h50020644editdlrm
zend_multiply.h84690644editdlrm
zend_objects.h18720644editdlrm
zend_objects_API.h36210644editdlrm
zend_object_handlers.h93900644editdlrm
zend_operators.h291410644editdlrm
zend_portability.h137200644editdlrm
zend_ptr_stack.h43250644editdlrm
zend_range_check.h30960644editdlrm
zend_signal.h40980644editdlrm
zend_smart_str.h46140644editdlrm
zend_smart_str_public.h12790644editdlrm
zend_sort.h17440644editdlrm
zend_stack.h24680644editdlrm
zend_stream.h33080644editdlrm
zend_string.h142330644editdlrm
zend_strtod.h18660644editdlrm
zend_strtod_int.h34990644editdlrm
zend_ts_hash.h66580644editdlrm
zend_types.h322410644editdlrm
zend_type_info.h31990644editdlrm
zend_variables.h54640644editdlrm
zend_virtual_cwd.h127660644editdlrm
zend_vm.h17240644editdlrm
zend_vm_def.h2562150644editdlrm
zend_vm_execute.h19895920644editdlrm
zend_vm_opcodes.h121880644editdlrm
Edit: /opt/alt/php71/usr/include/php/Zend/zend_ini_parser.h (2898B)
/* A Bison parser, made by GNU Bison 3.4. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2019 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* Undocumented macros, especially those whose name start with YY_, are private implementation details. Do not rely on them. */ #ifndef YY_INI_ZEND_ZEND_INI_PARSER_H_INCLUDED # define YY_INI_ZEND_ZEND_INI_PARSER_H_INCLUDED /* Debug traces. */ #ifndef YYDEBUG # define YYDEBUG 0 #endif #if YYDEBUG extern int ini_debug; #endif /* Token type. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE enum yytokentype { TC_SECTION = 258, TC_RAW = 259, TC_CONSTANT = 260, TC_NUMBER = 261, TC_STRING = 262, TC_WHITESPACE = 263, TC_LABEL = 264, TC_OFFSET = 265, TC_DOLLAR_CURLY = 266, TC_VARNAME = 267, TC_QUOTED_STRING = 268, BOOL_TRUE = 269, BOOL_FALSE = 270, NULL_NULL = 271, END_OF_LINE = 272 }; #endif /* Tokens. */ #define TC_SECTION 258 #define TC_RAW 259 #define TC_CONSTANT 260 #define TC_NUMBER 261 #define TC_STRING 262 #define TC_WHITESPACE 263 #define TC_LABEL 264 #define TC_OFFSET 265 #define TC_DOLLAR_CURLY 266 #define TC_VARNAME 267 #define TC_QUOTED_STRING 268 #define BOOL_TRUE 269 #define BOOL_FALSE 270 #define NULL_NULL 271 #define END_OF_LINE 272 /* Value type. */ #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef int YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define YYSTYPE_IS_DECLARED 1 #endif int ini_parse (void); #endif /* !YY_INI_ZEND_ZEND_INI_PARSER_H_INCLUDED */