Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-7.4/ext/phar/tests/
H A Dfopen_edgecases2.phpt23 $context = stream_context_create();
24 $a = fopen("fopen_edgecases2.txt", "rb", false, $context);
/PHP-7.4/Zend/tests/
H A Dbug67922.phpt2 Bug #67922: Member function not found when dereferencing in write-context
H A Dbug69388_2.phpt5 function handle_error($code, $message, $file, $line, $context) {
H A Dincrement_function_return_error.phpt14 Fatal error: Can't use function return value in write context in %s on line %d
H A Dclass_name_as_scalar_error_005.phpt2 class name as scalar from ::class keyword error using static non class context
H A Dbug70997.phpt2 Bug #70997 (When using parentClass:: instead of parent::, static context changed)
H A Dclass_name_as_scalar_error_006.phpt2 class name as scalar from ::class keyword error using parent in non class context
H A Dbug38146.phpt2 Bug #38146 (Cannot use array returned from foo::__get('bar') in write context)
/PHP-7.4/tests/classes/
H A Dfactory_and_singleton_010.phpt19 Warning: Call to private test::__destruct() from context '' during shutdown ignored in Unknown on l…
H A Dfactory_and_singleton_009.phpt19 Warning: Call to protected test::__destruct() from context '' during shutdown ignored in Unknown on…
H A Ddestructor_visibility_002.phpt22 Warning: Call to private Derived::__destruct() from context '' during shutdown ignored in Unknown o…
H A Dfactory_and_singleton_003.phpt16 Fatal error: Uncaught Error: Call to protected test::__construct() from invalid context in %s:%d
H A Dfactory_and_singleton_004.phpt16 Fatal error: Uncaught Error: Call to private test::__construct() from invalid context in %s:%d
H A Dfactory_and_singleton_005.phpt17 Fatal error: Uncaught Error: Call to protected test::__destruct() from context '' in %sfactory_and_…
H A Dfactory_and_singleton_006.phpt17 Fatal error: Uncaught Error: Call to private test::__destruct() from context '' in %sfactory_and_si…
/PHP-7.4/docs/
H A Doutput-api.md18 Starting an internal handler without context:
22 Starting an internal handler with context:
89 Facilitating a context from within an output handler callable with ob_start():
114 context:
118 pointer to the opaque field of the output handler context
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c134 ZEND_ARG_INFO(0, context)
140 ZEND_ARG_INFO(0, context)
147 ZEND_ARG_INFO(0, context)
153 ZEND_ARG_INFO(0, context)
543 php_stream_context *context = php_stream_context_from_zval(zcontext, 0); in _php_finfo_get_type() local
546 if (php_stream_stat_path_ex(buffer, 0, &ssb, context) == SUCCESS) { in _php_finfo_get_type()
554 stream = php_stream_open_wrapper_ex(buffer, "rb", REPORT_ERRORS, NULL, context); in _php_finfo_get_type()
/PHP-7.4/ext/hash/tests/
H A Dreuse.phpt2 Hash: Attempt to reuse a closed hash context
/PHP-7.4/ext/standard/tests/file/
H A Dfopen_variation9.phpt2 Test fopen() function : variation: use include path and stream context create a file, relative path
7 …type : resource fopen(string filename, string mode [, bool use_include_path [, resource context]])
/PHP-7.4/Zend/tests/varSyntax/
H A DtempDimFetchByRefError.phpt11 Fatal error: Uncaught Error: Cannot use temporary expression in write context in %s:%d
H A DtempPropFetchByRefError.phpt11 Fatal error: Uncaught Error: Cannot use temporary expression in write context in %s:%d
/PHP-7.4/ext/tidy/tests/
H A D035.phpt12 Fatal error: Uncaught Error: Call to private tidyNode::__construct() from invalid context in %s:%d
/PHP-7.4/tests/lang/
H A Dbug25547.phpt6 function handler($errno, $errstr, $errfile, $errline, $context)
/PHP-7.4/ext/libxml/tests/
H A Dbug63389.phpt2 Bug #63389 (Missing context check on libxml_set_streams_context() causes memleak)
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_context_tcp_nodelay.phpt2 stream context tcp_nodelay

Completed in 74 milliseconds

12345678910>>...19