/PHP-5.5/Zend/tests/traits/ |
H A D | conflict001.phpt | 25 Fatal error: Trait method hello has not been applied, because there are collisions with other trait…
|
H A D | language004.phpt | 2 Use instead to solve a conflict and as to access the method.
|
H A D | interface_002.phpt | 24 Fatal error: Class bar contains 1 abstract method and must therefore be declared abstract or implem…
|
H A D | methods_001.phpt | 2 Testing magic method on trait
|
H A D | methods_002.phpt | 28 Fatal error: Trait method __clone has not been applied, because there are collisions with other tra…
|
/PHP-5.5/ext/xsl/tests/53965/ |
H A D | collection.xsl | 6 <xsl:output method="html" encoding="iso-8859-1" indent="no"/>
|
/PHP-5.5/ext/spl/tests/ |
H A D | countable_class_basic1.phpt | 31 Method [ <internal%s> abstract public method count ] {
|
H A D | spl_cachingiterator___toString_basic.phpt | 2 SPL: SplCachingIterator, Test method to convert current element to string
|
/PHP-5.5/Zend/tests/ |
H A D | access_modifiers_010.phpt | 31 Fatal error: Call to private method d::test2() from context 'a' in %s on line %d
|
H A D | bug48215.phpt | 2 Bug #48215 - parent::method() calls __construct
|
H A D | catch_004.phpt | 2 Catching an exception in a constructor inside a static method
|
H A D | closure_033.phpt | 28 Fatal error: Call to private method Test::func() from context '' in %sclosure_033.php on line %d
|
H A D | errmsg_018.phpt | 15 Fatal error: Class test contains 1 abstract method and must therefore be declared abstract or imple…
|
/PHP-5.5/ext/curl/tests/ |
H A D | bug66109.phpt | 10 curl_setopt($ch, CURLOPT_URL, "{$host}/get.php?test=method");
|
/PHP-5.5/tests/classes/ |
H A D | abstract_not_declared.phpt | 15 Fatal error: Class fail contains 1 abstract method and must therefore be declared abstract or imple…
|
/PHP-5.5/ext/phar/tests/tar/ |
H A D | phar_setdefaultstub.phpt | 71 Warning: Phar::setDefaultStub(): method accepts no arguments for a tar- or zip-based phar stub, 1 g… 77 Warning: Phar::setDefaultStub(): method accepts no arguments for a tar- or zip-based phar stub, 2 g…
|
/PHP-5.5/ext/phar/tests/zip/ |
H A D | phar_setdefaultstub.phpt | 71 Warning: Phar::setDefaultStub(): method accepts no arguments for a tar- or zip-based phar stub, 1 g… 77 Warning: Phar::setDefaultStub(): method accepts no arguments for a tar- or zip-based phar stub, 2 g…
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | mysqli_class_mysqli_warning.phpt | 48 foreach ($methods as $k => $method) { 49 if (isset($expected_methods[$method])) { 51 unset($expected_methods[$method]);
|
H A D | mysqli_class_mysqli_stmt_interface.phpt | 49 foreach ($methods as $k => $method) { 50 if (isset($expected_methods[$method])) { 52 unset($expected_methods[$method]); 54 if ($method == 'mysqli_stmt') {
|
/PHP-5.5/ext/standard/tests/class_object/ |
H A D | method_exists_variation_002.phpt | 5 /* Prototype : proto bool method_exists(object object, string method) 6 * Description: Checks if the class method exists 76 // loop through each element of the array for method
|
H A D | get_class_methods_variation_002.phpt | 6 * Description: Returns an array of method names for class or class instance.
|
/PHP-5.5/ext/intl/breakiterator/ |
H A D | breakiterator_iterators.cpp | 254 char *method, int method_len, const zend_literal *key TSRMLS_DC) in IntlPartsIterator_get_method() argument 264 method, method_len); in IntlPartsIterator_get_method() 279 method, method_len, key TSRMLS_CC); in IntlPartsIterator_get_method() 285 method, method_len, key TSRMLS_CC); in IntlPartsIterator_get_method()
|
/PHP-5.5/ext/xmlrpc/libxmlrpc/ |
H A D | xml_to_dandarpc.c | 309 xml_element* method = xml_elem_new(); in DANDARPC_REQUEST_to_xml_element() local 310 method->name = strdup(ELEM_METHODNAME); in DANDARPC_REQUEST_to_xml_element() 311 simplestring_add(&method->text, pStr); in DANDARPC_REQUEST_to_xml_element() 312 Q_PushTail(&wrapper->children, method); in DANDARPC_REQUEST_to_xml_element()
|
/PHP-5.5/ext/standard/tests/general_functions/ |
H A D | is_callable_basic2.phpt | 14 Description: use is_callable() on given $method to check if the array 15 contains a valid method name; 21 foreach($methods as $method) { 23 var_dump( is_callable($method) ); 24 var_dump( is_callable($method, true) ); 25 var_dump( is_callable($method, false) ); 26 var_dump( is_callable($method, true, $callable_name) ); 28 var_dump( is_callable($method, false, $callable_name) ); 39 /* static method */ 87 /* check is_callable() on static method */ [all …]
|
H A D | get_cfg_var_variation8.phpt | 12 echo "*** Test by calling method or function with deprecated option ***\n";
|