Home
last modified time | relevance | path

Searched refs:methods (Results 26 – 50 of 303) sorted by relevance

12345678910>>...13

/PHP-7.2/ext/reflection/tests/
H A DReflectionClass_export_basic2.phpt26 - Static methods [0] {
46 - Static methods [0] {
H A Dbug37964.phpt2 Reflection Bug #37964 (Reflection shows private methods of parent class)
35 - Static methods [0] {
H A Dtraits001.phpt34 - Static methods [0] {
55 - Static methods [0] {
H A DReflectionClass_FileInfo_error.phpt8 $methods = array("getFileName", "getStartLine", "getEndLine");
10 foreach ($methods as $method) {
H A DReflectionObject_FileInfo_error.phpt8 $methods = array("getFileName", "getStartLine", "getEndLine");
10 foreach ($methods as $method) {
/PHP-7.2/Zend/tests/traits/
H A Dconflict003.phpt2 Two methods resulting in a conflict, should be reported both.
31 …Talk has not been applied, because there are collisions with other trait methods on Talker in %s o…
H A Dstatic_001.phpt2 Traits with static methods.
/PHP-7.2/Zend/tests/
H A Dbug43323.phpt2 Bug #43323 (Wrong count abstract methods)
14 …ethod and must therefore be declared abstract or implement the remaining methods (bar::bar) in %sb…
H A Dbug62956.phpt2 Bug #62956: "incompatible" signatures for private methods should not cause E_STRICT
H A Daccess_modifiers_004.phpt2 using multiple access modifiers (abstract methods)
H A Daccess_modifiers_005.phpt2 using multiple access modifiers (final methods)
H A Daccess_modifiers_006.phpt2 using multiple access modifiers (static methods)
/PHP-7.2/tests/classes/
H A Dabstract_static.phpt2 ZE2 A static abstract methods
34 …ethod and must therefore be declared abstract or implement the remaining methods (fail::func) in %…
/PHP-7.2/ext/intl/
H A DERROR.CONVENTIONS54 Static methods should only set the global error.
58 getErrorMessage() methods
60 These methods are used to retrieve the error codes stored in the object's
65 :: Intl methods and functions should return FALSE on error (even argument
66 parsing errors), not NULL. Constructors and factory methods are the
74 :: Intl functions and methods should reset the global error before doing
75 anything else (even parse the arguments); instance methods should also reset
86 plain functions mapped to the same internal functions as their instance methods.
/PHP-7.2/ext/json/
H A Dphp_json_parser.h60 php_json_parser_methods methods; member
70 const php_json_parser_methods *methods);
H A Djson_parser.tab.c1467 if (parser->methods.object_start && FAILURE == parser->methods.object_start(parser)) { in yyparse()
1479 … if (parser->methods.object_end && FAILURE == parser->methods.object_end(parser, &(yyval.value))) { in yyparse()
1498 parser->methods.object_create(parser, &(yyval.value)); in yyparse()
1506 parser->methods.object_create(parser, &(yyval.value)); in yyparse()
1554 if (parser->methods.array_start && FAILURE == parser->methods.array_start(parser)) { in yyparse()
1566 if (parser->methods.array_end && FAILURE == parser->methods.array_end(parser, &(yyval.value))) { in yyparse()
1585 parser->methods.array_create(parser, &(yyval.value)); in yyparse()
1593 parser->methods.array_create(parser, &(yyval.value)); in yyparse()
1594 parser->methods.array_append(parser, &(yyval.value), &(yyvsp[0].value)); in yyparse()
1602 parser->methods.array_append(parser, &(yyvsp[-2].value), &(yyvsp[0].value)); in yyparse()
[all …]
/PHP-7.2/ext/standard/tests/class_object/
H A Dmethod_exists_basic_001.phpt2 method_exists() on userspace classes; static & non-static methods with various visibilities.
30 $methods = array(
38 foreach ($methods as $method) {
45 foreach ($methods as $method) {
H A Dget_class_methods_basic_001.phpt30 echo "Argument is name of class which has no methods:\n";
58 Argument is name of class which has no methods:
/PHP-7.2/ext/date/tests/
H A DDateTime_verify.phpt12 echo "..and get names of all its methods\n";
13 $methods = $class->getMethods();
14 var_dump($methods);
29 ..and get names of all its methods
/PHP-7.2/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
31 - Static methods [0] {
/PHP-7.2/tests/lang/
H A Dbug28213.phpt2 Bug #28213 (crash in debug_print_backtrace in static methods)
/PHP-7.2/ext/openssl/tests/
H A Dopenssl_decrypt_ccm.phpt13 $methods = ['aes-128-ccm', 'aes-256-ccm'];
15 foreach ($methods as $method) {
/PHP-7.2/ext/xmlwriter/
H A DTODO2 - Add tests for Namespace functions/methods
/PHP-7.2/ext/standard/tests/array/
H A Darray_map_object3.phpt2 Test array_map() function : object functionality - class methods as callback function
17 echo "*** Testing array_map() : class methods as callback function ***\n";
65 *** Testing array_map() : class methods as callback function ***
/PHP-7.2/ext/opcache/tests/
H A Dinternal_func_info_static_method.phpt2 Internal static methods should not be confused with global functions

Completed in 39 milliseconds

12345678910>>...13