Searched refs:method (Results 501 – 525 of 702) sorted by relevance
1...<<212223242526272829
7 - LOAD_OPTIONS: the second parameter to pass to the method
2 Bug #46238 (Segmentation fault on static call with empty string method)
39 Strict Standards: Non-static method foo::b() should not be called statically in %s on line %d
2 Bug #36214 (__get method works properly only when conditional operator is used)
2 Testing callback formats within class method
37 Strict Standards: Non-static method D::m() should not be called statically in %s on line %d
2 Testing invalid method names with __call and __callstatic
23 // Send a request with a fictitious request method,
38 public function __call($method, $args) {39 print "__call(".var_export($method,true).", ".var_export($args, true).")\n";
48 echo "\nInherited method of the same name as the class:\n";104 Inherited method of the same name as the class:
26 * This is a valid comment inside a method
395 xml_element* method = xml_elem_new(); in XMLRPC_REQUEST_to_xml_element() local396 method->name = strdup(ELEM_METHODNAME); in XMLRPC_REQUEST_to_xml_element()397 simplestring_add(&method->text, pStr); in XMLRPC_REQUEST_to_xml_element()398 Q_PushTail(&wrapper->children, method); in XMLRPC_REQUEST_to_xml_element()
26 count($heap);// refers to MyHeap->count() method
2 Bug #61292 (Segfault while calling a method on an overloaded PDO object)
36 Fatal error: Class fail contains 1 abstract method and must therefore be declared abstract or imple…
2 ZE2 A redeclared method must have the same or higher visibility
17 Fatal error: main(): The script tried to execute a method or access a property of an incomplete obj…
55 unicode(50) "Cannot call method on an uninitialized Phar object"
Completed in 25 milliseconds