Home
last modified time | relevance | path

Searched refs:c (Results 1 – 25 of 4893) sorted by path

12345678910>>...196

/PHP-5.5/
H A D.gdbinit34 set $c = $eg.current_execute_data.op_array.last_var
38 printf "Compiled variables count: %d\n", $c
39 while $i < $c
521 printf "%c", $str[$tmp]
H A D.gitattributes2 ext/simplexml/simplexml.c ident
4 ext/posix/posix.c ident
5 ext/recode/recode.c ident
8 ext/phar/phar.c ident
9 ext/sysvmsg/sysvmsg.c ident
10 ext/enchant/enchant.c ident
11 ext/reflection/php_reflection.c ident
12 ext/oci8/oci8.c ident
13 ext/dba/libinifile/inifile.c ident
14 ext/dba/libflatfile/flatfile.c ident
[all …]
H A D.gitignore62 configuration-parser.c
65 configuration-scanner.c
70 conftest.c
76 internal_functions.c
105 Zend/zend_ini_parser.c
108 Zend/zend_language_parser.c
232 main/internal_functions_cli.c
H A D.travis.yml1 language: c
H A DCODING_STANDARDS181 2. Main module source file must be named 'modulename.c'.
H A DINSTALL231 AddModule mod_php5.c
253 1. gunzip -c apache_1.3.x.tar.gz | tar xf -
258 5. gunzip -c php-5.x.y.tar.gz | tar xf -
1142 # AddModule mod_php5.c
1151 <IfModule mod_php5.c>
1158 <IfModule mod_dir.c>
1644 include_path = ".;c:\php\lib"
1743 <IfModule mod_php5.c>
1747 <IfModule mod_php4.c>
1910 AddModule mod_php.c
[all …]
H A DLICENSE3 Copyright (c) 1999 - 2015 The PHP Group. All rights reserved.
H A DMakefile.frag9 $(srcdir)/zend_language_scanner.c: $(srcdir)/zend_language_scanner.l
10 …erted -cbdFt Zend/zend_language_scanner_defs.h -oZend/zend_language_scanner.c Zend/zend_language_s…
12 $(srcdir)/zend_language_parser.h: $(srcdir)/zend_language_parser.c
13 $(srcdir)/zend_language_parser.c: $(srcdir)/zend_language_parser.y
16 $(srcdir)/zend_ini_parser.h: $(srcdir)/zend_ini_parser.c
17 $(srcdir)/zend_ini_parser.c: $(srcdir)/zend_ini_parser.y
20 $(srcdir)/zend_ini_scanner.c: $(srcdir)/zend_ini_scanner.l
21 …--case-inverted -cbdFt Zend/zend_ini_scanner_defs.h -oZend/zend_ini_scanner.c Zend/zend_ini_scanne…
H A DMakefile.gcov17 …-@files=`find . -name \*.gcda -o -name \*.gcno -o -name \*.da -o -name \*.c -o -name \*.h | sed -e…
24 ln -f -s $(top_srcdir)/$$y.c lcov_data/$$y.c; \
42 ln -f -s $(top_builddir)/$$y.c lcov_data/$$y.c; \
H A DMakefile.global121 …ragments libtool main/php_config.h main/internal_functions_cli.c main/internal_functions.c stamp-h…
H A DNEWS990 with control-c). (Dmitry Saprykin, Johannes)
1133 zend_exceptions.c). (Bob)
1380 . Fixed invalid C code in zend_strtod.c. (Lior Kaplan)
2837 . Fix bug #55042 (Erealloc in iconv.c unsafe). (Stas)
4817 . Fixed bug #50987 (unaligned memory access in phar.c).
6117 - Fixed bug #48200 (compile failure with mbstring.c when
6561 - Fixed bug #46782 (fastcgi.c parse error). (Matt)
7209 - Fixed integer overflow in str[c]spn(). (Stas)
7555 . c-client (imap) to version 2006e
8672 hash_adler.c). (Mike)
[all …]
H A DREADME.EXT_SKEL50 ./ext_skel generates 'module_name.c' and 'php_module_name.h' as main source
145 best suited for quickly generating a wrapper for c-library functions you
H A DREADME.GIT-RULES19 c. Prevent some of those 'Oops' moments.
H A DREADME.MAILINGLIST_RULES20 c. Prevent you from making a fool of yourself in public.
H A DREADME.NEW-OUTPUT-API85 // not possible with old API, unless hardcoding into output.c
H A DREADME.REDIST.BINS11 11. ext/standard/strnatcmp.c
15 15. main/snprintf.c
24 Copyright (c) 1994 David Burren
108 Copyright (c) 2005 JSON.org
185 scanf.c --
225 252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing, the
230 11. ext/standard/strnatcmp.c
255 Copyright (c) 1983, 1993
343 15. main/snprintf.c
363 Copyright (c) 1995-1998 The Apache Group. All rights reserved.
[all …]
H A DREADME.RELEASE_PROCESS214 c. ``$PHP_X_MD5`` array and update all the md5 sums
239 c. remove all the names at the ends of lines
287 c. ``$PHP_X_DATE`` to the release date
H A DREADME.SELF-CONTAINED-EXTENSIONS67 It consists of two source files "foo.c" and "bar.c"
90 PHP_NEW_EXTENSION(foobar, foo.c bar.c, $ext_shared)
H A DREADME.STREAMS370 Take a look at the STDIO implementation in streams.c for more information
H A DREADME.TESTING30 sapi/cli/php [-c /path/to/php.ini] run-tests.php [ext/foo/tests/GLOB]
H A DREADME.TESTING218 the -c argument will allow you to use a configuration file. This is
54 php server-tests.php -c /path/to/server-tests-config.php
58 php server-tests.php -c /path/to/server-tests-config.php -w -t 3 -d /path/to/testdir
H A DREADME.UNIX-BUILD-SYSTEM50 PHP_NEW_EXTENSION(foo, foo.c bar.c baz.cpp, $ext_shared)
69 PHP_NEW_EXTENSION(foo, foo.c mylib/bar.c mylib/gregor.c,,,-I@ext_srcdir@/lib)
103 PHP_SELECT_SAPI(name, type, sources.c)
111 PHP_SELECT_SAPI(apache, shared, sapi_apache.c mod_php5.c php_apache.c)
/PHP-5.5/TSRM/
H A DLICENSE1 Copyright (c) 1999-2006, Andi Gutmans, Sascha Schumann, Zeev Suraski.
H A DMakefile.am4 libtsrm_la_SOURCES = TSRM.c tsrm_strtok_r.c tsrm_virtual_cwd.c
H A DTSRM.dsp45 …W3 /Gm /GX /ZI /Od /I "C:\Projects\TSRM" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
68 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
69 …" /D "NDEBUG" /D "ZTS" /D "_LIB" /D "TSRM_EXPORTS" /D "WIN32" /D "_MBCS" /D TSRM_DEBUG=0 /YX /FD /c
91 …ogo /MD /W3 /GX /O2 /I "." /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "TSRM_EXPORTS" /YX /FD /c
92 …" /D "NDEBUG" /D "ZTS" /D "_LIB" /D "TSRM_EXPORTS" /D "WIN32" /D "_MBCS" /D TSRM_DEBUG=0 /YX /FD /c
115 …" /D "NDEBUG" /D "ZTS" /D "_LIB" /D "TSRM_EXPORTS" /D "WIN32" /D "_MBCS" /D TSRM_DEBUG=0 /YX /FD /c
135 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
138 SOURCE=.\TSRM.c
142 SOURCE=.\tsrm_strtok_r.c
146 SOURCE=.\tsrm_virtual_cwd.c
[all …]

Completed in 60 milliseconds

12345678910>>...196