Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 747) sorted by path

12345678910>>...30

/PHP-5.5/
H A D.gdbinit306 printf "%d => ", $p->h
336 printf "%d => ", $p->h
404 printf "%d => ", $p->h
492 printf " h = %lu\n", $pi->h
H A D.gitattributes1 ext/mysqlnd/mysqlnd.h ident
3 ext/iconv/php_iconv.h ident
H A D.gitignore45 acconfig.h
51 confdefs.h
52 config.h
55 config.h.in
91 php_version.h
94 stamp-h
99 stamp-h.in
101 TSRM/tsrm_config.h
102 Zend/zend_config.h
114 main/php_config.h
[all …]
H A DCODING_STANDARDS172 in 'php_modulename.h'.
177 'php_modulename.h'.
183 3. Header file that is used by other sources must be named 'php_modulename.h'.
H A DINSTALL1450 be queried anytime by running php-config with the -h switch:
H A DMakefile.frag6 $(builddir)/zend_language_scanner.lo: $(srcdir)/zend_language_parser.h
7 $(builddir)/zend_ini_scanner.lo: $(srcdir)/zend_ini_parser.h
10 …--no-generation-date --case-inverted -cbdFt Zend/zend_language_scanner_defs.h -oZend/zend_language…
12 $(srcdir)/zend_language_parser.h: $(srcdir)/zend_language_parser.c
16 $(srcdir)/zend_ini_parser.h: $(srcdir)/zend_ini_parser.c
21 …AGS) --no-generation-date --case-inverted -cbdFt Zend/zend_ini_scanner_defs.h -oZend/zend_ini_scan…
23 …dent.lo $(builddir)/zend_highlight.lo $(builddir)/zend_compile.lo: $(srcdir)/zend_language_parser.h
H A DMakefile.gcov17 …-@files=`find . -name \*.gcda -o -name \*.gcno -o -name \*.da -o -name \*.c -o -name \*.h | sed -e…
27 ln -f -s $(top_srcdir)/$$y.h lcov_data/$$y.h; \
H A DMakefile.global68 (cd $(top_srcdir)/$$src && $(INSTALL_DATA) *.h $(INSTALL_ROOT)$(phpincludedir)/$$i; \
69 …cd $(top_builddir)/$$src && $(INSTALL_DATA) *.h $(INSTALL_ROOT)$(phpincludedir)/$$i) 2>/dev/null |…
121h main/internal_functions_cli.c main/internal_functions.c stamp-h sapi/apache/libphp$(PHP_MAJOR_VE…
122 rm -f php5.spec main/build-defs.h scripts/phpize
123 …ext/date/lib/timelib_config.h ext/mbstring/oniguruma/config.h ext/mbstring/libmbfl/config.h ext/my…
126h ext/iconv/php_have_glibc_iconv.h ext/iconv/php_have_ibm_iconv.h ext/iconv/php_have_iconv.h ext/i…
H A DNEWS2775 sapi/cli/cli.h: No such file). (Johannes)
4244 . Fixed bug #54644 (wrong pathes in php_pdo_mysql_int.h). (Tony, Johannes)
4682 . Fixed bug #52436 (Compile error if systems do not have stdint.h)
5301 - Fixed bug #50496 (Use of <stdbool.h> is valid only in a c99 compilation
5339 - Fixed bug #50209 (Compiling with libedit cannot find readline.h).
6264 - Fixed bug #45757 (FreeBSD4.11 build failure: failed include; stdint.h).
6268 - Fixed bug #45717 (Fileinfo/libmagic build fails, missing err.h and getopt.h).
7390 - Fixed bug #41433 (DBA: configure fails to include correct db.h for db4).
7796 php_filter.h).
8273 - Fixed bug #39192 (Not including nsapi.h properly with SJSWS 7). This will
[all …]
H A DREADME.EXT_SKEL35 php_module_name.h and injected into the zend_module_entry definition. This
50 ./ext_skel generates 'module_name.c' and 'php_module_name.h' as main source
H A DREADME.NEW-OUTPUT-API27 php_output_handler *h;
28h = php_output_handler_create_internal(handler_name, handler_name_len, my_php_output_handler_conte…
29 php_output_handler_set_context(h, my_context, my_context_dtor);
30 php_output_handler_start(h TSRMLS_CC);
H A DREADME.PARAMETER_PARSING_API59 h - array (returned as HashTable*)
H A DREADME.REDIST.BINS312 zip.h -- exported declarations.
H A DREADME.RELEASE_PROCESS68 5. Bump the version numbers in ``main/php_version.h``, ``configure.in`` and possibly ``NEWS``.
82 10. Bump the version numbers in ``main/php_version.h``, ``configure.in`` and ``NEWS``
152 and bump the version numbers in ``main/php_version.h``, ``configure.in`` and possibly ``NEWS``.
H A DREADME.STREAMS73 streams there are a range of functions to do this defined in php_streams.h.
86 There are some network enabled relatives in php_network.h:
H A DREADME.TESTING216 You can run 'php server-tests.php -h' to get all the possible options.
/PHP-5.5/TSRM/
H A DTSRM.dsp155 # PROP Default_Filter "h;hpp;hxx;hm;inl"
158 SOURCE=.\readdir.h
162 SOURCE=.\TSRM.h
166 SOURCE=.\tsrm_config.w32.h
170 SOURCE=.\tsrm_config_common.h
174 SOURCE=.\tsrm_strtok_r.h
178 SOURCE=.\tsrm_virtual_cwd.h
182 SOURCE=.\tsrm_win32.h
H A Dbuild.mk13 config_h_in = tsrm_config.h.in
H A Dconfigure.in8 AM_CONFIG_HEADER(tsrm_config.h)
27 utime.h \
28 dirent.h \
29 stdarg.h \
30 alloca.h \
31 unistd.h \
32 limits.h
H A Dthreads.m470 #include <pthread.h>
71 #include <stddef.h>
H A Dtsrm.m431 AC_CHECK_HEADERS(stdarg.h)
56 if test -r "$1/include/st.h"; then
59 elif test -r "$1/st.h"; then
63 AC_CHECK_HEADERS(st.h,[],[
H A Dtsrm_virtual_cwd.c559 register unsigned long h; in realpath_cache_key() local
568 for (h = 2166136261U; bucket_key < e;) { in realpath_cache_key()
569 h *= 16777619; in realpath_cache_key()
570 h ^= *bucket_key++; in realpath_cache_key()
573 return h; in realpath_cache_key()
579 register unsigned long h; in realpath_cache_key() local
582 for (h = 2166136261U; path < e;) { in realpath_cache_key()
583 h *= 16777619; in realpath_cache_key()
584 h ^= *path++; in realpath_cache_key()
587 return h; in realpath_cache_key()
/PHP-5.5/Zend/
H A DMakefile.am28 $(libZend_la_OBJECTS): zend_language_parser.h
30 zend_ini_scanner.lo: zend_ini_parser.h
35 …generation-date --case-inverted -cbdFt $(srcdir)/zend_language_scanner_defs.h -o$@ $(srcdir)/zend_…
37 zend_language_parser.h: zend_language_parser.c
47 …--no-generation-date --case-inverted -cbdFt $(srcdir)/zend_ini_scanner_defs.h -o$@ $(srcdir)/zend_…
49 zend_ini_parser.h: zend_ini_parser.c
H A DMakefile.frag1 Zend/zend_execute.lo: $(srcdir)/zend_vm_execute.h $(srcdir)/zend_vm_opcodes.h
H A DOBJECTS2_HOWTO145 See zend_object_handlers.h for prototypes. All objects are passed as zval's.

Completed in 79 milliseconds

12345678910>>...30