Searched refs:chain (Results 1 – 18 of 18) sorted by relevance
/PHP-8.0/main/streams/ |
H A D | filter.c | 290 if (chain->head) { in php_stream_filter_prepend_ex() 293 chain->tail = filter; in php_stream_filter_prepend_ex() 295 chain->head = filter; in php_stream_filter_prepend_ex() 296 filter->chain = chain; in php_stream_filter_prepend_ex() 312 if (chain->tail) { in php_stream_filter_append_ex() 317 chain->tail = filter; in php_stream_filter_append_ex() 318 filter->chain = chain; in php_stream_filter_append_ex() 389 chain->head = NULL; in _php_stream_filter_append() 390 chain->tail = NULL; in _php_stream_filter_append() 408 if (!filter->chain || !filter->chain->stream) { in _php_stream_filter_flush() [all …]
|
H A D | php_stream_filter_api.h | 112 php_stream_filter_chain *chain; member 123 PHPAPI void _php_stream_filter_prepend(php_stream_filter_chain *chain, php_stream_filter *filter); 124 PHPAPI int php_stream_filter_prepend_ex(php_stream_filter_chain *chain, php_stream_filter *filter); 125 PHPAPI void _php_stream_filter_append(php_stream_filter_chain *chain, php_stream_filter *filter); 126 PHPAPI int php_stream_filter_append_ex(php_stream_filter_chain *chain, php_stream_filter *filter); 134 #define php_stream_filter_prepend(chain, filter) _php_stream_filter_prepend((chain), (filter)) argument 135 #define php_stream_filter_append(chain, filter) _php_stream_filter_append((chain), (filter)) argument
|
/PHP-8.0/Zend/tests/traits/ |
H A D | bug55355.phpt | 15 // inheritance chain 23 // inheritance chain
|
/PHP-8.0/Zend/tests/nullsafe_operator/ |
H A D | 017.phpt | 12 Fatal error: Cannot take reference of a nullsafe chain in %s.php on line 4
|
H A D | 009.phpt | 11 Fatal error: Cannot take reference of a nullsafe chain in %s.php on line 4
|
H A D | 010.phpt | 11 Fatal error: Cannot take reference of a nullsafe chain in %s.php on line 4
|
H A D | 027.phpt | 2 Test nullsafe in sub-chain of function argument
|
H A D | 028.phpt | 2 Test nullsafe in sub-chain of return as ref
|
H A D | 020.phpt | 2 Test nullsafe lhs of assignment to nested property chain
|
H A D | 026.phpt | 2 Nullsafe chain in static property / method name
|
/PHP-8.0/Zend/tests/generators/ |
H A D | gc_with_root_parent_mismatch.phpt | 2 Generator GC when the yield from parent chain does not reach the root
|
/PHP-8.0/ext/standard/tests/class_object/ |
H A D | forward_static_call_003.phpt | 2 forward_static_call() calling outside of the inheritance chain.
|
/PHP-8.0/ext/spl/tests/ |
H A D | class_uses_basic2.phpt | 16 /** There is no semantics for traits in the inheritance chain.
|
/PHP-8.0/ext/openssl/ |
H A D | xp_ssl.c | 1801 STACK_OF(X509) *chain; in php_openssl_capture_peer_certs() 1803 chain = SSL_get_peer_cert_chain(sslsock->ssl_handle); in php_openssl_capture_peer_certs() 1805 if (chain && sk_X509_num(chain) > 0) { in php_openssl_capture_peer_certs() 1809 for (i = 0; i < sk_X509_num(chain); i++) { in php_openssl_capture_peer_certs() 1810 X509 *mycert = X509_dup(sk_X509_value(chain, i)); in php_openssl_capture_peer_certs()
|
/PHP-8.0/ |
H A D | README.REDIST.BINS | 110 not apply all the way down a chain of software. If binary package A includes
|
/PHP-8.0/build/ |
H A D | libtool.m4 | 4599 # Handle CRLF in mingw tool chain
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 2214 >>88 belong & 128 \b, chain compatible driver 2216 >>88 belong & 512 \b, chain driver 19400 # LILO boot/chain loaders, from Daniel Quinlan <quinlan@yggdrasil.com> 19402 2 string LILO Linux/i386 LILO boot/chain loader 23410 # neither extra bytes nor cab chain implies Windows 2000,XP setup files in directory i386 31322 >2 byte 124 (chain code)
|
H A D | magic | 2214 >>88 belong & 128 \b, chain compatible driver 2216 >>88 belong & 512 \b, chain driver 19400 # LILO boot/chain loaders, from Daniel Quinlan <quinlan@yggdrasil.com> 19402 2 string LILO Linux/i386 LILO boot/chain loader 23410 # neither extra bytes nor cab chain implies Windows 2000,XP setup files in directory i386 31322 >2 byte 124 (chain code)
|
Completed in 191 milliseconds