Home
last modified time | relevance | path

Searched refs:context (Results 201 – 225 of 453) sorted by relevance

12345678910>>...19

/PHP-7.4/tests/classes/
H A Dprivate_redeclare.phpt38 Fatal error: Uncaught Error: Call to private method base::show() from context 'derived' in %s:%d
H A Dprotected_002.phpt33 Fatal error: Uncaught Error: Call to protected method pass::show() from context 'fail' in %s:%d
H A Dprivate_002.phpt33 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dprivate_003.phpt34 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dprivate_003b.phpt35 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
/PHP-7.4/Zend/tests/
H A Dbug61025.phpt27 Fatal error: Uncaught Error: Call to private method Bar::__invoke() from context '' in %sbug61025.p…
H A D001.phpt57 Warning: func_num_args(): Called from the global scope - no function context in %s on line %d
H A Dbug47054.phpt39 Fatal error: Uncaught Error: Using $this when not in object context in %s:%d
H A Dclosure_005.phpt74 Fatal error: Uncaught Error: Using $this when not in object context in %sclosure_005.php:28
/PHP-7.4/ext/zip/
H A Dphp_zip.h73 … const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
H A Dzip_stream.c267 php_stream_context *context STREAMS_DC) in php_stream_zip_opener()
317 if (context && NULL != (tmpzval = php_stream_context_get_option(context, "zip", "password"))) { in php_stream_zip_opener()
/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c56 php_stream_context *context = NULL; in PHAR_FUNC() local
75 context = php_stream_context_from_zval(zcontext, 0); in PHAR_FUNC()
77 stream = php_stream_opendir(name, REPORT_ERRORS, context); in PHAR_FUNC()
121 php_stream_context *context = NULL; in PHAR_FUNC() local
187 context = php_stream_context_from_zval(zcontext, 0); in PHAR_FUNC()
189 stream = php_stream_open_wrapper_ex(name, "rb", 0 | REPORT_ERRORS, NULL, context); in PHAR_FUNC()
251 php_stream_context *context = NULL; in PHAR_FUNC() local
306 context = php_stream_context_from_zval(zcontext, 0); in PHAR_FUNC()
307 stream = php_stream_open_wrapper_ex(name, "rb", 0 | REPORT_ERRORS, NULL, context); in PHAR_FUNC()
352 php_stream_context *context = NULL; in PHAR_FUNC() local
[all …]
/PHP-7.4/ext/pdo/tests/
H A Dbug_47769.phpt37 Fatal error: Uncaught Error: Call to protected method test::isProtected() from context '' in %s:%d
/PHP-7.4/ext/standard/tests/file/
H A Dunlink_variation2.phpt5 /* Prototype : bool unlink ( string $filename [, resource $context] );
H A Dunlink_variation4.phpt5 /* Prototype : bool unlink ( string $filename [, resource $context] );
H A Dfile_get_contents_file_put_contents_error.phpt6 * resource $context[, int $offset[, int $maxlen]]]] )
10 /* Prototype: int file_put_contents( string $filename, mixed $data[, int $flags[, resource $context
H A Dfile_get_contents_file_put_contents_variation2.phpt6 * resource $context[, int $offset[, int $maxlen]]]] )
10 /* Prototype: int file_put_contents( string $filename, mixed $data[,int $flags[, resource $context]…
H A Dunlink_variation10.phpt13 /* Prototype : bool unlink(string filename[, context context])
H A Dstream_supports_lock.phpt42 resource(%d) of type (stream-context)
H A Dunlink_variation8-win32.phpt13 /* Prototype : bool unlink(string filename[, context context])
/PHP-7.4/ext/xmlwriter/tests/
H A DOO_003.phpt24 echo "StartElement context validation failed\n";
/PHP-7.4/ext/standard/tests/http/
H A Dignore_errors.phpt13 $context = stream_context_create(array('http' => $context_options));
24 $fd = fopen('http://127.0.0.1:12342/foo/bar', 'rb', false, $context);
/PHP-7.4/Zend/
H A Dzend_globals.h104 zend_oparray_context context; member
311 void (*on_event)(zend_php_scanner_event event, int token, int line, void *context);
/PHP-7.4/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation2.phpt22 function ($public, $system, $context) {
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt7 …rototype : string finfo_file(resource finfo, char *file_name [, int options [, resource context]])

Completed in 61 milliseconds

12345678910>>...19