Home
last modified time | relevance | path

Searched refs:php (Results 1 – 25 of 16414) sorted by path

12345678910>>...657

/PHP-7.4/
H A D.appveyor.yml26 PHP_BUILD_SDK_BRANCH: php-sdk-2.2.0
H A D.editorconfig16 [*.{dtd,html,inc,php,phpt,rng,wsdl,xml,xsd,xsl}]
H A D.gitattributes2 /ext/ext_skel.php ident
8 /run-tests.php ident
11 # See https://wiki.php.net/vcs/gitfaq
H A D.gitignore109 /sapi/cgi/php-cgi.1
110 /sapi/cli/php.1
111 /sapi/fpm/php-fpm.1
112 /sapi/fpm/php-fpm.8
131 /ext/phar/phar.php
133 /sapi/cgi/php-cgi
134 /sapi/fpm/php-fpm
136 /scripts/php-config
138 php
224 **/tests/**/*.php
[all …]
H A D.travis.yml50 - "irc.efnet.org#php.pecl"
93 # Run PHPs run-tests.php
97 …- ./sapi/cli/php run-tests.php -P -d extension=`pwd`/modules/zend_test.so $(if [ $ENABLE_DEBUG == …
98 - sapi/cli/php -d extension_dir=`pwd`/modules -r 'dl("zend_test");'
H A DCODING_STANDARDS.md89 ```php
96 ```php
105 ```php
119 ```php
127 ```php
152 ```php
160 ```php
179 ```php
194 ```php
273 [qa.php.net](https://qa.php.net/write-test.php) documentation.
H A DCONTRIBUTING.md21 * [PHP internals](#php-internals)
36 [the supported version page](https://www.php.net/supported-versions.php) are
54 Read [Git access page](https://www.php.net/git.php) for help on using Git to get
57 [FAQ](https://wiki.php.net/vcs/gitfaq).
63 [guide to reporting a bug](https://bugs.php.net/how-to-report.php).
73 [PHP Wiki](https://wiki.php.net/rfc).
80 [mailing lists page](https://www.php.net/mailing-lists.php).
91 [Our QA site includes a page detailing how to write test cases.](https://qa.php.net/write-test.php)
134 <php-src>/
238 [bugs.php.net](https://bugs.php.net). A bug can be used to track the change
[all …]
H A DEXTENSIONS30 PRIMARY MAINTAINER: Aaron Bannert <aaron@php.net>, Ilia Alshanetsky <iliaa@php.net>
39 PRIMARY MAINTAINER: Marcus Börger <helly@php.net>, Edin Kadribasic <edink@php.net>
45 PRIMARY MAINTAINER: Edin Kadribasic <edink@php.net>
50 PRIMARY MAINTAINER: Jakub Zelenka <bukka@php.net>
56 PRIMARY MAINTAINER: George Wang <gwang@php.net>
62 PRIMARY MAINTAINER: Joe Watkins <krakjoe@php.net>, Bob Weinand <bwoebi@php.net>
83 Ulf Wendel <uw@php.net> (2007 - 2013)
91 Ulf Wendel <uw@php.net> (2009 - 2011)
110 Wez Furlong <wez@php.net> (2004 - 2006)
131 Ulf Wendel <uw@php.net> (2008 - 2012)
[all …]
H A DLICENSE20 written permission, please contact group@php.net.
24 from group@php.net. You may indicate that your software works in
42 <http://www.php.net/software/>".
62 The PHP Group can be contacted via Email at group@php.net.
65 please see <http://www.php.net>.
H A DNEWS414 04 Mar 2021, php 7.4.16
823 . Fixed bug #79650 (php-win.exe 100% cpu lockup). (cmb)
1284 . Fixed bug #78916 (php-fpm 7.4.0 don't send mail via mail()).
1321 https://wiki.php.net/rfc/deprecations_php_7_4 (Kalle, Nikita)
1589 https://wiki.php.net/rfc/pdo_escape_placeholders (Matteo)
1683 https://wiki.php.net/rfc/password_registry. (Sara)
1686 https://wiki.php.net/rfc/sodium.argon.hash (Sara)
2092 Interbase with php 7.x). (Nikita)
2162 . Fixed bug #77578 (Crash when php unload). (cmb)
2460 'php ext_skel.php' for all options. This means there are no dependencies,
[all …]
H A DREADME.md2 <a href="https://php.net">
5 src="https://www.php.net/images/logos/new-php-logo.svg"
17 [![Build status](https://travis-ci.org/php/php-src.svg?branch=master)](https://travis-ci.org/php/ph…
23 The PHP manual is available at [php.net/docs](https://php.net/docs).
32 [windows.php.net](https://windows.php.net). After extracting the archive the
73 The [qa.php.net](https://qa.php.net) site provides more detailed info about
94 [git.php.net](https://git.php.net). Contributions are most welcome by forking
95 the [GitHub mirror repository](https://github.com/php/php-src) and sending a
107 ticket at [bugs.php.net](https://bugs.php.net) and reference the bug id using
118 pushed through [git.php.net](https://git.php.net). See
[all …]
H A DUPGRADING95 RFC: http://php.net/manual/de/function.openssl-random-pseudo-bytes.php
212 RFC: https://wiki.php.net/rfc/arrow_functions_v2
260 RFC: https://wiki.php.net/rfc/weakrefs
279 RFC: https://wiki.php.net/rfc/ffi
299 RFC: https://wiki.php.net/rfc/mb_str_split
307 RFC: https://wiki.php.net/rfc/preload
383 RFC: https://wiki.php.net/rfc/sodium.argon.hash
520 See <https://github.com/php/php-src/pull/3624>.
543 https://wiki.php.net/rfc/password_registry
552 https://wiki.php.net/rfc/reference_reflection
[all …]
H A DUPGRADING.INTERNALS180 https://wiki.php.net/rfc/typed_properties_v2#assignments_to_references
210 https://wiki.php.net/rfc/typed_properties_v2#impact_on_extensions.
214 https://wiki.php.net/rfc/tostring_exceptions#extension_guidelines.
262 - Added --ini-path and --ini-dir options to php-config.
/PHP-7.4/Zend/
H A DREADME.md15 sapi/cli/php -r 'leak();'
21 USE_ZEND_ALLOC=0 valgrind --leak-check=full sapi/cli/php -r 'leak();'
122 Executor's code is generated by PHP script zend_vm_gen.php it uses
128 `zend_vm_gen.php` can produce different kind of executors. You can select
138 php zend_vm_gen.php --with-vm-kind=CALL
H A DZend.m47 dnl See: http://wiki.php.net/rfc/rounding
/PHP-7.4/Zend/tests/
H A D001.phpt4 <?php
50 Exception: Too few arguments to function test2(), 0 passed in %s001.php on line 18 and exactly 1 ex…
53 Exception: Too few arguments to function test3(), 1 passed in %s001.php on line 27 and exactly 2 ex…
H A D002.phpt4 <?php
73 Exception: Too few arguments to function test2(), 0 passed in %s002.php on line %d and exactly 1 ex…
88 Exception: Too few arguments to function test3(), 1 passed in %s002.php on line %d and exactly 2 ex…
H A D003.phpt4 <?php
58 Exception: Too few arguments to function test2(), 0 passed in %s003.php on line %d and exactly 1 ex…
67 Exception: Too few arguments to function test3(), 1 passed in %s003.php on line %d and exactly 2 ex…
H A D004.phpt4 <?php
H A D005.phpt4 <?php
H A D006.phpt4 <?php
H A D007.phpt4 <?php
H A D008.phpt4 <?php
H A D009.phpt4 <?php
H A D010.phpt4 <?php

Completed in 35 milliseconds

12345678910>>...657