Home
last modified time | relevance | path

Searched refs:methods (Results 201 – 225 of 291) sorted by relevance

12345678910>>...12

/PHP-7.0/ext/snmp/tests/
H A Dreflection.phpt8 /* ALL PHP_ME user callable methods of SNMP class should appear here */
/PHP-7.0/ext/reflection/tests/
H A DReflectionMethod_basic4.phpt2 ReflectionMethod class getFileName(), getStartLine() and getEndLine() methods
H A Dbug40431.phpt2 Bug #40431 (dynamic properties may cause crash in ReflectionProperty methods)
H A DReflectionMethod_006.phpt2 ReflectionMethod methods - wrong num args
H A DReflectionMethod_basic2.phpt2 ReflectionMethod class __toString() and export() methods
H A DReflectionProperty_basic1.phpt2 Test usage of ReflectionProperty methods __toString(), export(), getName(), isPublic(), isPrivate()…
H A DReflectionMethod_basic1.phpt2 ReflectionMethod class - various methods
/PHP-7.0/ext/pdo_mysql/
H A Dmysql_driver.c106 if (!dbh->methods) { in _pdo_mysql_error()
177 stmt->methods = &mysql_stmt_methods; in mysql_handle_preparer()
801 dbh->methods = &mysql_methods;
812 dbh->methods = &mysql_methods;
/PHP-7.0/ext/standard/tests/dir/
H A Ddir_basic.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_variation7.phpt22 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_variation1.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
/PHP-7.0/ext/pdo/
H A Dphp_pdo_driver.h429 struct pdo_dbh_methods *methods; member
560 struct pdo_stmt_methods *methods; member
/PHP-7.0/Zend/RFCs/
H A D002.txt15 name collisions with the current scoping methods.
21 classes. This means that all of Zend 1.0's scoping methods are
/PHP-7.0/ext/phar/tests/
H A Dpharfileinfo_compression.phpt2 Phar: PharFileInfo compression-related methods
/PHP-7.0/ext/simplexml/tests/
H A Dsxe_004.phpt2 SPL: SimpleXMLIterator and overridden iterator methods()
/PHP-7.0/ext/spl/tests/
H A Dspl_autoload_007.phpt2 SPL: spl_autoload() with inaccessible methods
/PHP-7.0/Zend/tests/
H A Dbug29210.phpt2 Bug #29210 (Function is_callable does not support private and protected methods)
/PHP-7.0/ext/pdo_dblib/
H A Ddblib_driver.c108 stmt->methods = &dblib_stmt_methods; in dblib_handle_preparer()
460 dbh->methods = &dblib_methods; in pdo_dblib_handle_factory()
/PHP-7.0/ext/pdo_firebird/
H A Dfirebird_driver.c195 stmt->methods = &firebird_stmt_methods; in firebird_handle_preparer()
696 dbh->methods = &firebird_methods; in pdo_firebird_handle_factory()
710 if (!dbh->methods) { in pdo_firebird_handle_factory()
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject.phpt55 // NOTE: PDO can call regular methods prior to calling __construct()
/PHP-7.0/ext/pdo_oci/
H A Doci_driver.c190 if (!dbh->methods) { in _oci_error()
315 stmt->methods = &oci_stmt_methods; in oci_handle_preparer()
709 dbh->methods = &oci_methods; in pdo_oci_handle_factory()
/PHP-7.0/ext/pdo_sqlite/
H A Dsqlite_driver.c80 if (!dbh->methods) { in _pdo_sqlite_error()
187 stmt->methods = &sqlite_stmt_methods; in sqlite_handle_preparer()
829 dbh->methods = &sqlite_methods; in pdo_sqlite_handle_factory()
/PHP-7.0/ext/intl/tests/
H A Dlocale_lookup.phpt11 * with Procedural and Object methods.
H A Dlocale_get_script.phpt10 * with Procedural and Object methods.
H A Dlocale_lookup_variant2.phpt11 * with Procedural and Object methods.

Completed in 37 milliseconds

12345678910>>...12