Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/standard/tests/array/
H A Dcompact.phpt8 $event = "SIGGRAPH";
12 $result = compact("event", $location_vars);
18 ["event"]=>
/PHP-7.4/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-7.4/ext/spl/tests/
H A Dbug73471.phpt10 foreach($events as $event){}
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_stdio.c124 struct fpm_event_s *event; local
136 event = &child->ev_stdout;
138 event = &child->ev_stderr;
223 fpm_event_del(event);
/PHP-7.4/Zend/
H A Dzend_language_scanner.h52 void (*on_event)(zend_php_scanner_event event, int token, int line, void *context);
H A Dzend_globals.h311 void (*on_event)(zend_php_scanner_event event, int token, int line, void *context);
/PHP-7.4/main/
H A Drfc1867.h79 extern PHPAPI int (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extra);
H A Drfc1867.c60 PHPAPI int (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extra) = NULL;
/PHP-7.4/ext/tokenizer/
H A Dtokenizer.c188 void on_event(zend_php_scanner_event event, int token, int line, void *context) in on_event() argument
194 switch (event) { in on_event()
/PHP-7.4/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-7.4/ext/exif/tests/
H A Dbug50845.phpt45 … 2016. The vehicles were loaded to support a theater security cooperation event as a part of a MEU…
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_error4.phpt650 "name": "symfony\\/event-dispatcher",
887 "symfony\\/event-dispatcher": "v2.8.3",
/PHP-7.4/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-7.4/ext/session/
H A Dsession.c61 static int php_session_rfc1867_callback(unsigned int event, void *event_data, void **extra);
62 static int (*php_session_rfc1867_orig_callback)(unsigned int event, void *event_data, void **extra);
3169 static int php_session_rfc1867_callback(unsigned int event, void *event_data, void **extra) /* {{{ … in php_session_rfc1867_callback() argument
3175 retval = php_session_rfc1867_orig_callback(event, event_data, extra); in php_session_rfc1867_callback()
3183 switch(event) { in php_session_rfc1867_callback()
/PHP-7.4/win32/build/
H A DMakefile264 @echo Registering event source with syslog (requires admin rights)
/PHP-7.4/
H A DUPGRADING537 set or remove a handler function upon receiving a CTRL event. The handler
538 function is expected to have this signature: "function handler(int $event)".
539 . bool sapi_windows_generate_ctrl_event(int type, int pid) - send a CTRL event
H A DREADME.REDIST.BINS305 warranty. In no event will the authors be held liable for any damages
H A DNEWS1875 . Fixed bug #77185 (Use-after-free in FPM master event handling).
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c2565 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
2606 if (event & POLLIN) { in php_cli_server_do_event_for_each_fd_callback()
2609 if (event & POLLOUT) { in php_cli_server_do_event_for_each_fd_callback()
/PHP-7.4/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt154 8. Limitation of Liability. In no event and under no legal theory,
/PHP-7.4/ext/standard/html_tables/mappings/
H A DROMAN.TXT48 # purpose. In no event will Apple be liable for direct, indirect,
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE179 in the event an application does not supply such function or
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE182 in the event an application does not supply such function or
/PHP-7.4/ext/standard/
H A Dbasic_functions.c2723 ZEND_ARG_INFO(0, event)

Completed in 105 milliseconds

12