/PHP-8.1/ext/standard/tests/array/ |
H A D | compact.phpt | 8 $event = "SIGGRAPH"; 12 $result = compact("event", $location_vars); 25 ["event"]=>
|
/PHP-8.1/Zend/tests/closures/ |
H A D | bug80929.phpt | 7 public function handleDefaultEvent($event) { } 30 public function dispatch($event, string $eventName) 32 ($this->listener)($event, $eventName, null);
|
/PHP-8.1/ext/spl/tests/ |
H A D | bug73471.phpt | 10 foreach($events as $event){}
|
/PHP-8.1/ext/opcache/jit/ |
H A D | zend_jit_perf_dump.c | 89 uint32_t event; member 201 rec.event = ZEND_PERF_JITDUMP_RECORD_CLOSE; in zend_jit_perf_jitdump_close() 241 rec.hdr.event = ZEND_PERF_JITDUMP_RECORD_LOAD; in zend_jit_perf_jitdump_register()
|
H A D | zend_jit_vm_helpers.c | 506 …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 510 TRACE_START(ZEND_JIT_TRACE_START, event, op_array, opline); in zend_jit_trace_subtrace()
|
/PHP-8.1/sapi/fpm/fpm/ |
H A D | fpm_stdio.c | 176 struct fpm_event_s *event; local 188 event = &child->ev_stdout; 190 event = &child->ev_stderr; 275 fpm_event_del(event);
|
/PHP-8.1/Zend/ |
H A D | zend_language_scanner.h | 54 zend_php_scanner_event event, int token, int line,
|
H A D | zend_globals.h | 347 zend_php_scanner_event event, int token, int line,
|
/PHP-8.1/main/ |
H A D | rfc1867.h | 77 extern PHPAPI int (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extra);
|
H A D | rfc1867.c | 52 PHPAPI int (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extra) = NULL;
|
/PHP-8.1/sapi/cli/tests/ |
H A D | bug61546.phpt | 8 // event that the internal page_inode structure is less than 0, otherwise it returns the long value
|
/PHP-8.1/ext/exif/tests/ |
H A D | bug50845.phpt | 46 … 2016. The vehicles were loaded to support a theater security cooperation event as a part of a MEU…
|
/PHP-8.1/ext/tokenizer/ |
H A D | tokenizer.c | 418 zend_php_scanner_event event, int token, int line, in on_event() argument 423 switch (event) { in on_event()
|
/PHP-8.1/.github/workflows/ |
H A D | push.yml | 38 group: ${{ github.workflow }}-${{ github.event.pull_request.url || github.run_id }}
|
H A D | nightly.yml | 519 …repositories="async cache child-process datagram dns event-loop promise promise-stream promise-tim… 537 git clone https://github.com/revoltphp/event-loop.git --depth=1 538 cd event-loop
|
/PHP-8.1/ext/pcre/tests/ |
H A D | preg_match_error4.phpt | 650 "name": "symfony\\/event-dispatcher", 887 "symfony\\/event-dispatcher": "v2.8.3",
|
/PHP-8.1/sapi/fpm/ |
H A D | php-fpm.conf.in | 110 ; Specify the event mechanism FPM will use. The following is available:
|
H A D | config.m4 | 368 #include <sys/event.h>
|
/PHP-8.1/ext/session/ |
H A D | session.c | 60 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); 2995 static int php_session_rfc1867_callback(unsigned int event, void *event_data, void **extra) /* {{{ … in php_session_rfc1867_callback() argument 3001 retval = php_session_rfc1867_orig_callback(event, event_data, extra); in php_session_rfc1867_callback() 3009 switch(event) { in php_session_rfc1867_callback()
|
/PHP-8.1/win32/build/ |
H A D | Makefile | 266 @echo Registering event source with syslog (requires admin rights)
|
/PHP-8.1/ext/opcache/jit/dynasm/ |
H A D | minilua.c | 194 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.1/sapi/cli/ |
H A D | php_cli_server.c | 2596 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 2638 if (event & POLLIN) { in php_cli_server_do_event_for_each_fd_callback() 2641 if (event & POLLOUT) { in php_cli_server_do_event_for_each_fd_callback()
|
/PHP-8.1/ext/gd/tests/ |
H A D | Rochester-Regular.otf.LICENSE.txt | 154 8. Limitation of Liability. In no event and under no legal theory,
|
/PHP-8.1/ext/standard/html_tables/mappings/ |
H A D | ROMAN.TXT | 48 # purpose. In no event will Apple be liable for direct, indirect,
|
/PHP-8.1/ext/standard/ |
H A D | basic_functions.stub.php | 1940 function sapi_windows_generate_ctrl_event(int $event, int $pid = 0): bool {} argument
|