Home
last modified time | relevance | path

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

1234

/PHP-8.1/ext/standard/
H A Dbasic_functions.stub.php936 function opendir(string $directory, $context = null) {}
942 function dir(string $directory, $context = null): Directory|false {}
1038 function readfile(string $filename, bool $use_include_path = false, $context = null): int|false {}
1044 function rmdir(string $directory, $context = null): bool {}
1124 function rename(string $from, string $to, $context = null): bool {}
1127 function copy(string $from, string $to, $context = null): bool {}
1143 function file(string $filename, int $flags = 0, $context = null): array|false {}
1152 function unlink(string $filename, $context = null): bool {}
1588 function stream_context_set_params($context, array $params): bool {}
1595 function stream_context_get_params($context): array {}
[all …]
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()
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_loaddata.c29 php_stream_context *context = NULL; in mysqlnd_local_infile_init() local
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.c493 php_stream_context * context = php_stream_context_alloc(); in MYSQLND_METHOD() local
/PHP-8.1/ext/spl/
H A Dspl_directory.stub.php86 …public function openFile(string $mode = "r", bool $useIncludePath = false, $context = null): SplFi…
198 …__construct(string $filename, string $mode = "r", bool $useIncludePath = false, $context = null) {}
H A Dspl_directory.h81 php_stream_context *context; member
/PHP-8.1/Zend/
H A Dzend_signal.h45 void* context; member
/PHP-8.1/ext/hash/
H A Dphp_hash.h59 void *context; member
/PHP-8.1/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.c91 static void pass1(zend_script *script, void *context) in pass1()
96 static void pass2(zend_script *script, void *context) in pass2()
/PHP-8.1/ext/fileinfo/
H A Dfileinfo.c407 php_stream_context *context = php_stream_context_from_zval(zcontext, 0); in _php_finfo_get_type() local
/PHP-8.1/ext/sqlite3/
H A Dsqlite3.c728 … php_sqlite3_fci *fc, zval *cb, int argc, sqlite3_value **argv, sqlite3_context *context, int is_a… in sqlite3_do_callback()
869 static void php_sqlite3_callback_func(sqlite3_context *context, int argc, sqlite3_value **argv) /* … in php_sqlite3_callback_func()
877 static void php_sqlite3_callback_step(sqlite3_context *context, int argc, sqlite3_value **argv) /* … in php_sqlite3_callback_step()
888 static void php_sqlite3_callback_final(sqlite3_context *context) /* {{{ */ in php_sqlite3_callback_final()
/PHP-8.1/Zend/Optimizer/
H A Ddce.c60 } context; typedef
/PHP-8.1/ext/dom/
H A Dxpath.c329 zval *id, retval, *context = NULL; in php_xpath_eval() local
H A Ddocument.c2124 xmlNode *context; in PHP_METHOD() local
2145 xmlNode *context; in PHP_METHOD() local
/PHP-8.1/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.1/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.1/build/
H A Dgen_stub.php22 function processDirectory(string $dir, Context $context): array {
48 function processStubFile(string $stubFile, Context $context): ?FileInfo {
3302 $context = new Context; variable
/PHP-8.1/ext/tokenizer/
H A Dtokenizer.c419 const char *text, size_t length, void *context) in on_event()
/PHP-8.1/ext/gd/libgd/
H A Dgd.h390 void *context; member
657 void *context; member
/PHP-8.1/ext/soap/
H A Dphp_sdl.c231 zval context; in sdl_set_uri_credentials() local
3179 php_stream_context *context=NULL; in get_sdl() local
3214 PHP_MD5_CTX context; in get_sdl() local
/PHP-8.1/ext/pcntl/
H A Dpcntl.c1336 static void pcntl_signal_handler(int signo, siginfo_t *siginfo, void *context) in pcntl_signal_handler()

Completed in 127 milliseconds

1234