Home
last modified time | relevance | path

Searched refs:chain (Results 1 – 25 of 31) sorted by relevance

12

/php-src/main/streams/
H A Dfilter.c290 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 Dphp_stream_filter_api.h112 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-src/Zend/tests/
H A Doss-fuzz-69765.phpt2 OSS-Fuzz #69765: yield reference to nullsafe chain
10 Fatal error: Cannot take reference of a nullsafe chain in %s on line %d
H A Doss_fuzz_60011_1.phpt8 Fatal error: Cannot take reference of a nullsafe chain in %s on line %d
H A Doss_fuzz_60011_2.phpt8 Fatal error: Cannot take reference of a nullsafe chain in %s on line %d
/php-src/Zend/tests/traits/
H A Dbug55355.phpt15 // inheritance chain
23 // inheritance chain
/php-src/ext/opcache/tests/
H A Dqm_assign_unlink_use_chain.phpt2 Don't try to unlink use chain of QM_ASSIGN without result use
/php-src/Zend/tests/nullsafe_operator/
H A D009.phpt11 Fatal error: Cannot take reference of a nullsafe chain in %s.php on line 4
H A D017.phpt12 Fatal error: Cannot take reference of a nullsafe chain in %s.php on line 4
H A D010.phpt11 Fatal error: Cannot take reference of a nullsafe chain in %s.php on line 4
H A D027.phpt2 Test nullsafe in sub-chain of function argument
H A D028.phpt2 Test nullsafe in sub-chain of return as ref
H A D020.phpt2 Test nullsafe lhs of assignment to nested property chain
H A D026.phpt2 Nullsafe chain in static property / method name
/php-src/Zend/tests/generators/
H A Dgc_with_root_parent_mismatch.phpt2 Generator GC when the yield from parent chain does not reach the root
/php-src/ext/standard/tests/class_object/
H A Dforward_static_call_003.phpt2 forward_static_call() calling outside of the inheritance chain.
/php-src/ext/spl/tests/
H A Dclass_uses_basic2.phpt16 /** There is no semantics for traits in the inheritance chain.
/php-src/Zend/asm/
H A Dmake_ppc32_sysv_xcoff_gas.S86 # set back-chain to zero
H A Dmake_ppc64_sysv_xcoff_gas.S98 # set back-chain to zero
H A Dmake_ppc64_sysv_macho_gas.S86 ; set back-chain to zero
H A Dmake_i386_ms_pe_masm.asm85 ; traverse current seh chain to get the last exception handler installed by Windows
87 ; the exception handler chain is tested for the presence of ntdll.dll!FinalExceptionHandler
H A Dmake_ppc32_sysv_elf_gas.S79 # set back-chain to zero
H A Dmake_ppc64_sysv_elf_gas.S124 # set back-chain to zero
/php-src/ext/openssl/tests/
H A Dgh9310.phpt176 PHP Warning: stream_socket_accept(): Failed setting local cert chain file `%ssni_server_cs.pem'; f…
184 PHP Warning: stream_socket_accept(): Failed setting local cert chain file `%ssni_server_us_cert.pe…
/php-src/ext/mbstring/tests/
H A Dmb_decode_numericentity_large_ints.phpt49 // because some text encodings did not properly invoke the next flush function in the chain

Completed in 27 milliseconds

12