/opt/alt/php70/usr/include/php/Zend
NameSizeModeActions
zend.h127940644editdlrm
zend_alloc.h191710644editdlrm
zend_alloc_sizes.h26290644editdlrm
zend_API.h557200644editdlrm
zend_arena.h37420644editdlrm
zend_ast.h81060644editdlrm
zend_bitset.h49020644editdlrm
zend_build.h16260644editdlrm
zend_builtin_functions.h16130644editdlrm
zend_closures.h20020644editdlrm
zend_compile.h327780644editdlrm
zend_config.h1070644editdlrm
zend_config.nw.h25000644editdlrm
zend_config.w32.h27820644editdlrm
zend_constants.h59250644editdlrm
zend_dtrace.h19510644editdlrm
zend_errors.h21580644editdlrm
zend_exceptions.h37700644editdlrm
zend_execute.h141920644editdlrm
zend_extensions.h53400644editdlrm
zend_float.h155520644editdlrm
zend_gc.h48890644editdlrm
zend_generators.h73630644editdlrm
zend_globals.h70830644editdlrm
zend_globals_macros.h32160644editdlrm
zend_hash.h321620644editdlrm
zend_highlight.h23760644editdlrm
zend_inheritance.h19540644editdlrm
zend_ini.h96280644editdlrm
zend_ini_parser.h27520644editdlrm
zend_ini_scanner.h19810644editdlrm
zend_ini_scanner_defs.h2240644editdlrm
zend_interfaces.h43210644editdlrm
zend_istdiostream.h16450644editdlrm
zend_iterators.h35850644editdlrm
zend_language_parser.h81480644editdlrm
zend_language_scanner.h27430644editdlrm
zend_language_scanner_defs.h2960644editdlrm
zend_list.h32410644editdlrm
zend_llist.h38980644editdlrm
zend_long.h41240644editdlrm
zend_modules.h48980644editdlrm
zend_multibyte.h49480644editdlrm
zend_multiply.h84690644editdlrm
zend_objects.h18720644editdlrm
zend_objects_API.h36210644editdlrm
zend_object_handlers.h92810644editdlrm
zend_operators.h285490644editdlrm
zend_portability.h136990644editdlrm
zend_ptr_stack.h43250644editdlrm
zend_range_check.h30960644editdlrm
zend_signal.h40110644editdlrm
zend_smart_str.h45200644editdlrm
zend_smart_str_public.h12790644editdlrm
zend_sort.h17440644editdlrm
zend_stack.h24680644editdlrm
zend_stream.h33080644editdlrm
zend_string.h125440644editdlrm
zend_strtod.h18660644editdlrm
zend_strtod_int.h35020644editdlrm
zend_ts_hash.h66580644editdlrm
zend_types.h312690644editdlrm
zend_variables.h59440644editdlrm
zend_virtual_cwd.h121570644editdlrm
zend_vm.h14870644editdlrm
zend_vm_def.h2373540644editdlrm
zend_vm_execute.h16033460644editdlrm
zend_vm_opcodes.h98650644editdlrm
Edit: /opt/alt/php70/usr/include/php/Zend/zend_ini_parser.h (2752B)
/* A Bison parser, made by GNU Bison 3.0.2. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2013 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. */ #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 */