Home
last modified time | relevance | path

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

12345678910>>...20

/PHP-7.1/tests/classes/
H A Dfactory_and_singleton_010.phpt21 Warning: Call to private test::__destruct() from context '' during shutdown ignored in Unknown on l…
H A Ddestructor_visibility_002.phpt24 Warning: Call to private Derived::__destruct() from context '' during shutdown ignored in Unknown o…
H A Dfactory_and_singleton_003.phpt18 Fatal error: Uncaught Error: Call to protected test::__construct() from invalid context in %s:%d
H A Dfactory_and_singleton_004.phpt18 Fatal error: Uncaught Error: Call to private test::__construct() from invalid context in %s:%d
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_…
/PHP-7.1/tests/lang/
H A Dbug25547.phpt6 function handler($errno, $errstr, $errfile, $errline, $context)
/PHP-7.1/ext/dom/
H A Dxpath.c51 ZEND_ARG_OBJ_INFO(0, context, DOMNode, 1)
57 ZEND_ARG_OBJ_INFO(0, context, DOMNode, 1)
92 intern = (dom_xpath_object *) ctxt->context->userData; in dom_xpath_ext_function_php()
349 zval *id, retval, *context = NULL; in php_xpath_eval() local
361 …S(), getThis(), "Os|O!b", &id, dom_xpath_class_entry, &expr, &expr_len, &context, dom_node_class_e… in php_xpath_eval()
379 if (context != NULL) { in php_xpath_eval()
380 DOM_GET_OBJ(nodep, context, xmlNodePtr, nodeobj); in php_xpath_eval()
/PHP-7.1/Zend/tests/
H A Dbug46409.phpt2 Bug #46409 (__invoke method called outside of object context when using array_map)
H A Dbug69388.phpt7 function handle_error($code, $message, $file, $line, $context) {
/PHP-7.1/ext/standard/tests/streams/
H A Dstream_context_tcp_nodelay.phpt2 stream context tcp_nodelay
H A Dstream_context_tcp_nodelay_fopen.phpt2 stream context tcp_nodelay fopen
/PHP-7.1/ext/intl/tests/
H A Dbreakiter___construct.phpt13 Fatal error: Uncaught Error: Call to private IntlBreakIterator::__construct() from invalid context
/PHP-7.1/sapi/phpdbg/tests/
H A Dbreakpoints_005.phpt2 Test breakpoint into function context
/PHP-7.1/ext/spl/tests/
H A Dbug64782.phpt2 Bug #64782: SplFileObject constructor make $context optional / give it a default value
/PHP-7.1/ext/standard/tests/array/
H A Dcompact_this.phpt2 compact() with object context
/PHP-7.1/ext/standard/tests/dir/
H A Ddir_variation2-win32-mb.phpt2 Test dir() function : usage variations - unexpected value for 'context' argument
12 * Prototype : object dir(string $directory[, resource $context])
18 * Passing non resource values to 'context' argument of dir() and see
22 echo "*** Testing dir() : unexpected values for \$context argument ***\n";
116 *** Testing dir() : unexpected values for $context argument ***
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.1/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.1/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.1/ext/hash/tests/
H A Dhash_update_stream.phpt2 int hash_update_stream ( resource $context , resource $handle [, int $length = -1 ] );

Completed in 36 milliseconds

12345678910>>...20