Home
last modified time | relevance | path

Searched refs:event (Results 1 – 25 of 34) sorted by relevance

12

/php-src/.github/workflows/
H A Dremove-needs-feedback.yml13 …p-src' && contains(github.event.issue.labels.*.name, 'Status: Needs Feedback') && github.event.iss…
H A Dpush.yml39 group: ${{ github.workflow }}-${{ github.event.pull_request.url || github.run_id }}
317 $(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.sha }}) \
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
/php-src/Zend/tests/closures/
H A Dbug80929.phpt7 public function handleDefaultEvent($event) { }
30 public function dispatch($event, string $eventName)
32 ($this->listener)($event, $eventName, null);
/php-src/ext/standard/tests/array/
H A Dcompact.phpt8 $event = "SIGGRAPH";
12 $result = compact("event", $location_vars);
25 ["event"]=>
/php-src/ext/spl/tests/
H A Dbug73471.phpt10 foreach($events as $event){}
/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/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/Zend/
H A Dzend_language_scanner.h54 zend_php_scanner_event event, int token, int line,
H A Dzend_globals.h380 zend_php_scanner_event event, int token, int line,
/php-src/main/
H A Drfc1867.h86 extern PHPAPI zend_result (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extr…
H A Drfc1867.c53 PHPAPI zend_result (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extra) = NU…
/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/exif/tests/
H A Dbug50845.phpt46 … 2016. The vehicles were loaded to support a theater security cooperation event as a part of a MEU…
/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/pcre/tests/
H A Dpreg_match_error4.phpt650 "name": "symfony\\/event-dispatcher",
887 "symfony\\/event-dispatcher": "v2.8.3",
/php-src/sapi/fpm/
H A Dphp-fpm.conf.in110 ; Specify the event mechanism FPM will use. The following is available:
H A Dconfig.m4314 #include <sys/event.h>
/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/win32/build/
H A DMakefile265 @echo Registering event source with syslog (requires admin rights)
/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/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/ext/dom/lexbor/
H A DLICENSE154 8. Limitation of Liability. In no event and under no legal theory,
/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/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt154 8. Limitation of Liability. In no event and under no legal theory,

Completed in 74 milliseconds

12