Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-7.0/tests/classes/
H A Dfactory_and_singleton_005.phpt19 Fatal error: Uncaught Error: Call to protected test::__destruct() from context '' in %sfactory_and_…
H A Dfactory_and_singleton_006.phpt19 Fatal error: Uncaught Error: Call to private test::__destruct() from context '' in %sfactory_and_si…
H A Dfactory_and_singleton_007.phpt20 Fatal error: Uncaught Error: Call to protected test::__clone() from context '' in %s:%d
H A Dfactory_and_singleton_008.phpt20 Fatal error: Uncaught Error: Call to private test::__clone() from context '' in %s:%d
H A Ddestructor_visibility_001.phpt24 Fatal error: Uncaught Error: Call to private Derived::__destruct() from context '' in %sdestructor_…
H A Dprivate_001.phpt26 Fatal error: Uncaught Error: Call to private method pass::show() from context '' in %s:%d
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_net.c913 php_stream_context * context = php_stream_context_alloc(); in MYSQLND_METHOD() local
918 if (!context) { in MYSQLND_METHOD()
925 php_stream_context_set_option(context, "ssl", "local_pk", &key_zval); in MYSQLND_METHOD()
932 php_stream_context_set_option(context, "ssl", "local_cert", &cert_zval); in MYSQLND_METHOD()
934 php_stream_context_set_option(context, "ssl", "local_pk", &cert_zval); in MYSQLND_METHOD()
942 php_stream_context_set_option(context, "ssl", "cafile", &cafile_zval); in MYSQLND_METHOD()
948 php_stream_context_set_option(context, "ssl", "capath", &capath_zval); in MYSQLND_METHOD()
955 php_stream_context_set_option(context, "ssl", "passphrase", &passphrase_zval); in MYSQLND_METHOD()
962 php_stream_context_set_option(context, "ssl", "ciphers", &cipher_zval); in MYSQLND_METHOD()
986 php_stream_context_set(net_stream, context); in MYSQLND_METHOD()
[all …]
/PHP-7.0/ext/soap/
H A Dphp_http.c92 void http_context_headers(php_stream_context* context, in http_context_headers() argument
100 if (context && in http_context_headers()
101 (tmp = php_stream_context_get_option(context, "http", "header")) != NULL && in http_context_headers()
236 context, in http_connect()
245 if (!context || (tmp = php_stream_context_get_option(context, "ssl", "peer_name")) == NULL) { in http_connect()
364 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()
518 stream = http_connect(this_ptr, phpurl, use_ssl, context, &use_proxy); in make_http_soap_request()
545 if (context && in make_http_soap_request()
[all …]
/PHP-7.0/ext/hash/tests/
H A Dhash_update_stream.phpt2 int hash_update_stream ( resource $context , resource $handle [, int $length = -1 ] );
/PHP-7.0/Zend/tests/traits/
H A Dlanguage008a.phpt23 Fatal error: Uncaught Error: Call to protected method MyClass::sayHello() from context '' in %s:%d
H A Dlanguage008b.phpt30 Fatal error: Uncaught Error: Call to private method MyClass::sayHelloWorld() from context '' in %s:…
/PHP-7.0/ext/standard/tests/dir/
H A Dscandir_variation3.phpt2 Test scandir() function : usage variations - diff data types as $context arg
5 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
11 * Pass different data types as $context argument to test how scandir() behaves
41 // unexpected values to be passed to $context argument
/PHP-7.0/Zend/tests/
H A Dclosure_033.phpt28 Fatal error: Uncaught Error: Call to private method Test::func() from context '' in %sclosure_033.p…
H A Dcall_user_func_004.phpt18 Fatal error: Uncaught Error: Using $this when not in object context in %s:%d
H A Dbug44141.phpt25 Fatal error: Uncaught Error: Call to private X::__construct() from context 'Y' in %sbug44141.php:15
H A Daccess_modifiers_008.phpt21 Fatal error: Call to protected method B1::f() from context 'B2' in %s on line %d
H A Daccess_modifiers_009.phpt26 Fatal error: Call to protected method B1::f() from context 'B2' in %s on line %d
H A Daccess_modifiers_010.phpt31 Fatal error: Uncaught Error: Call to private method d::test2() from context 'a' in %s:%d
/PHP-7.0/ext/zlib/
H A Dzlib_fopen_wrapper.c114 zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_gzopen()
133 …m_open_wrapper_ex(path, mode, STREAM_MUST_SEEK | options | STREAM_WILL_CAST, opened_path, context); in php_stream_gzopen()
H A Dphp_zlib.h68 … const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
/PHP-7.0/ext/mysqli/tests/
H A Dbug38003.phpt2 … (in classes inherited from MySQLi it's possible to call private constructors from invalid context)
/PHP-7.0/ext/zlib/tests/
H A Ddeflate_init_reuse.phpt2 Test incremental deflate_init() context reuse
/PHP-7.0/ext/standard/tests/serialize/
H A Dbug70213.phpt2 Bug #70213: Unserialize context shared on double class lookup
/PHP-7.0/ext/bcmath/libbcmath/
H A DREADME6 larger context with less restrictions on the use of them.
/PHP-7.0/Zend/
H A Dzend_opcode.c436 if (next_op_num >= CG(context).opcodes_size) { in get_next_op()
437 CG(context).opcodes_size *= 4; in get_next_op()
438 op_array_alloc_ops(op_array, CG(context).opcodes_size); in get_next_op()
593 if (CG(context).vars_size != op_array->last_var) { in pass_two()
595 CG(context).vars_size = op_array->last_var; in pass_two()
597 if (CG(context).opcodes_size != op_array->last) { in pass_two()
599 CG(context).opcodes_size = op_array->last; in pass_two()
601 if (CG(context).literals_size != op_array->last_literal) { in pass_two()
603 CG(context).literals_size = op_array->last_literal; in pass_two()

Completed in 46 milliseconds

12345678910>>...18