Home
last modified time | relevance | path

Searched refs:context (Results 251 – 275 of 494) sorted by relevance

1...<<11121314151617181920

/PHP-7.1/ext/standard/tests/dir/
H A Dopendir_variation3.phpt5 /* Prototype : mixed opendir(string $path[, resource $context])
H A Ddir_error.phpt6 * Prototype : object dir(string $directory[, resource $context])
H A Dscandir_variation9.phpt5 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
/PHP-7.1/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt6 * Prototype: object dir(string directory[, resource context])
/PHP-7.1/ext/openssl/tests/
H A Dbug65538_001.phpt2 Bug #65538: SSL context "cafile" supports stream wrappers
H A Dbug65538_002.phpt2 Bug #65538: SSL context "cafile" disallows URL stream wrappers
H A Dbug65538_003.phpt2 Bug #65538: SSL context "cafile" supports phar wrapper
/PHP-7.1/ext/soap/tests/
H A Dbug69137.phpt22 // Prime the WSDL cache because that request sets peer_name on the HTTP context
/PHP-7.1/Zend/tests/
H A D003.phpt79 Warning: func_get_args(): Called from the global scope - no function context in %s on line %d
/PHP-7.1/ext/standard/tests/file/
H A Dreadfile_variation6.phpt7 /* Prototype : int readfile(string filename [, bool use_include_path[, resource context]])
H A Dreadfile_variation7.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 Dfile_variation2.phpt5 /* Prototype : array file(string filename [, int flags[, resource context]])
24 $context = stream_context_create();
103 var_dump( file($value, $flags, $context) );
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 [,…
H A Dfile_get_contents_basic.phpt9 * resource $context[, int $offset[, int $maxlen]]]] )
H A Dfopen_variation13.phpt7 …type : resource fopen(string filename, string mode [, bool use_include_path [, resource context]])
H A Dunlink_variation2-win32.phpt11 /* Prototype : bool unlink ( string $filename [, resource $context] );
H A Dfopen_variation5.phpt2 Test fopen() function : variation: use include path and stream context (absolute directories in pat…
7 …type : resource fopen(string filename, string mode [, bool use_include_path [, resource context]])
H A Dfopen_variation8.phpt2 Test fopen() function : variation: use include path and stream context (relative directories in pat…
7 …type : resource fopen(string filename, string mode [, bool use_include_path [, resource context]])
H A Dfopen_variation12.phpt7 …type : resource fopen(string filename, string mode [, bool use_include_path [, resource context]])
/PHP-7.1/ext/standard/
H A Dphp_fopen_wrapper.c179 zend_string **opened_path, php_stream_context *context STREAMS_DC) /* {{{ */ in php_stream_url_wrap_php()
422 if (pipe_requested && stream && context) { in php_stream_url_wrap_php()
423 zval *blocking_pipes = php_stream_context_get_option(context, "pipe", "blocking"); in php_stream_url_wrap_php()
/PHP-7.1/ext/spl/
H A Dspl.php961 * @param context resource context to passed to open function
970 function openFile($mode = 'r', $use_include_path = false, $context = NULL) {/**/} argument
/PHP-7.1/ext/tokenizer/
H A Dtokenizer.c186 void on_event(zend_php_scanner_event event, int token, int line, void *context) in on_event() argument
188 zval *token_stream = (zval *) context; in on_event()
/PHP-7.1/main/streams/
H A Dplain_wrapper.c937 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_dir_opener()
944 …ps->dir_opener(&php_glob_stream_wrapper, path, mode, options, opened_path, context STREAMS_REL_CC); in php_plain_files_dir_opener()
1074 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_stream_opener()
1083 …wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context) in php_plain_files_url_stater() argument
1107 …iles_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) in php_plain_files_unlink() argument
1133 …apper *wrapper, const char *url_from, const char *url_to, int options, php_stream_context *context) in php_plain_files_rename() argument
1234 …r(php_stream_wrapper *wrapper, const char *dir, int mode, int options, php_stream_context *context) in php_plain_files_mkdir() argument
1320 …files_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) in php_plain_files_rmdir() argument
1348 …php_stream_wrapper *wrapper, const char *url, int option, void *value, php_stream_context *context) in php_plain_files_metadata() argument

Completed in 46 milliseconds

1...<<11121314151617181920