Home
last modified time | relevance | path

Searched refs:as (Results 1 – 25 of 3756) sorted by path

12345678910>>...151

/PHP-7.4/
H A D.gitattributes17 # special characters, such as ASCII control characters. Git recognizes these as
H A D.gitignore3 # such as editor configuration, a good practice is to exclude them using the
47 # Cache file(s) generated by Autoconf's configure when run as `configure -C`
H A DCODING_STANDARDS.md31 module, and rely on each other non-trivial behavior, should be documented as
36 rule are 0 and 1, when used as `false` and `true` (respectively). Any other
145 6. Method names follow the *studlyCaps* (also referred to as *bumpy case* or
166 7. Class names should be descriptive nouns in *PascalCase* and as short as
170 are used. Abbreviations and acronyms as well as initialisms should be
175 not allowed if they are not widely adopted and recognized as such.
234 as well. The only exception to this rule is code that is Win32-specific,
246 variable declaration section and the statements in a block, as well as
336 same function (such as `highlight_file` and `show_source`), will be separately
340 Backwards compatible functions and names should be maintained as long as the
[all …]
H A DCONTRIBUTING.md32 implement RFCs. Please be sure to include tests as appropriate!
43 Pull requests should *never* be submitted against `PHP-x.y.z` branches, as these
102 as test authorship is already accurately tracked by Git. If multiple authors
356 2. All news updates intended for public viewing, such as new features, bug
370 as shown below.
376 function name as shown below.
H A DEXTENSIONS10 role as you write your new code].
H A DNEWS332 . Reverted bug fix for #80892 (PDO::PARAM_INT is treated the same as
1362 as argument). (Nikita)
1377 . Fixed bug #78535 (auto_detect_line_endings value not parsed as bool).
1438 allowing the extension to be once more compiled as shared using
1483 as per RFC: https://wiki.php.net/rfc/permanent_hash_ext. (Kalle)
1766 . Fixed bug #78535 (auto_detect_line_endings value not parsed as bool).
2209 . Fixed bug #77765 (FTP stream wrapper should set the directory as
2298 . Fixed bug #77346 (webm files incorrectly detected as
2686 . Add min_proto_version and max_proto_version ssl stream options as well as
2702 . Expose TDS version as \PDO::DBLIB_ATTR_TDS_VERSION attribute on \PDO
[all …]
H A DREADME.REDIST.BINS27 and semantics are as close as possible to those of the Perl 5 language.
30 licence, as specified below, with one exemption for certain binary
32 is distributed under the same terms as the software itself. The data in the
174 as part of a software package, or anywhere else to improve security,
177 the public domain as well, but I don't require that in order to let
288 in the software and related documentation as defined in the Federal
291 software shall be classified as "Commercial Computer Software" and the
292 Government shall have only "Restricted Rights" as defined in Clause
304 This software is provided 'as-is', without any express or implied
317 misrepresented as being the original software.
[all …]
H A DUPGRADING38 interpreted as an opening PHP tag. Previously it was interpreted either as
40 interpreted as a literal `<?php` string (with short_open_tag=0).
54 as "32foo". The argument will be interpreted as zero (as before).
141 * Potentially others working on object properties as a list.
180 such as when trying to write to a read-only file resource.
274 options, with the same semantics as FILTER_VALIDATE_INT.
357 . A new 'max_depth' option for unserialize(), as well as an
430 pattern will be interpreted as a string instead.
432 pass a 0 offset and encoding as 4th parameter.
460 trailing whitespace, as well as prefixes of type 0x (depending on base)
[all …]
H A DUPGRADING.INTERNALS48 changed to accept optional lower-case class name as zend_string*,
57 check property_info->ce (in the same way as with methods).
86 This handler serves the same general function as get_properties(), but
173 usually be sufficient to return whatever was passed as the argument.
179 instructions as well as a compatibility shim in the wiki:
197 is expected to use this exclusion API to maintain as much safety as
205 will behave as if they are safe, care should still be taken in
/PHP-7.4/Zend/
H A DREADME.md59 same as in old `zend_execute.c`, but now it uses macros to access opcode
123 `zend_vm_def.h` and `zend_vm_execute.skl` as input and produces
/PHP-7.4/Zend/tests/
H A D019.phpt50 foreach ($scalar_variables as $scalar_var) {
96 foreach ($array_variables as $array_var) {
117 foreach ($keys as $key_value) {
160 foreach ($resources as $resource) {
184 // now the isset() with both the args as unset
314 * will retain the same value as before unset() was called.
337 * will retain the same value as before unset() was called.
H A D023.phpt2 Testing variable variables as function name
H A D030.phpt22 foreach ($this as $k => $v) {
H A D031.phpt2 Testing array with '[]' passed as argument by value
H A D032.phpt2 Testing array with '[]' passed as argument by reference
H A D038.phpt2 Trying to use lambda as array key
H A Danonymous_func_002.phpt2 Testing anonymous function return as array key and accessing $GLOBALS
H A Darray_hash_zero.phpt11 foreach ($hashes as $hash => $bits) {
H A Darray_literal_next_element_error.phpt15 Warning: Cannot add element to the array as the next element is already occupied in %s on line %d
21 Warning: Cannot add element to the array as the next element is already occupied in %s on line %d
H A Darray_splice_empty_ht_iter_removal.phpt7 foreach ($a as &$r) {
/PHP-7.4/Zend/tests/arg_unpack/
H A Dbasic.phpt19 foreach ($array as $element) {
H A Dby_ref.phpt9 foreach ($args as &$arg) {
H A Dby_ref_separation.phpt7 foreach ($args as &$arg) {
H A Dtraversable_with_by_ref_parameters.phpt11 foreach ($array as $element) {
/PHP-7.4/Zend/tests/array_unpack/
H A Dalready_occupied.phpt19 Warning: Cannot add element to the array as the next element is already occupied in %s on line %d
27 Warning: Cannot add element to the array as the next element is already occupied in %s on line %d
35 Warning: Cannot add element to the array as the next element is already occupied in %s on line %d

Completed in 86 milliseconds

12345678910>>...151