Home
last modified time | relevance | path

Searched refs:context (Results 76 – 100 of 494) sorted by relevance

12345678910>>...20

/PHP-7.1/Zend/
H A Dzend_signal.c66 static void zend_signal_handler(int signo, siginfo_t *siginfo, void *context);
85 void zend_signal_handler_defer(int signo, siginfo_t *siginfo, void *context) in zend_signal_handler_defer() argument
106 zend_signal_handler(signo, siginfo, context); in zend_signal_handler_defer()
112 …d_signal_handler(queue->zend_signal.signo, queue->zend_signal.siginfo, queue->zend_signal.context); in zend_signal_handler_defer()
128 queue->zend_signal.context = context; in zend_signal_handler_defer()
146 zend_signal_handler(signo, siginfo, context); in zend_signal_handler_defer()
168 zend_signal_handler_defer(zend_signal.signo, zend_signal.siginfo, zend_signal.context); in zend_signal_handler_unblock()
177 static void zend_signal_handler(int signo, siginfo_t *siginfo, void *context) in zend_signal_handler() argument
219 (*(void (*)(int, siginfo_t*, void*))p_sig.handler)(signo, siginfo, context); in zend_signal_handler()
H A Dzend_opcode.c456 if (next_op_num >= CG(context).opcodes_size) { in get_next_op()
457 CG(context).opcodes_size *= 4; in get_next_op()
475 CG(context).last_brk_cont++; in get_next_brk_cont_element()
476 …CG(context).brk_cont_array = erealloc(CG(context).brk_cont_array, sizeof(zend_brk_cont_element) * … in get_next_brk_cont_element()
477 return &CG(context).brk_cont_array[CG(context).last_brk_cont-1]; in get_next_brk_cont_element()
540 jmp_to = &CG(context).brk_cont_array[array_offset]; in zend_get_brk_cont_target()
565 if (CG(context).vars_size != op_array->last_var) { in pass_two()
567 CG(context).vars_size = op_array->last_var; in pass_two()
569 if (CG(context).opcodes_size != op_array->last) { in pass_two()
571 CG(context).opcodes_size = op_array->last; in pass_two()
[all …]
/PHP-7.1/ext/standard/tests/streams/
H A Dstream_context_set_option_error_002.phpt10 $context = stream_context_create();
11 var_dump(stream_context_set_option($context));
H A Dopendir-004.phpt17 $context = stream_context_create(array('ssl' => array('cafile' => __DIR__ . '/../../../ftp/tests/c…
19 $ds=opendir($path, $context);
H A Dopendir-003.phpt17 $context = stream_context_create(array('ssl' => array('cafile' => __DIR__ . '/../../../ftp/tests/c…
19 var_dump(opendir($path, $context));
/PHP-7.1/ext/standard/tests/dir/
H A Dscandir_basic.phpt5 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
29 $context = stream_context_create();
30 var_dump(scandir($directory, $sorting_order, $context));
H A Dopendir_error1.phpt5 /* Prototype : mixed opendir(string $path[, resource $context])
24 $context = stream_context_create();
27 var_dump( opendir($path, $context, $extra_arg) );
H A Dscandir_basic-win32-mb.phpt11 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
35 $context = stream_context_create();
36 var_dump(scandir($directory, $sorting_order, $context));
H A Dscandir_error1.phpt5 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
25 $context = stream_context_create();
27 var_dump( scandir($dir, $sorting_order, $context, $extra_arg) );
H A Dscandir_error1-win32-mb.phpt11 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
31 $context = stream_context_create();
33 var_dump( scandir($dir, $sorting_order, $context, $extra_arg) );
H A Dopendir_error1-win32-mb.phpt11 /* Prototype : mixed opendir(string $path[, resource $context])
30 $context = stream_context_create();
33 var_dump( opendir($path, $context, $extra_arg) );
/PHP-7.1/ext/hash/
H A Dphp_hash.h35 typedef void (*php_hash_init_func_t)(void *context);
36 typedef void (*php_hash_update_func_t)(void *context, const unsigned char *buf, unsigned int count);
37 typedef void (*php_hash_final_func_t)(unsigned char *digest, void *context);
53 void *context; member
/PHP-7.1/Zend/tests/
H A Dincompat_ctx_user.phpt2 Incompatible context call (non-internal function)
21 Exception: Using $this when not in object context
H A Dexception_016.phpt14 Exception: Using $this when not in object context in %sexception_016.php on line %d
16 Fatal error: Uncaught Error: Using $this when not in object context in %sexception_016.php:%d
H A Dbug36214.phpt7 class context {
19 $ctx = new context;
/PHP-7.1/ext/standard/tests/url/
H A Dget_headers_error_001.phpt8 /* Prototype : proto array get_headers(string url[, int format[, resource $context]])
24 $context = stream_context_get_default();
26 var_dump( get_headers($url, $format, $context, $extra_arg) );
/PHP-7.1/main/streams/
H A Duserspace.c294 if (context) { in user_stream_create_object()
296 GC_REFCOUNT(context->res)++; in user_stream_create_object()
1111 user_stream_create_object(uwrap, context, &object); in user_wrapper_unlink()
1145 int options, php_stream_context *context) in user_wrapper_rename() argument
1155 user_stream_create_object(uwrap, context, &object); in user_wrapper_rename()
1191 int options, php_stream_context *context) in user_wrapper_mkdir() argument
1201 user_stream_create_object(uwrap, context, &object); in user_wrapper_mkdir()
1239 int options, php_stream_context *context) in user_wrapper_rmdir() argument
1249 user_stream_create_object(uwrap, context, &object); in user_wrapper_rmdir()
1285 void *value, php_stream_context *context) in user_wrapper_metadata() argument
[all …]
H A Dphp_stream_transport.h33 php_stream_context *context STREAMS_DC);
52 php_stream_context *context,
57 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… argument
58 …_php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, estr, eco…
/PHP-7.1/ext/opcache/tests/
H A Dwrong_inlining_002.phpt2 $this not in object context
25 Fatal error: Uncaught Error: Using $this when not in object context in %swrong_inlining_002.php:7
/PHP-7.1/ext/fileinfo/tests/
H A Dfinfo_buffer_error.phpt7 /* Prototype : string finfo_buffer(resource finfo, char *string [, int options [, resource context
22 $context = stream_context_get_default();
24 var_dump( finfo_buffer($finfo, "foobar", FILEINFO_MIME, $context, $extra_arg) );
/PHP-7.1/ext/standard/tests/file/
H A Dfile_put_contents.phpt12 $context = stream_context_create();
14 var_dump(file_put_contents($file, $context));
/PHP-7.1/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_basic.phpt17 function ($public, $system, $context) use($dtd){
20 var_dump($context);
/PHP-7.1/ext/standard/
H A Ddir.c224 php_stream_context *context = NULL; in _php_do_opendir() local
231 context = php_stream_context_from_zval(zcontext, 0); in _php_do_opendir()
233 dirp = php_stream_opendir(dirname, REPORT_ERRORS, context); in _php_do_opendir()
567 php_stream_context *context = NULL; in PHP_FUNCTION() local
579 context = php_stream_context_from_zval(zcontext, 0); in PHP_FUNCTION()
583 n = php_stream_scandir(dirn, &namelist, context, (void *) php_stream_dirent_alphasort); in PHP_FUNCTION()
585 n = php_stream_scandir(dirn, &namelist, context, NULL); in PHP_FUNCTION()
587 n = php_stream_scandir(dirn, &namelist, context, (void *) php_stream_dirent_alphasortr); in PHP_FUNCTION()
H A Dfile.c148 zval_ptr_dtor(&context->options); in ZEND_RSRC_DTOR_FUNC()
149 ZVAL_UNDEF(&context->options); in ZEND_RSRC_DTOR_FUNC()
151 php_stream_context_free(context); in ZEND_RSRC_DTOR_FUNC()
529 php_stream_context *context = NULL; in PHP_FUNCTION() local
546 NULL, context); in PHP_FUNCTION()
582 php_stream_context *context = NULL; in PHP_FUNCTION() local
723 php_stream_context *context = NULL; in PHP_FUNCTION() local
1315 php_stream_context *context; in PHP_FUNCTION() local
1334 php_stream_context *context; in PHP_FUNCTION() local
1429 php_stream_context *context; in PHP_FUNCTION() local
[all …]
/PHP-7.1/ext/dom/tests/
H A Dcanonicalization.phpt24 /* inclusive/without comments first child element of doc element is context. */
27 /* exclusive/without comments first child element of doc element is context. */
30 /* inclusive/with comments first child element of doc element is context. */
33 /* exclusive/with comments first child element of doc element is context. */
39 /* exclusive/without comments first child element of doc element is context.
47 /* exclusive/without comments first child element of doc element is context.

Completed in 85 milliseconds

12345678910>>...20