Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/standard/tests/array/
H A Dcompact.phpt8 $event = "SIGGRAPH";
12 $result = compact("event", $location_vars);
18 ["event"]=>
/PHP-8.0/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-8.0/ext/spl/tests/
H A Dbug73471.phpt10 foreach($events as $event){}
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_perf_dump.c86 uint32_t event; member
198 rec.event = ZEND_PERF_JITDUMP_RECORD_CLOSE; in zend_jit_perf_jitdump_close()
238 rec.hdr.event = ZEND_PERF_JITDUMP_RECORD_LOAD; in zend_jit_perf_jitdump_register()
H A Dzend_jit_vm_helpers.c501 …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
505 TRACE_START(ZEND_JIT_TRACE_START, event, op_array, opline); in zend_jit_trace_subtrace()
/PHP-8.0/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-8.0/Zend/
H A Dzend_language_scanner.h54 zend_php_scanner_event event, int token, int line,
H A Dzend_globals.h316 zend_php_scanner_event event, int token, int line,
/PHP-8.0/main/
H A Drfc1867.h77 extern PHPAPI int (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extra);
H A Drfc1867.c53 PHPAPI int (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extra) = NULL;
/PHP-8.0/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-8.0/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-8.0/ext/tokenizer/
H A Dtokenizer.c440 zend_php_scanner_event event, int token, int line, in on_event() argument
445 switch (event) { in on_event()
/PHP-8.0/ext/pcre/tests/
H A Dpreg_match_error4.phpt650 "name": "symfony\\/event-dispatcher",
887 "symfony\\/event-dispatcher": "v2.8.3",
/PHP-8.0/sapi/fpm/
H A Dphp-fpm.conf.in110 ; Specify the event mechanism FPM will use. The following is available:
H A Dconfig.m4368 #include <sys/event.h>
/PHP-8.0/ext/session/
H A Dsession.c60 static int php_session_rfc1867_callback(unsigned int event, void *event_data, void **extra);
61 static int (*php_session_rfc1867_orig_callback)(unsigned int event, void *event_data, void **extra);
3012 static int php_session_rfc1867_callback(unsigned int event, void *event_data, void **extra) /* {{{ … in php_session_rfc1867_callback() argument
3018 retval = php_session_rfc1867_orig_callback(event, event_data, extra); in php_session_rfc1867_callback()
3026 switch(event) { in php_session_rfc1867_callback()
/PHP-8.0/win32/build/
H A DMakefile263 @echo Registering event source with syslog (requires admin rights)
/PHP-8.0/ext/opcache/jit/dynasm/
H A Dminilua.c194 int event; member
794 events->flags|=cast_byte(1u<<event);
4783 StkId res,TMS event){
4784 const TValue*tm=luaT_gettmbyobj(L,p1,event);
4786 tm=luaT_gettmbyobj(L,p2,event);
4792 TMS event){
4793 const TValue*tm1=fasttm(L,mt1,event);
4797 tm2=fasttm(L,mt2,event);
4804 TMS event){
4808 tm2=luaT_gettmbyobj(L,p2,event);
[all …]
/PHP-8.0/sapi/cli/
H A Dphp_cli_server.c2581 static int 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
2623 if (event & POLLIN) { in php_cli_server_do_event_for_each_fd_callback()
2626 if (event & POLLOUT) { in php_cli_server_do_event_for_each_fd_callback()
/PHP-8.0/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt154 8. Limitation of Liability. In no event and under no legal theory,
/PHP-8.0/ext/standard/html_tables/mappings/
H A DROMAN.TXT48 # purpose. In no event will Apple be liable for direct, indirect,
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php1496 function sapi_windows_generate_ctrl_event(int $event, int $pid = 0): bool {} argument
/PHP-8.0/ext/mbstring/libmbfl/
H A DLICENSE179 in the event an application does not supply such function or
/PHP-8.0/ext/bcmath/libbcmath/
H A DLICENSE182 in the event an application does not supply such function or

Completed in 188 milliseconds

12