/opt/alt/php72/usr/include/php/Zend
NameSizeModeActions
zend.h128750644editdlrm
zend_alloc.h192960644editdlrm
zend_alloc_sizes.h27790644editdlrm
zend_API.h604960644editdlrm
zend_arena.h37960644editdlrm
zend_ast.h84630644editdlrm
zend_bitset.h70970644editdlrm
zend_build.h17760644editdlrm
zend_builtin_functions.h16670644editdlrm
zend_closures.h21360644editdlrm
zend_compile.h335070644editdlrm
zend_config.h1070644editdlrm
zend_config.nw.h25540644editdlrm
zend_config.w32.h28360644editdlrm
zend_constants.h60400644editdlrm
zend_dtrace.h21010644editdlrm
zend_errors.h22120644editdlrm
zend_exceptions.h39580644editdlrm
zend_execute.h145130644editdlrm
zend_extensions.h61230644editdlrm
zend_float.h157020644editdlrm
zend_gc.h51400644editdlrm
zend_generators.h75640644editdlrm
zend_globals.h73540644editdlrm
zend_globals_macros.h28290644editdlrm
zend_hash.h345600644editdlrm
zend_highlight.h24300644editdlrm
zend_inheritance.h20080644editdlrm
zend_ini.h97100644editdlrm
zend_ini_parser.h27520644editdlrm
zend_ini_scanner.h20350644editdlrm
zend_ini_scanner_defs.h2240644editdlrm
zend_interfaces.h44280644editdlrm
zend_istdiostream.h16990644editdlrm
zend_iterators.h36390644editdlrm
zend_language_parser.h81480644editdlrm
zend_language_scanner.h28400644editdlrm
zend_language_scanner_defs.h2970644editdlrm
zend_list.h32950644editdlrm
zend_llist.h39520644editdlrm
zend_long.h44610644editdlrm
zend_modules.h49520644editdlrm
zend_multibyte.h50010644editdlrm
zend_multiply.h96510644editdlrm
zend_objects.h19260644editdlrm
zend_objects_API.h35620644editdlrm
zend_object_handlers.h94440644editdlrm
zend_operators.h314970644editdlrm
zend_portability.h153320644editdlrm
zend_ptr_stack.h43790644editdlrm
zend_range_check.h31500644editdlrm
zend_signal.h41520644editdlrm
zend_smart_str.h52550644editdlrm
zend_smart_string.h50090644editdlrm
zend_smart_string_public.h15540644editdlrm
zend_smart_str_public.h14290644editdlrm
zend_sort.h17980644editdlrm
zend_stack.h25220644editdlrm
zend_stream.h34580644editdlrm
zend_string.h151720644editdlrm
zend_strtod.h20160644editdlrm
zend_strtod_int.h36490644editdlrm
zend_ts_hash.h67200644editdlrm
zend_types.h338370644editdlrm
zend_type_info.h32530644editdlrm
zend_variables.h47820644editdlrm
zend_virtual_cwd.h126650644editdlrm
zend_vm.h20250644editdlrm
zend_vm_def.h2594650644editdlrm
zend_vm_execute.h23124490644editdlrm
zend_vm_opcodes.h129480644editdlrm
Edit: /opt/alt/php72/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 */