Home
last modified time | relevance | path

Searched defs:context (Results 51 – 75 of 84) sorted by relevance

1234

/PHP-8.3/Zend/
H A Dzend_signal.h45 void* context; member
/PHP-8.3/ext/hash/
H A Dphp_hash.h59 void *context; member
/PHP-8.3/ext/zend_test/
H A Dfiber.c26 static zend_fiber_transfer zend_test_fiber_switch_to(zend_fiber_context *context, zval *value, bool… in zend_test_fiber_switch_to()
H A Dtest.c106 static void pass1(zend_script *script, void *context) in pass1()
111 static void pass2(zend_script *script, void *context) in pass2()
/PHP-8.3/ext/fileinfo/
H A Dfileinfo.c391 php_stream_context *context = php_stream_context_from_zval(zcontext, 0); in _php_finfo_get_type() local
/PHP-8.3/ext/sqlite3/
H A Dsqlite3.c737 …end_fcall_info_cache *fcc, uint32_t argc, sqlite3_value **argv, sqlite3_context *context, int is_a… in sqlite3_do_callback()
864 static void php_sqlite3_callback_func(sqlite3_context *context, int argc, sqlite3_value **argv) /* … in php_sqlite3_callback_func()
872 static void php_sqlite3_callback_step(sqlite3_context *context, int argc, sqlite3_value **argv) /* … in php_sqlite3_callback_step()
883 static void php_sqlite3_callback_final(sqlite3_context *context) /* {{{ */ in php_sqlite3_callback_final()
/PHP-8.3/ext/spl/
H A Dspl_directory.h74 php_stream_context *context; member
/PHP-8.3/ext/dom/
H A Dxpath.c332 zval *id, retval, *context = NULL; in php_xpath_eval() local
/PHP-8.3/ext/standard/
H A Durl.c688 php_stream_context *context; in PHP_FUNCTION() local
H A Dhttp_fopen_wrapper.c120 php_stream_context *context, int redirect_max, int flags, in php_stream_url_wrap_http_ex()
H A Darray.c1383 php_array_walk_context *context, zval *array, zval *userdata, bool recursive) in php_array_walk()
1524 php_array_walk_context context; in PHP_FUNCTION() local
1543 php_array_walk_context context; in PHP_FUNCTION() local
/PHP-8.3/main/streams/
H A Dtransports.c55 php_stream_context *context, in _php_stream_xport_create()
H A Dphp_stream_transport.h54 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… argument
/PHP-8.3/Zend/Optimizer/
H A Ddce.c60 } context; typedef
/PHP-8.3/ext/intl/converter/
H A Dconverter.c206 static void php_converter_to_u_callback(const void *context, in php_converter_to_u_callback()
289 static void php_converter_from_u_callback(const void *context, in php_converter_from_u_callback()
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_auth.c531 PHP_SHA1_CTX context; in php_mysqlnd_scramble() local
981 PHP_SHA256_CTX context; in php_mysqlnd_scramble_sha2() local
H A Dmysqlnd_vio.c515 php_stream_context * context = php_stream_context_alloc(); in MYSQLND_METHOD() local
/PHP-8.3/ext/tokenizer/
H A Dtokenizer.c415 const char *text, size_t length, void *context) in on_event()
/PHP-8.3/ext/gd/libgd/
H A Dgd.h390 void *context; member
657 void *context; member
/PHP-8.3/ext/sodium/
H A Dlibsodium.stub.php503 function sodium_crypto_aead_aes256gcm_decrypt(string $ciphertext, string $additional_data, string $… argument
/PHP-8.3/ext/soap/
H A Dphp_sdl.c231 zval context; in sdl_set_uri_credentials() local
3183 php_stream_context *context=NULL; in get_sdl() local
3218 PHP_MD5_CTX context; in get_sdl() local
H A Dphp_sdl.h76 php_stream_context *context; member
/PHP-8.3/build/
H A Dgen_stub.php31 function processDirectory(string $dir, Context $context): array {
57 function processStubFile(string $stubFile, Context $context, bool $includeOnly = false): ?FileInfo {
4952 $context = new Context; variable
/PHP-8.3/ext/pcntl/
H A Dpcntl.c1046 static void pcntl_signal_handler(int signo, siginfo_t *siginfo, void *context) in pcntl_signal_handler()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.c1049 void phpdbg_signal_handler(int sig, siginfo_t *info, void *context) /* {{{ */ in phpdbg_signal_handler()

Completed in 142 milliseconds

1234