Home
last modified time | relevance | path

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

1...<<11121314151617

/PHP-5.5/ext/standard/tests/file/
H A Dfopen_variation17.phpt7 …type : resource fopen(string filename, string mode [, bool use_include_path [, resource context]])
H A D007_variation1.phpt8 [, bool $use_include_path [, resource $context]] );
H A D007_variation17.phpt8 [, bool $use_include_path [, resource $context]] );
H A D007_variation9.phpt8 [, bool $use_include_path [, resource $context]] );
H A Drename_variation1-win32.phpt11 /* Prototype: bool rename ( string $oldname, string $newname [, resource $context] );
H A Dreadfile_variation2.phpt11 /* Prototype: int readfile ( string $filename [, bool $use_include_path [, resource $context]] );
H A Drename_variation-win32.phpt11 /* Prototype: bool rename ( string $oldname, string $newname [, resource $context] );
H A Dfile_get_contents_error.phpt8 * resource $context[, int $offset[, int $maxlen]]]] )
H A Drename_variation3-win32.phpt11 /* Prototype: bool rename ( string $oldname, string $newname [, resource $context] );
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation6.phpt12 * Prototype : object dir(string $directory[, resource $context])
H A Dopendir_variation6.phpt11 /* Prototype : mixed opendir(string $path[, resource $context])
H A Ddir_variation8.phpt12 * Prototype : object dir(string $directory[, resource $context])
H A Ddir_variation4.phpt6 * Prototype : object dir(string $directory[, resource $context])
H A Ddir_basic.phpt6 * Prototype : object dir(string $directory[, resource $context])
H A Dopendir_variation6-win32.phpt11 /* Prototype : mixed opendir(string $path[, resource $context])
H A Dscandir_variation6.phpt11 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
/PHP-5.5/sapi/aolserver/
H A Daolserver.c494 php_ns_request_handler(void *context, Ns_Conn *conn) in php_ns_request_handler() argument
577 php_ns_server_shutdown(void *context) in php_ns_server_shutdown() argument
579 php_ns_context *ctx = (php_ns_context *) context; in php_ns_server_shutdown()
/PHP-5.5/ext/mysqli/tests/
H A Dbug42548.phpt2 Bug #42548 PROCEDURE xxx can't return a result set in the given context (works in 5.2.3!!)
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_context_get_params_001.phpt26 resource(%d) of type (stream-context)
/PHP-5.5/Zend/tests/
H A Dbug37632.phpt135 Fatal error: Call to protected C4::__construct() from context 'B4' in %sbug37632.php on line %d
/PHP-5.5/tests/classes/
H A Dfactory_and_singleton_002.phpt100 Warning: Call to protected test::__destruct() from context '' during shutdown ignored in Unknown on…
/PHP-5.5/ext/phar/
H A Dstream.c158 … *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS… in phar_wrapper_open_url()
211 …if (context && context->options && zend_hash_find(HASH_OF(context->options), "phar", sizeof("phar"… in phar_wrapper_open_url()
567 php_stream_statbuf *ssb, php_stream_context *context TSRMLS_DC) /* {{{ */ in phar_wrapper_stat()
689 …php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC) /* {{{… in phar_wrapper_unlink()
765 …*wrapper, char *url_from, char *url_to, int options, php_stream_context *context TSRMLS_DC) /* {{{… in phar_wrapper_rename()
H A Ddirstream.c319 … *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS… in phar_wrapper_open_dir()
392 return php_stream_opendir(entry->tmp, options, context); in phar_wrapper_open_dir()
432 …per *wrapper, char *url_from, int mode, int options, php_stream_context *context TSRMLS_DC) /* {{{… in phar_wrapper_mkdir()
564 …php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC) /* {{{… in phar_wrapper_rmdir()
/PHP-5.5/ext/gd/libgd/
H A Dgd.h387 int (*source) (void *context, char *buffer, int len);
388 void *context; member
627 int (*sink) (void *context, const char *buffer, int len);
628 void *context; member
/PHP-5.5/TSRM/
H A DTSRM.h156 TSRM_API void tsrm_free_interpreter_context(void *context);

Completed in 56 milliseconds

1...<<11121314151617