Home
last modified time | relevance | path

Searched refs:first (Results 1 – 25 of 618) sorted by path

12345678910>>...25

/PHP-5.5/
H A DCODING_STANDARDS272 To reduce the problems normally associated with the first public
274 that the first implementation include a file labeled 'EXPERIMENTAL'
H A DINSTALL52 Before starting the installation, first you need to know what do you
59 For the first and most common form, you need three things: PHP itself,
273 it is your first install then you need to "make install" as well)
1315 * Different version numbers (at least the first two numbers should
1543 may be able to help you. You should check out the archive first, in
1603 IniFilePath in any of these keys, the first one found will be used
1868 first searched in the Apaches install directory, e.g. c:\program
H A DNEWS3263 separators to the first byte. FR #53457. (Adam)
3805 . Fixed bug #55510: $_FILES 'name' missing first character after upload.
5119 - Fixed bug #51096 ('last day' and 'first day' are handled incorrectly when
5972 . support for "first/last day of <month>" style texts.
6010 the part of haystack before or after first occurrence of needle.
6187 - Fixed bug #46844 (php scripts or included files with first line starting
6408 - Fixed bug #47845 (PDO_Firebird omits first row from query). (Lars W)
7398 - Fixed bug #41127 (Memory leak in ldap_{first|next}_attribute functions).
9063 - Added optional first parameter to XsltProcessor::registerPHPFunctions to
9683 - Fixed bug #31054 (safe_mode & open_basedir checks only check first
[all …]
H A DREADME.EXT_SKEL111 function to help first time module writers to get started and testing
H A DREADME.GIT-RULES5 This is the first file you should be reading when contributing code via Git.
36 5. If you don't know how to do something, ask first!
70 1. All changes should first go to the lowest branch (i.e. 5.6) and then
H A DREADME.MAILINGLIST_RULES5 This is the first file you should be reading before doing any posts on PHP
H A DREADME.NEW-OUTPUT-API116 remove the CLEANABLE and REMOVABLE bits when the first output has passed through it;
138 Many bits of the manual (and very first implementation) do not comply
H A DREADME.REDIST.BINS202 the new terms are clearly indicated on the first page of each file where
H A DREADME.RELEASE_PROCESS28 first releases one of the previous RM's is around to answer questions. For the
145 6. For the first RC, write the doc team (phpdoc@lists.php.net) about updating the
H A DREADME.SELF-CONTAINED-EXTENSIONS97 The first argument of PHP_NEW_EXTENSION describes the name of the
H A DREADME.SUBMITTING_PATCH12 An excellent article to read first is:
25 If you are fixing broken functionality in PHP C source code first
67 If you are fixing incorrect PHP documentation first create a bug or
72 If your change is large, then first discuss it with the mail list
H A DREADME.TESTING257 (config file must be first)
H A DREADME.namespaces26 The namespace declaration statement must be the very first statement in
96 inside namespace (A\B) first tries to find and call function from current
102 first tries to use (and autoload) class from current namespace and in case
107 A\B\foo() first tries to call function foo() from namespace A\B, then
117 foo(); // first tries to call "foo" defined in namespace "A"
137 B\foo(); // first tries to call function "foo" from namespace "A\B"
139 \B\foo(); // first tries to call function "foo" from namespace "B"
146 A\foo(); // first tries to call function "foo" from namespace "A\A"
150 \A\foo(); // first tries to call function "foo" from namespace "A"
160 - calls to internal functions in namespaces are slower, because PHP first
[all …]
H A DUPGRADING524 forcing the first address to be tried.
/PHP-5.5/Zend/
H A DREADME.ZEND_VM90 zend_vm_execute.h. The first file is a list of opcode definitions. It is
H A DZEND_CHANGES492 and the first block that has a 'instanceof' match gets executed.
825 how class objects are iterated in PHP code. The first of them simply
1077 boolean first, and conduct the comparison later. That means, for
H A Dbench.php206 $first = "foo_0";
208 print "$hash1[$first] $hash1[$last] $hash2[$first] $hash2[$last]\n";
/PHP-5.5/Zend/tests/
H A D019.phpt163 //dump the resource first
H A Dbug26802.phpt25 * call foo::fail. In PHP 5 we first evaluate static class
H A Dbug31720.phpt13 Warning: array_walk() expects parameter 2 to be a valid callback, first array member is not a valid…
H A Dbug39297.phpt5 function compareByRef(&$first, &$second) {
6 return $first === $second;
H A Dbug42819.phpt85 echo "first\n";
145 first
H A Dbug46241.phpt11 echo "Caught on first level: '$errstr'\n";
31 echo "Caught on first level: '$errstr'\n";
H A Dbug66286.phpt6 abstract class first {
10 class second extends first {
H A Dcall_user_func_002.phpt25 Warning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a v…
29 Warning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a v…

Completed in 61 milliseconds

12345678910>>...25