Home
last modified time | relevance | path

Searched refs:event (Results 1 – 25 of 34) sorted by last modified time

12

/php-src/sapi/fpm/
H A Dconfig.m4329 #include <sys/event.h>
H A Dphp-fpm.conf.in110 ; Specify the event mechanism FPM will use. The following is available:
/php-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c538 …ce_subtrace(zend_jit_trace_rec *trace_buffer, int start, int end, uint8_t event, const zend_op_arr… in zend_jit_trace_subtrace() argument
542 TRACE_START(ZEND_JIT_TRACE_START, event, op_array, opline); in zend_jit_trace_subtrace()
/php-src/.github/workflows/
H A Dnightly.yml446 …repositories="async cache child-process datagram dns event-loop promise promise-stream promise-tim…
464 git clone https://github.com/revoltphp/event-loop.git --depth=1
465 cd event-loop
H A Dpush.yml39 group: ${{ github.workflow }}-${{ github.event.pull_request.url || github.run_id }}
320 $(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.sha }}) \
H A Dremove-needs-feedback.yml13 …p-src' && contains(github.event.issue.labels.*.name, 'Status: Needs Feedback') && github.event.iss…
/php-src/Zend/
H A Dzend_globals.h380 zend_php_scanner_event event, int token, int line,
H A Dzend_language_scanner.h54 zend_php_scanner_event event, int token, int line,
/php-src/ext/standard/
H A Dbasic_functions.stub.php3824 function sapi_windows_generate_ctrl_event(int $event, int $pid = 0): bool {}
H A Dbasic_functions_arginfo.h2201 ZEND_ARG_TYPE_INFO(0, event, IS_LONG, 0)
/php-src/ext/session/
H A Dsession.c60 static zend_result php_session_rfc1867_callback(unsigned int event, void *event_data, void **extra);
61 static zend_result (*php_session_rfc1867_orig_callback)(unsigned int event, void *event_data, void …
3095 static zend_result php_session_rfc1867_callback(unsigned int event, void *event_data, void **extra)… in php_session_rfc1867_callback() argument
3101 retval = php_session_rfc1867_orig_callback(event, event_data, extra); in php_session_rfc1867_callback()
3109 switch(event) { in php_session_rfc1867_callback()
/php-src/sapi/fpm/fpm/
H A Dfpm_stdio.c175 struct fpm_event_s *event; local
187 event = &child->ev_stdout;
189 event = &child->ev_stderr;
274 fpm_event_del(event);
/php-src/sapi/cli/
H A Dphp_cli_server.c2677 …t php_cli_server_do_event_for_each_fd_callback(void *_params, php_socket_t fd, int event) /* {{{ */ in php_cli_server_do_event_for_each_fd_callback() argument
2715 if (event & POLLIN) { in php_cli_server_do_event_for_each_fd_callback()
2718 if (event & POLLOUT) { in php_cli_server_do_event_for_each_fd_callback()
/php-src/main/
H A Drfc1867.c53 PHPAPI zend_result (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extra) = NU…
H A Drfc1867.h86 extern PHPAPI zend_result (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extr…
/php-src/ext/opcache/jit/ir/
H A Dir_perf.c73 uint32_t event; member
190 rec.event = IR_PERF_JITDUMP_RECORD_CLOSE; in ir_perf_jitdump_close()
233 rec.hdr.event = IR_PERF_JITDUMP_RECORD_LOAD; in ir_perf_jitdump_register()
/php-src/win32/build/
H A DMakefile265 @echo Registering event source with syslog (requires admin rights)
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c194 int event; member
794 events->flags|=cast_byte(1u<<event);
4784 StkId res,TMS event){
4785 const TValue*tm=luaT_gettmbyobj(L,p1,event);
4787 tm=luaT_gettmbyobj(L,p2,event);
4793 TMS event){
4794 const TValue*tm1=fasttm(L,mt1,event);
4798 tm2=fasttm(L,mt2,event);
4805 TMS event){
4809 tm2=luaT_gettmbyobj(L,p2,event);
[all …]
/php-src/
H A DREADME.REDIST.BINS307 warranty. In no event will the authors be held liable for any damages
/php-src/ext/dom/lexbor/
H A DLICENSE154 8. Limitation of Liability. In no event and under no legal theory,
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます38964 # GUID of event source; but empty if event source is BOOTMGR
38971 # event identifier 1~log file initialised 11h~boot application launched
38972 #>0x24 ulelong x \b, event %#x
38974 >>0x24 ulelong !0x11 \b, event %#x
38975 # entry data; size depends on event identifier
39763 #>>>>>8 uleshort x \b, event offset %4.4x
H A Dmagic38964 # GUID of event source; but empty if event source is BOOTMGR
38971 # event identifier 1~log file initialised 11h~boot application launched
38972 #>0x24 ulelong x \b, event %#x
38974 >>0x24 ulelong !0x11 \b, event %#x
38975 # entry data; size depends on event identifier
39763 #>>>>>8 uleshort x \b, event offset %4.4x
/php-src/sapi/cli/tests/
H A Dbug61546.phpt8 // event that the internal page_inode structure is less than 0, otherwise it returns the long value
/php-src/ext/tokenizer/
H A Dtokenizer.c414 zend_php_scanner_event event, int token, int line, in on_event() argument
419 switch (event) { in on_event()
/php-src/ext/standard/tests/array/
H A Dcompact.phpt8 $event = "SIGGRAPH";
12 $result = compact("event", $location_vars);
25 ["event"]=>

Completed in 245 milliseconds

12