Searched refs:pending (Results 1 – 6 of 6) sorted by relevance
/PHP-7.0/Zend/tests/ |
H A D | exception_008.phpt | 2 Exception in __destruct while exception is pending
|
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 250 zend_bool pending = 0; in phpdbg_set_breakpoint_file_ex() local 275 pending = 1; in phpdbg_set_breakpoint_file_ex() 302 if (pending) { in phpdbg_set_breakpoint_file_ex() 309 …if (!(pending = ((fileht = phpdbg_resolve_pending_file_break_ex(ZSTR_VAL(file), ZSTR_LEN(file), pa… in phpdbg_set_breakpoint_file_ex() 316 if (pending) { in phpdbg_set_breakpoint_file_ex()
|
H A D | xml.md | 170 - pending: the breakpoint is waiting for resolving (e.g. a file opline on a not yet loaded file)
|
/PHP-7.0/sapi/fpm/ |
H A D | www.conf.in | 148 ; listen queue - the number of request in the queue of pending 151 ; of pending connections since FPM has started; 152 ; listen queue len - the size of the socket queue of pending connections;
|
/PHP-7.0/ext/openssl/ |
H A D | xp_ssl.c | 2495 size_t pending; in php_openssl_sockop_cast() local 2498 && (pending = (size_t)SSL_pending(sslsock->ssl_handle)) > 0) { in php_openssl_sockop_cast() 2499 php_stream_fill_read_buffer(stream, pending < stream->chunk_size in php_openssl_sockop_cast() 2500 ? pending in php_openssl_sockop_cast()
|
/PHP-7.0/ext/fileinfo/tests/ |
H A D | magic | 664 >8 string ssc1 \b, Samsung stereo, single stream (patent pending) 665 >8 string ssc2 \b, Samsung stereo, dual stream (patent pending) 8122 >&-272 lequad x pending blocks to free %lld, 8123 >&-264 lelong x pending inodes to free %d, 8142 >&-272 lequad x pending blocks to free %lld, 8143 >&-264 lelong x pending inodes to free %d, 8182 >&-272 bequad x pending blocks to free %lld, 8183 >&-264 belong x pending inodes to free %d, 8202 >&-272 bequad x pending blocks to free %lld, 8203 >&-264 belong x pending inodes to free %d,
|
Completed in 60 milliseconds