Home
last modified time | relevance | path

Searched refs:context (Results 226 – 250 of 453) sorted by relevance

12345678910>>...19

/PHP-7.4/ext/standard/tests/dir/
H A Ddir_variation5.phpt12 * Prototype : object dir(string $directory[, resource $context])
H A Dopendir_variation3.phpt5 /* Prototype : mixed opendir(string $path[, resource $context])
H A Dopendir_error2.phpt11 /* Prototype : mixed opendir(string $path[, resource $context])
H A Dopendir_variation3-win32-mb.phpt11 /* Prototype : mixed opendir(string $path[, resource $context])
H A Dscandir_variation9.phpt5 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
/PHP-7.4/ext/standard/tests/file/
H A Dfile_put_contents_variation1.phpt7 /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]])
H A Dreadfile_variation7.phpt7 /* Prototype : int readfile(string filename [, bool use_include_path[, resource context]])
H A Dreadfile_variation6.phpt7 /* Prototype : int readfile(string filename [, bool use_include_path[, resource context]])
H A Drename_basic.phpt5 /* Prototype: bool rename ( string $oldname, string $newname [, resource $context] );
H A Dunlink_variation9-win32.phpt13 /* Prototype : bool unlink(string filename[, context context])
H A Dfile_get_contents_basic.phpt9 * resource $context[, int $offset[, int $maxlen]]]] )
H A Dfile_get_contents_variation1.phpt7 …g file_get_contents(string filename [, bool use_include_path [, resource context [, long offset [,…
H A Dfile_get_contents_variation2.phpt7 …g file_get_contents(string filename [, bool use_include_path [, resource context [, long offset [,…
/PHP-7.4/ext/standard/tests/http/
H A Dbug69337.phpt2 Bug #69337 (Stream context leaks when http request fails)
/PHP-7.4/ext/openssl/tests/
H A Dbug46127.phpt2 #46127 php_openssl_tcp_sockop_accept forgets to set context on accepted stream
/PHP-7.4/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt6 * Prototype: object dir(string directory[, resource context])
/PHP-7.4/ext/reflection/tests/
H A DReflectionReference_errors.phpt43 Call to private ReflectionReference::__construct() from invalid context
/PHP-7.4/ext/soap/tests/
H A Dbug69137.phpt22 // Prime the WSDL cache because that request sets peer_name on the HTTP context
/PHP-7.4/ext/enchant/tests/
H A Dbug13181.phpt2 bug #13181, leaving a context frees the broker resources
/PHP-7.4/Zend/
H A Dzend_signal.h45 void* context; member
/PHP-7.4/Zend/tests/
H A D003.phpt79 Warning: func_get_args(): Called from the global scope - no function context in %s on line %d
H A Dfr47160.phpt112 Exception: Using $this when not in object context
116 Exception: Using $this when not in object context
/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
190 zval *token_stream = (zval *) context; in on_event()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_loaddata.c31 php_stream_context *context = NULL; in mysqlnd_local_infile_init() local
52 info->fd = php_stream_open_wrapper_ex((char *)filename, "r", 0, NULL, context); in mysqlnd_local_infile_init()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c842 sqlite3_result_int64(context, Z_LVAL(retval)); in sqlite3_do_callback()
844 sqlite3_result_int(context, Z_LVAL(retval)); in sqlite3_do_callback()
849 sqlite3_result_null(context); in sqlite3_do_callback()
853 sqlite3_result_double(context, Z_DVAL(retval)); in sqlite3_do_callback()
868 sqlite3_result_error(context, "failed to invoke callback", 0); in sqlite3_do_callback()
893 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); in php_sqlite3_callback_func()
895 sqlite3_do_callback(&func->afunc, &func->func, argc, argv, context, 0); in php_sqlite3_callback_func()
901 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); in php_sqlite3_callback_step()
906 sqlite3_do_callback(&func->astep, &func->step, argc, argv, context, 1); in php_sqlite3_callback_step()
912 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); in php_sqlite3_callback_final()
[all …]

Completed in 33 milliseconds

12345678910>>...19