Home
last modified time | relevance | path

Searched refs:main (Results 1 – 25 of 367) sorted by path

12345678910>>...15

/PHP-5.5/
H A D.gitignore114 main/php_config.h
115 main/php_config.h.in
231 main/build-defs.h
232 main/internal_functions_cli.c
233 main/config.w32.h
234 main/stamp-h1
235 main/streams/build-defs.h
236 main/streams/stamp-h1
H A DINSTALL53 want to use PHP for. There are three main fields you can use PHP, as
856 There are two main options for installing PHP on HP-UX systems. Either
882 The main package you need to install is php4-core-4.3.8.tgz, which
1660 In addition to the main php.ini file, PHP scans for INI files in each
H A DMakefile.global5 DEFS = -DPHP_ATOM_INC -I$(top_builddir)/include -I$(top_builddir)/main -I$(top_srcdir)
121 …tatus Makefile.objects Makefile.fragments libtool main/php_config.h main/internal_functions_cli.c
122 rm -f php5.spec main/build-defs.h scripts/phpize
H A DNEWS6411 - Fixed bug #47831 (Compile warning for strnlen() in main/spprintf.c).
8230 requests are handled by main process itself)
8570 - Fixed bug #35512 (Lack of read permission on main script results in
9277 about main()). (Dmitry)
H A DREADME.EXT_SKEL50 ./ext_skel generates 'module_name.c' and 'php_module_name.h' as main source
H A DREADME.REDIST.BINS15 15. main/snprintf.c
16 16. main/strlcat
17 17. main/strlcpy
343 15. main/snprintf.c
362 main/spprintf
416 16. main/strlcat
417 17. main/strlcpy
H A DREADME.RELEASE_PROCESS66 4. Checkout the release branch for this release (e.g., PHP-5.4.2) from the main branch.
68 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``
83 in the *main* branch (PHP-5.4 for example) to prepare for the **next** version.
86 Commit the changes to the main branch.
88 11. Push the changes to the main repo, the tag, the main branch and the release branch :
90 ``git push origin {main branch}``
152 and bump the version numbers in ``main/php_version.h``, ``configure.in`` and possibly ``NEWS``.
H A DREADME.SELF-CONTAINED-EXTENSIONS103 to integrate your module easily into the main PHP module framework.
H A DREADME.STREAMS26 The main functions are:
227 There are two main structures associated with a stream - the php_stream
372 The main thing to remember is that in your close operation you need to release
/PHP-5.5/TSRM/
H A Dthreads.m477 int main() {
H A Dtsrm_strtok_r.c48 main()
/PHP-5.5/Zend/RFCs/
H A D001.txt22 wise. One of the main problems with the former approach is that object
/PHP-5.5/Zend/
H A DZend.m4115 int main()
264 int main()
317 int main()
362 int main()
H A Dacinclude.m461 AC_TRY_RUN([main() {char buf[20];exit(sprintf(buf,"testing 123")!=11); }],[
87 int main(void)
/PHP-5.5/Zend/tests/
H A Dbug35393.phpt9 static protected $type = array(0=>'main');
23 [0] => main
29 [0] => main
H A Dbug38624.phpt33 #2 {main}
H A Dbug41026.phpt8 static public function main ()
19 try_class::main ();
H A Dbug41209.phpt45 #1 {main}
H A Dbug41421.phpt28 #2 {main}
H A Dbug45805.phpt47 #4 {main}
H A Dbug46308.phpt5 class main
19 main::$dataAccessor = new dataAccessor;
27 main::$dummy = new dummy();
28 main::$dataAccessor = new relay();
29 main::$dataAccessor->bar;
H A Dbug48228.phpt31 #2 {main}
H A Dbug48408.phpt29 #1 {main}
H A Dbug49908.phpt27 #2 {main}
H A Dbug50005.phpt18 #0 {main}

Completed in 114 milliseconds

12345678910>>...15