Home
last modified time | relevance | path

Searched refs:method (Results 576 – 600 of 702) sorted by relevance

1...<<212223242526272829

/PHP-5.5/ext/xsl/tests/
H A Dxsltprocessor_transformToXML_nullparam.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dxsltprocessor_transformToXML_wrongparam_001.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dxsltprocessor_transformToXML_wrongparam_002.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dxsltprocessor_transformToXML_wrongparam_003.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dxsltprocessor_transformToXML_wrongparam_004.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dxsltprocessor_transformToXML.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
/PHP-5.5/ext/spl/internal/
H A Dcachingiterator.inc119 * @param func Name of method to invoke
120 * @param params Array of parameters to pass to method
/PHP-5.5/ext/simplexml/
H A DREADME11 all nodes with that element name. Thus method children() must be
/PHP-5.5/Zend/tests/
H A Dbug33512.phpt48 //the lines below will catch by '__get' magic method since these variables are unavailable anymore
H A Dbug37632.phpt2 Bug #37632 (Protected method access problem)
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dpdo_fetch_func_001.phpt120 Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: cannot access private method bar…
129 …:fetchAll(): SQLSTATE[HY000]: General error: class 'bar' does not have a method 'inexistent' in %s…
/PHP-5.5/tests/lang/
H A DreturnByReference.004.phpt2 Returning a reference from a static method
H A DreturnByReference.005.phpt2 Returning a reference from a method
/PHP-5.5/ext/hash/tests/
H A Dhash_pbkdf2_basic.phpt9 * Description: Generate a keyed hash value using the HMAC method
/PHP-5.5/Zend/RFCs/
H A D001.txt27 de-referencing method return values, tight control of object
49 $object = new MyClass(); $object->method();
97 according to this handle and, therefore, the setMember() method is
/PHP-5.5/ext/spl/tests/
H A Diterator_003.phpt84 // iterator's __toString() method.
/PHP-5.5/ext/reflection/tests/
H A DReflectionParameter_canBePassedByValue.phpt2 ReflectionParameter class - canBePassedByValue() method.
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_object_no_constructor.phpt65 Fatal error: Call to undefined method mysqli_fetch_object_test::mysqli_fetch_object_test() in %s on…
/PHP-5.5/ext/wddx/tests/
H A D005.phpt36 function method() { $this->yes = "done"; }
/PHP-5.5/ext/date/tests/
H A DDateInterval_format.phpt10 <?php if (!method_exists('DateInterval', 'format')) die("skip: method doesn't exist"); ?>
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt41 public function __call($method, $params) {
42 printf("%s(%s, %s)\n", __METHOD__, $method, var_export($params, true));
/PHP-5.5/ext/standard/tests/http/
H A Dbug61548.phpt14 'method' => 'POST',
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.h263 #define MYSQLND_METHOD(class, method) php_##class##_##method##_pub argument
264 #define MYSQLND_METHOD_PRIVATE(class, method) php_##class##_##method##_priv argument
/PHP-5.5/ext/standard/
H A Dincomplete_class.c95 static union _zend_function *incomplete_class_get_method(zval **object, char *method, int method_le… in incomplete_class_get_method() argument
/PHP-5.5/ext/simplexml/tests/
H A D031.phpt21 /* Try to add attribute again -> display warning as method is for new Attr only */

Completed in 129 milliseconds

1...<<212223242526272829