Home
last modified time | relevance | path

Searched refs:method (Results 401 – 425 of 702) sorted by relevance

1...<<11121314151617181920>>...29

/PHP-5.5/Zend/tests/traits/
H A Dconflict001.phpt25 Fatal error: Trait method hello has not been applied, because there are collisions with other trait…
H A Dlanguage004.phpt2 Use instead to solve a conflict and as to access the method.
H A Dinterface_002.phpt24 Fatal error: Class bar contains 1 abstract method and must therefore be declared abstract or implem…
H A Dmethods_001.phpt2 Testing magic method on trait
H A Dmethods_002.phpt28 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 Dcollection.xsl6 <xsl:output method="html" encoding="iso-8859-1" indent="no"/>
/PHP-5.5/ext/spl/tests/
H A Dcountable_class_basic1.phpt31 Method [ <internal%s> abstract public method count ] {
H A Dspl_cachingiterator___toString_basic.phpt2 SPL: SplCachingIterator, Test method to convert current element to string
/PHP-5.5/Zend/tests/
H A Daccess_modifiers_010.phpt31 Fatal error: Call to private method d::test2() from context 'a' in %s on line %d
H A Dbug48215.phpt2 Bug #48215 - parent::method() calls __construct
H A Dcatch_004.phpt2 Catching an exception in a constructor inside a static method
H A Dclosure_033.phpt28 Fatal error: Call to private method Test::func() from context '' in %sclosure_033.php on line %d
H A Derrmsg_018.phpt15 Fatal error: Class test contains 1 abstract method and must therefore be declared abstract or imple…
/PHP-5.5/ext/curl/tests/
H A Dbug66109.phpt10 curl_setopt($ch, CURLOPT_URL, "{$host}/get.php?test=method");
/PHP-5.5/tests/classes/
H A Dabstract_not_declared.phpt15 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 Dphar_setdefaultstub.phpt71 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 Dphar_setdefaultstub.phpt71 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 Dmysqli_class_mysqli_warning.phpt48 foreach ($methods as $k => $method) {
49 if (isset($expected_methods[$method])) {
51 unset($expected_methods[$method]);
H A Dmysqli_class_mysqli_stmt_interface.phpt49 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 Dmethod_exists_variation_002.phpt5 /* 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 Dget_class_methods_variation_002.phpt6 * Description: Returns an array of method names for class or class instance.
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp254 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 Dxml_to_dandarpc.c309 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 Dis_callable_basic2.phpt14 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 Dget_cfg_var_variation8.phpt12 echo "*** Test by calling method or function with deprecated option ***\n";

Completed in 33 milliseconds

1...<<11121314151617181920>>...29