Home
last modified time | relevance | path

Searched refs:implementation (Results 1 – 25 of 106) sorted by path

12345

/php-src/
H A DCODING_STANDARDS.md8 ## Code implementation
294 To reduce the problems normally associated with the first public implementation
295 of a new set of functions, it has been suggested that the first implementation
298 implementation.
H A DCONTRIBUTING.md99 …* [HashTable implementation](https://www.npopov.com/2014/12/22/PHPs-new-hashtable-implementation.h…
H A DNEWS10 . Added zend_call_stack_get implementation for NetBSD, DragonFlyBSD,
H A DREADME.REDIST.BINS5 5. ext/standard crypt's blowfish implementation
153 5. ext/standard crypt's blowfish implementation
183 This implementation is mostly compatible with OpenBSD's bcrypt.c (prefix
326 implementation.
537 implementation by Tim Kientzle from libarchive, licensed with this license:
H A DUPGRADING441 . The internal implementation for rounding to integers has been rewritten
H A DUPGRADING.INTERNALS164 - The macro RAND_RANGE_BADSCALING() has been removed. The implementation
188 implementation has been improved to generate better seeds, however any
/php-src/Zend/tests/
H A Dbug43200.phpt2 Bug #43200 (Interface implementation / inheritance not possible in abstract classes)
H A Dbug43200_2.phpt2 Bug #43200.2 (Interface implementation / inheritance not possible in abstract classes)
H A Dbug63816.phpt2 Bug #63816: implementation child interface and after parent cause fatal error
H A Dbug78776.phpt2 Bug #78776: Abstract method implementation from trait does not check "static"
H A Dmagic_methods_008.phpt2 Testing __set implementation with wrong declaration
/php-src/Zend/tests/return_types/
H A D008.phpt2 Return type covariance in interface implementation
/php-src/Zend/tests/traits/bugs/
H A Dabstract-methods06.phpt2 …re of abstract methods should be checked. (also checking the second possible implementation branch)
/php-src/Zend/tests/type_declarations/variance/
H A Dstringable.phpt2 Automatic Stringable implementation participates in variance
/php-src/build/
H A Dphp_cxx_compile_stdcxx.m422 dnl PHP specific implementation start.
77 dnl PHP specific implementation end.
78 dnl The relevant part of the unchanged original implementation is below.
/php-src/docs-old/
H A Dinput-filter.md11 standard PHP extension. There is also a powerful standard implementation in
15 A simple implementation might look like the following. This stores the original
H A Doutput-api.md134 Many bits of the manual (and very first implementation) do not comply with the
H A Dstreams.md249 underlying implementation.
253 implementation need only implement write, read, close and flush. The gets method
256 implementation that will be used when printing error messages - the stdio
257 implementation has a label of `STDIO` for example.
259 The idea is that a stream implementation defines a `php_stream_ops` struct, and
294 * `ops` is a pointer to the implementation,
295 * `abstract` holds implementation specific data that is relevant to this
311 ## Writing your own stream implementation
355 Once you have that part figured out, you can write your implementation and
397 Take a look at the STDIO implementation in streams.c for more information about
/php-src/docs/
H A Drelease-process.md844 complete implementation by this date.
/php-src/docs/source/core/data-structures/
H A Dzval.rst131 access them, concealing some of the implementation details of the ``zval`` struct. For many macros,
/php-src/docs/source/
H A Dindex.rst29 php-src is the canonical implementation of the interpreter for the PHP programming language, as well
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst105 Like with tokenization, we use a tool called ``Bison`` to generate the parser implementation from a
/php-src/ext/date/tests/
H A Dbug54851.phpt13 // Verify that our implementation works regardless of position
20 // Verify that our implementation is the same as for the constructor and
H A Dmktime-1.phpt9 # MacOS/X libc implementation doesn't treat out-of-range values
/php-src/ext/dom/
H A Dphp_dom.stub.php716 public DOMImplementation $implementation; variable in DOMDocument
1517 public Implementation $implementation; variable in Dom\\Document

Completed in 112 milliseconds

12345