Home
last modified time | relevance | path

Searched refs:used (Results 1 – 25 of 547) sorted by path

12345678910>>...22

/PHP-5.5/
H A DCODING_STANDARDS39 to this rule are 0 and 1, when used as false and true (respectively).
91 Abbreviations should not be used when they greatly decrease the
125 3. Function names used by user functions should be prefixed
183 3. Header file that is used by other sources must be named 'php_modulename.h'.
199 force anybody to use a style he or she is not used to, but,
H A DINSTALL284 lines used in restarting the server, for different apache/unix
389 be replaced with the specific version of Apache being used.
475 mod_rewrite may be used To allow any arbitrary .php file to be
724 5. Setup of authentication: PHP authentication cannot be used with any
821 used for CGI processing. If you are running a web server that PHP has
937 Older releases of OpenBSD used the FLAVORS system to compile up a
1169 are used. By default index.php is enabled because it's also in the
1173 phpinfo() will reveal this information. If a php.ini is not used,
1263 from SVN, the following sequence of commands may be used:
1725 below) should be used instead.
[all …]
H A DLICENSE18 3. The name "PHP" must not be used to endorse or promote products
H A DNEWS491 flags are used). (Jeff Welch)
2503 when system SQLite used. (Remi)
3902 mysqlnd is used). (Andrey)
4740 when flags are used). (Ilia)
4799 used). (Felipe)
5758 not used. (Dmitry)
6089 modifier was used. (Derick)
8086 operator is used). (Dmitry)
8544 if $_ENV gets used). (Dmitry)
9268 being used). (Ilia)
[all …]
H A DREADME.EXT_SKEL98 in front of the definition. It's not actually used for any C code generating
H A DREADME.GIT-RULES48 PHP-5.6 Is used to release the PHP 5.6.x series. This is a current
51 PHP-5.5 Is used to release the PHP 5.5.x series. This is an old
54 PHP-5.4 Is used to release the PHP 5.4.x series. This is an old
65 PHP-X.Y.Z These branches are used for the release managers for tagging
H A DREADME.NEW-OUTPUT-API117 or handlers implemented in C to be used with ob_start() can contain a non-global
H A DREADME.PARAMETER_PARSING_API23 be used as 'flags' to specify that the function should operate quietly
49 has to be provided on input and is used to verify the PHP parameter is an
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES45 is used, thus both // and /* */ are resolved as the T_COMMENT constant.
56 8. In some cases classes must be declared before used. It only happens only
57 if some of the new features of PHP 5 are used. Otherwise the behaviour is
H A DREADME.REDIST.BINS36 may be used to endorse or promote products derived from this software
120 The Software shall be used for Good, not Evil.
167 3. The names of its contributors may not be used to endorse or promote
271 may be used to endorse or promote products derived from this software
327 3. The names of the authors may not be used to endorse or promote
382 4. The names "Apache Server" and "Apache Group" must not be used to
412 This code is based on, and used with the permission of, the
429 3. The name of the author may not be used to endorse or promote products
H A DREADME.RELEASE_PROCESS73 (for example, for 5.5, Bison 2.4.1 is used)
166 (for example, for 5.5, Bison 2.4.1 is used)
H A DREADME.SELF-CONTAINED-EXTENSIONS168 This macros has to be used within your foo_module_entry to indicate the
H A DREADME.STREAMS67 opened_path is used to return the path of the actual file opened,
68 but if you used STREAM_MUST_SEEK, may not be valid. You are
74 A brief list of the most commonly used functions:
136 #define PHP_STREAM_RELEASED 1 /* newstream should be used; origstream is no longer valid */
156 can lead to a crash when the resource is later used/released.
235 method is intended to be used for streams if there is an underlying method
237 for the implementation that will be used when printing error messages - the
260 php_stream_stdio_ops is a php_stream_ops structure that can be used to handle
H A DREADME.SUBMITTING_PATCH27 bug can be used to track the patch progress and prevent your changes
68 identify an existing bug at http://bugs.php.net/. A bug can be used
93 can be used to track the patch progress and prevent your changes
H A DREADME.TESTING37 select the PHP executable that is to be tested, that is, used to run the test scripts.
44 NOTE: PHP binary executing "run-tests.php" and php binary used for
49 [Which php.ini is used]
153 Writing test file is very easy if you are used to PHP.
H A DREADME.TESTING27 the original run-tests.php script. server-tests is *not* used by
78 Not used for anything, just a section for documenting the test
82 execution of the test. This can be used to change environment
83 vars that are used for CGI emulation, or simply to set env vars
106 this section is used to build the url used in an HTTP request. Valid values
119 This section is also eval'd. It is used to provide additional headers sent
129 This section can be used to define what headers are required to be
H A DREADME.md25 a deprecate warning. get_magic_quotes_gpc can be used to detected
H A DREADME.namespaces27 the file. The only exception is "declare" statement that can be used before.
53 equivalent to "use A\B\C\D as D;". The use statement can be used at any
70 It can be used to construct fully-qualified names to pass them as callbacks.
H A DUPGRADING138 DateTimeZone objects and NULL. It used to accept only time zone
142 - The default time zone used in IntlDateFormatter::__construct and
149 case, the IntlCalendar's time zone will be used instead. Otherwise,
150 the time zone specified in the $timezone argument is used
171 - set_error_handler(NULL) can now be used to reset the error handler.
219 with classes that do. When used with the class that relies on custom
233 newInstanceWithoutConstructor can be used for that. We're working on
412 - Added CURLOPT_SAFE_UPLOAD to be used with curl_setopt().
428 - Added constants for imagesetinterpolation, used by imagescale
477 ext/mysqli to be used with the new auth protocol, although at
[all …]
/PHP-5.5/TSRM/
H A DLICENSE12 may be used to endorse or promote products derived from this software
/PHP-5.5/Zend/
H A DLICENSE18 3. The names "Zend" and "Zend Engine" must not be used to endorse
H A DOBJECTS2_HOWTO25 used for that. Do not rely class entry's constructor, unless you refer
44 read_property is used to read object's property. This value is not
50 write_property is used to directly write object's property by
60 get_property_ptr is used to obtain zval ** for future writing to
80 get_method handler is used to find method description by name. It
89 call_method handler is used to perform method call. Parameters are
104 get_class_name is used to retrieve class name of the object.
169 be used for read and write. If object properties are not zval's
173 get - retrieves zval* for object contents. To be used mainly with
174 proxy objects from get_property_ptr, but also may be used for
[all …]
H A DZEND_CHANGES383 initialization that the object may need before it can be used.
422 __construct() which was used for different semantics.
540 some of the methods are used internally they are marked final. All
542 that anything used internally always works as expected.
801 Objects may be iterated in an overloaded way when used with
822 that says it implements 'Traversable' can be used with foreach.
895 Objects can be used with Array notation when they implement the
937 when used inside a method and the function when used outside of a
958 that expect strings. Also the function __toString is not used in
/PHP-5.5/Zend/RFCs/
H A D002.txt44 The namespace operator ":" is used to refer to symbols in other
/PHP-5.5/Zend/tests/
H A Dbug26696.phpt2 Bug #26696 (crash in switch() when string index is used)

Completed in 75 milliseconds

12345678910>>...22