Home
last modified time | relevance | path

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

12345678910>>...20

/PHP-7.1/ext/phar/
H A Dfunc_interceptors.c58 php_stream_context *context = NULL; in PHAR_FUNC() local
77 context = php_stream_context_from_zval(zcontext, 0); in PHAR_FUNC()
79 stream = php_stream_opendir(name, REPORT_ERRORS, context); in PHAR_FUNC()
123 php_stream_context *context = NULL; in PHAR_FUNC() local
189 context = php_stream_context_from_zval(zcontext, 0); in PHAR_FUNC()
191 stream = php_stream_open_wrapper_ex(name, "rb", 0 | REPORT_ERRORS, NULL, context); in PHAR_FUNC()
253 php_stream_context *context = NULL; in PHAR_FUNC() local
308 context = php_stream_context_from_zval(zcontext, 0); in PHAR_FUNC()
309 stream = php_stream_open_wrapper_ex(name, "rb", 0 | REPORT_ERRORS, NULL, context); in PHAR_FUNC()
354 php_stream_context *context = NULL; in PHAR_FUNC() local
[all …]
/PHP-7.1/Zend/
H A Dzend_globals.h110 zend_oparray_context context; member
295 void (*on_event)(zend_php_scanner_event event, int token, int line, void *context);
/PHP-7.1/tests/classes/
H A Dbug27504.phpt25 Fatal error: Uncaught Error: Call to private method foo::bar() from context '' in %s:%d
H A Dprivate_004.phpt32 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dprivate_004b.phpt35 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dprivate_005.phpt32 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dprivate_005b.phpt35 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dprivate_redeclare.phpt38 Fatal error: Uncaught Error: Call to private method base::show() from context 'derived' in %s:%d
H A Dprotected_001.phpt26 Fatal error: Uncaught Error: Call to protected method pass::fail() from context '' in %s:%d
H A Dprotected_001b.phpt27 Fatal error: Uncaught Error: Call to protected method pass::fail() from context '' in %s:%d
H A Dprivate_002.phpt35 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dprivate_003.phpt36 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
/PHP-7.1/ext/standard/tests/streams/
H A Dbug72771.phpt16 $ds=opendir($path, $context);
/PHP-7.1/Zend/tests/
H A Dindirect_call_array_003.phpt34 Exception: Using $this when not in object context
H A Dbug61025.phpt27 Fatal error: Uncaught Error: Call to private method Bar::__invoke() from context '' in %sbug61025.p…
/PHP-7.1/ext/zip/
H A Dphp_zip.h77 … const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
/PHP-7.1/ext/xmlwriter/tests/
H A D003.phpt23 echo "StartElement context validation failed\n";
/PHP-7.1/ext/standard/tests/file/
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 Dmkdir_variation4.phpt2 Test mkdir() function : usage variation: different types for context
7 /* Prototype : bool mkdir(string pathname [, int mode [, bool recursive [, resource context]]])
108 // non stream context resource
112 // loop through each element of the array for context
H A Drmdir_variation2.phpt2 Test rmdir() function : usage variation - different types for context
7 /* Prototype : bool rmdir(string dirname[, resource context])
106 // non stream context resource
110 // loop through each element of the array for context
/PHP-7.1/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.1/ext/sqlite3/
H A Dsqlite3.c788 sqlite3_result_int64(context, Z_LVAL(retval)); in sqlite3_do_callback()
790 sqlite3_result_int(context, Z_LVAL(retval)); in sqlite3_do_callback()
795 sqlite3_result_null(context); in sqlite3_do_callback()
799 sqlite3_result_double(context, Z_DVAL(retval)); in sqlite3_do_callback()
808 sqlite3_result_error(context, "failed to invoke callback", 0); in sqlite3_do_callback()
833 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); in php_sqlite3_callback_func()
835 sqlite3_do_callback(&func->afunc, &func->func, argc, argv, context, 0); in php_sqlite3_callback_func()
841 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); in php_sqlite3_callback_step()
846 sqlite3_do_callback(&func->astep, &func->step, argc, argv, context, 1); in php_sqlite3_callback_step()
852 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); in php_sqlite3_callback_final()
[all …]
/PHP-7.1/ext/openssl/tests/
H A Dcapture_peer_cert_001.phpt2 capture_peer_cert context captures on verify failure

Completed in 38 milliseconds

12345678910>>...20