Home
last modified time | relevance | path

Searched refs:context (Results 151 – 175 of 417) sorted by relevance

12345678910>>...17

/PHP-5.5/ext/bcmath/libbcmath/
H A DREADME6 larger context with less restrictions on the use of them.
/PHP-5.5/ext/zlib/
H A Dphp_zlib.h61 … *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS…
/PHP-5.5/ext/standard/tests/dir/
H A Dopendir_variation2.phpt2 Test opendir() function : usage variations - different data types as $context arg
5 /* Prototype : mixed opendir(string $path[, resource $context])
11 * Pass different data types as $context argument to opendir() to test behaviour
44 // unexpected values to be passed to $context argument
/PHP-5.5/main/streams/
H A Dtransports.c55 php_stream_context *context, in _php_stream_xport_create() argument
134 context STREAMS_REL_CC TSRMLS_CC); in _php_stream_xport_create()
137 php_stream_context_set(stream, context); in _php_stream_xport_create()
163 …if (stream->context && php_stream_context_get_option(stream->context, "socket", "backlog", &zbackl… in _php_stream_xport_create()
/PHP-5.5/ext/soap/
H A Dphp_http.c94 void http_context_headers(php_stream_context* context, in http_context_headers() argument
102 if (context && in http_context_headers()
103 php_stream_context_get_option(context, "http", "header", &tmp) == SUCCESS && in http_context_headers()
238 context, in http_connect()
361 php_stream_context *context = NULL; in make_http_soap_request() local
434 context = php_stream_context_from_zval(*tmp, 0); in make_http_soap_request()
437 if (context && in make_http_soap_request()
438 php_stream_context_get_option(context, "http", "max_redirects", &tmp) == SUCCESS) { in make_http_soap_request()
512 stream = http_connect(this_ptr, phpurl, use_ssl, context, &use_proxy TSRMLS_CC); in make_http_soap_request()
535 if (context && in make_http_soap_request()
[all …]
/PHP-5.5/tests/classes/
H A Dbug27504.phpt25 Fatal error: Call to private method foo::bar() from context '' in %s on line %d
H A Dprivate_004.phpt32 Fatal error: Call to private method pass::show() from context 'fail' in %s on line %d
H A Dprivate_005.phpt32 Fatal error: Call to private method pass::show() from context 'fail' in %s on line %d
H A Dprivate_redeclare.phpt38 Fatal error: Call to private method base::show() from context 'derived' in %s on line %d
H A Dprivate_004b.phpt35 Fatal error: Call to private method pass::show() from context 'fail' in %s on line %d
H A Dprivate_005b.phpt35 Fatal error: Call to private method pass::show() from context 'fail' in %s on line %d
H A Dprotected_001.phpt26 Fatal error: Call to protected method pass::fail() from context '' in %s on line %d
H A Dprotected_001b.phpt27 Fatal error: Call to protected method pass::fail() from context '' in %s on line %d
H A Dprivate_002.phpt35 Fatal error: Call to private method pass::show() from context 'fail' in %s on line %d
H A Dprotected_002.phpt35 Fatal error: Call to protected method pass::show() from context 'fail' in %s on line %d
H A Dprivate_003.phpt36 Fatal error: Call to private method pass::show() from context 'fail' in %s on line %d
/PHP-5.5/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()
349 php_stream_context *context = NULL; in PHAR_FUNC() local
[all …]
/PHP-5.5/Zend/tests/
H A D020.phpt26 Warning: func_get_arg(): Called from the global scope - no function context in %s on line %d
H A Dbug61025.phpt27 Fatal error: Call to private method Bar::__invoke() from context '' in %sbug61025.php on line %d
H A D001.phpt52 Warning: func_num_args(): Called from the global scope - no function context in %s on line %d
/PHP-5.5/ext/bz2/
H A Dphp_bz2.h50 … *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS…
/PHP-5.5/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-5.5/Zend/
H A Dzend_opcode.c432 if (next_op_num >= CG(context).opcodes_size) { in get_next_op()
439 CG(context).opcodes_size *= 4; in get_next_op()
440 op_array_alloc_ops(op_array, CG(context).opcodes_size); in get_next_op()
737 if (!(op_array->fn_flags & ZEND_ACC_INTERACTIVE) && CG(context).vars_size != op_array->last_var) { in pass_two()
739 CG(context).vars_size = op_array->last_var; in pass_two()
741 if (!(op_array->fn_flags & ZEND_ACC_INTERACTIVE) && CG(context).opcodes_size != op_array->last) { in pass_two()
743 CG(context).opcodes_size = op_array->last; in pass_two()
745 …if (!(op_array->fn_flags & ZEND_ACC_INTERACTIVE) && CG(context).literals_size != op_array->last_li… in pass_two()
747 CG(context).literals_size = op_array->last_literal; in pass_two()
/PHP-5.5/ext/pdo/tests/
H A Dbug47769.phpt37 Fatal error: Call to protected method test::isProtected() from context '' in %s on line %d
/PHP-5.5/ext/xmlwriter/tests/
H A D003.phpt23 echo "StartElement context validation failed\n";

Completed in 76 milliseconds

12345678910>>...17