Home
last modified time | relevance | path

Searched refs:context (Results 126 – 150 of 417) sorted by relevance

12345678910>>...17

/PHP-5.5/tests/classes/
H A Dfactory_and_singleton_009.phpt21 Warning: Call to protected test::__destruct() from context '' during shutdown ignored in Unknown on…
H A Dfactory_and_singleton_010.phpt21 Warning: Call to private test::__destruct() from context '' during shutdown ignored in Unknown on l…
H A Dfactory_and_singleton_007.phpt20 Fatal error: Call to protected test::__clone() from context '' %sfactory_and_singleton_007.php on l…
H A Dfactory_and_singleton_008.phpt20 Fatal error: Call to private test::__clone() from context '' %sfactory_and_singleton_008.php on lin…
H A Ddestructor_visibility_001.phpt24 Fatal error: Call to private Derived::__destruct() from context '' in %sdestructor_visibility_001.p…
H A Ddestructor_visibility_002.phpt24 Warning: Call to private Derived::__destruct() from context '' during shutdown ignored in Unknown o…
H A Dprivate_001.phpt26 Fatal error: Call to private method pass::show() from context '' in %s on line %d
/PHP-5.5/tests/lang/
H A Dbug25547.phpt6 function handler($errno, $errstr, $errfile, $errline, $context)
/PHP-5.5/ext/sybase_ct/tests/
H A Dbug6339.phpt14 // Suppress "Changed database context" warnings
/PHP-5.5/Zend/tests/
H A Dbug46409.phpt2 Bug #46409 (__invoke method called outside of object context when using array_map)
H A Daccess_modifiers_010.phpt31 Fatal error: Call to private method d::test2() from context 'a' in %s on line %d
H A Dbug44141.phpt25 Fatal error: Call to private X::__construct() from context 'Y' in %sbug44141.php on line 15
H A Dclosure_033.phpt28 Fatal error: Call to private method Test::func() from context '' in %sclosure_033.php on line %d
H A Dbug46381.phpt19 …r::current() cannot be called statically, assuming $this from incompatible context in %s on line %d
H A Dcall_user_func_004.phpt18 Fatal error: Using $this when not in object context in %s on line %d
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
/PHP-5.5/ext/dom/
H A Dxpath.c51 ZEND_ARG_OBJ_INFO(0, context, DOMNode, 1)
57 ZEND_ARG_OBJ_INFO(0, context, DOMNode, 1)
95 intern = (dom_xpath_object *) ctxt->context->userData; in dom_xpath_ext_function_php()
388 zval *id, *retval, *context = NULL; in php_xpath_eval() local
400 …_CC, getThis(), "Os|O!b", &id, dom_xpath_class_entry, &expr, &expr_len, &context, dom_node_class_e… in php_xpath_eval()
418 if (context != NULL) { in php_xpath_eval()
419 DOM_GET_OBJ(nodep, context, xmlNodePtr, nodeobj); in php_xpath_eval()
/PHP-5.5/ext/spl/tests/
H A Dbug64782.phpt2 Bug #64782: SplFileObject constructor make $context optional / give it a default value
/PHP-5.5/Zend/tests/traits/
H A Dlanguage008a.phpt23 Fatal error: Call to protected method MyClass::sayHello() from context '' in %s on line %d
H A Dlanguage008b.phpt30 Fatal error: Call to private method MyClass::sayHelloWorld() from context '' in %s on line %d
/PHP-5.5/main/streams/
H A Dxp_socket.c104 php_stream_notify_progress_increment(stream->context, didwrite, 0); in php_sockop_write()
164 php_stream_notify_progress_increment(stream->context, nr_bytes, 0); in php_sockop_read()
657 …if (stream->context && php_stream_context_get_option(stream->context, "socket", "bindto", &tmpzval… in php_tcp_sockop_connect()
735 xparam->outputs.client->context = stream->context; in php_tcp_sockop_accept()
736 if (stream->context) { in php_tcp_sockop_accept()
737 zend_list_addref(stream->context->rsrc_id); in php_tcp_sockop_accept()
782 php_stream_context *context STREAMS_DC TSRMLS_DC) in php_stream_generic_socket_factory()
/PHP-5.5/ext/openssl/tests/
H A Dbug48182.phpt21 $context = stream_context_create($ssl);
22 $sock = stream_socket_server($host, $errno, $errstr, $flags, $context);
/PHP-5.5/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-5.5/ext/zlib/
H A Dzlib_fopen_wrapper.c110 char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_stream_gzopen()
129 …m_open_wrapper_ex(path, mode, STREAM_MUST_SEEK | options | STREAM_WILL_CAST, opened_path, context); in php_stream_gzopen()

Completed in 34 milliseconds

12345678910>>...17