Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-7.4/tests/classes/
H A Dfactory_and_singleton_007.phpt18 Fatal error: Uncaught Error: Call to protected test::__clone() from context '' in %s:%d
H A Dfactory_and_singleton_008.phpt18 Fatal error: Uncaught Error: Call to private test::__clone() from context '' in %s:%d
H A Ddestructor_visibility_001.phpt22 Fatal error: Uncaught Error: Call to private Derived::__destruct() from context '' in %sdestructor_…
H A Dprivate_001.phpt24 Fatal error: Uncaught Error: Call to private method pass::show() from context '' in %s:%d
/PHP-7.4/Zend/tests/
H A Dbug46409.phpt2 Bug #46409 (__invoke method called outside of object context when using array_map)
H A Dbug69388.phpt6 function handle_error($code, $message, $file, $line, $context) {
H A Dbug76869.phpt23 Exception: Call to protected method B::f() from context ''
H A Dgrandparent_prototype.phpt11 $x->test(); // Uncaught Error: Call to protected method D::test() from context 'B'
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
/PHP-7.4/ext/spl/tests/
H A Dbug64782.phpt2 Bug #64782: SplFileObject constructor make $context optional / give it a default value
/PHP-7.4/ext/intl/tests/
H A Dbreakiter___construct.phpt13 Fatal error: Uncaught Error: Call to private IntlBreakIterator::__construct() from invalid context
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_context_tcp_nodelay_fopen.phpt2 stream context tcp_nodelay fopen
H A Dbug77664.phpt6 public $context;
/PHP-7.4/sapi/phpdbg/tests/
H A Dbreakpoints_005.phpt2 Test breakpoint into function context
/PHP-7.4/ext/standard/tests/array/
H A Dcompact_this.phpt2 compact() with object context
/PHP-7.4/tests/lang/
H A Dbug25922.phpt2 Bug #25922 (SEGV in error_handler when context is destroyed)
/PHP-7.4/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()
236 context, in http_connect()
245 if (!context || (tmp = php_stream_context_get_option(context, "ssl", "peer_name")) == NULL) { in http_connect()
365 php_stream_context *context = NULL; in make_http_soap_request() local
435 context = php_stream_context_from_zval(tmp, 0); in make_http_soap_request()
438 if (context && in make_http_soap_request()
546 if (context && in make_http_soap_request()
603 } else if (context && in make_http_soap_request()
622 if (context && in make_http_soap_request()
[all …]
/PHP-7.4/Zend/tests/traits/
H A Derror_012.phpt19 Fatal error: Uncaught Error: Call to protected method bar::test() from context '' in %s:%d
H A Dlanguage008a.phpt23 Fatal error: Uncaught Error: Call to protected method MyClass::sayHello() from context '' in %s:%d
/PHP-7.4/ext/dom/
H A Dxpath.c49 ZEND_ARG_OBJ_INFO(0, context, DOMNode, 1)
55 ZEND_ARG_OBJ_INFO(0, context, DOMNode, 1)
90 intern = (dom_xpath_object *) ctxt->context->userData; in dom_xpath_ext_function_php()
349 zval *id, retval, *context = NULL; in php_xpath_eval() local
362 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|O!b", &expr, &expr_len, &context, dom_node_class_ent… in php_xpath_eval()
380 if (context != NULL) { in php_xpath_eval()
381 DOM_GET_OBJ(nodep, context, xmlNodePtr, nodeobj); in php_xpath_eval()
/PHP-7.4/ext/openssl/tests/
H A Dpeer_verification.phpt46 // Should succeed with peer verification disabled in context
53 // Should succeed with CA file specified in context
/PHP-7.4/ext/zlib/tests/
H A Ddeflate_init_reuse.phpt2 Test incremental deflate_init() context reuse
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug70213.phpt2 Bug #70213: Unserialize context shared on double class lookup
/PHP-7.4/ext/pcntl/tests/
H A Dpcntl_realtime_signal.phpt2 pcntl_signal() context of realtime signal

Completed in 33 milliseconds

12345678910>>...19