Home
last modified time | relevance | path

Searched refs:context (Results 176 – 200 of 453) sorted by relevance

12345678910>>...19

/PHP-7.4/Zend/tests/
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 Dbug78239.phpt5 function handleError($level, $message, $file = '', $line = 0, $context = [])
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
H A D020.phpt26 Warning: func_get_arg(): Called from the global scope - no function context in %s on line %d
H A Dindirect_call_array_005.phpt24 Fatal error: Uncaught Error: Using $this when not in object context in %s:%d
H A Dindirect_call_string_003.phpt24 Fatal error: Uncaught Error: Using $this when not in object context in %s:%d
H A Dindirect_call_array_003.phpt34 Exception: Using $this when not in object context
/PHP-7.4/Zend/tests/traits/
H A Dlanguage008b.phpt30 Fatal error: Uncaught Error: Call to private method MyClass::sayHelloWorld() from context '' in %s:…
/PHP-7.4/tests/classes/
H A Dprotected_001.phpt24 Fatal error: Uncaught Error: Call to protected method pass::fail() from context '' in %s:%d
H A Dprotected_001b.phpt25 Fatal error: Uncaught Error: Call to protected method pass::fail() from context '' in %s:%d
H A Dprivate_004.phpt30 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dprivate_005.phpt30 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dbug27504.phpt25 Fatal error: Uncaught Error: Call to private method foo::bar() from context '' in %s:%d
H A Dprivate_004b.phpt33 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
/PHP-7.4/ext/zlib/
H A Dphp_zlib.h67 … const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_context_tcp_nodelay_server.phpt2 stream context tcp_nodelay server
H A Dbug72771.phpt16 $ds=opendir($path, $context);
/PHP-7.4/ext/zlib/tests/
H A Dinflate_init_reuse.phpt2 Test incremental inflate_init() context reuse
/PHP-7.4/Zend/
H A Dzend_language_scanner.h52 void (*on_event)(zend_php_scanner_event event, int token, int line, void *context);
/PHP-7.4/ext/bz2/
H A Dphp_bz2.h51 … const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
/PHP-7.4/ext/standard/tests/file/
H A Dbug74719.phpt2 Bug #74719 Allow NULL as context, testing fopen, rename, unlink, mkdir and rmdir
/PHP-7.4/ext/standard/tests/dir/
H A Dscandir_variation3-win32-mb.phpt2 Test scandir() function : usage variations - diff data types as $context arg
11 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
17 * Pass different data types as $context argument to test how scandir() behaves
47 // unexpected values to be passed to $context argument
/PHP-7.4/ext/xmlwriter/tests/
H A D003.phpt21 echo "StartElement context validation failed\n";

Completed in 19 milliseconds

12345678910>>...19