Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-8.2/Zend/tests/readonly_props/
H A Dmagic_get_set.phpt34 // The property is in uninitialized state, no magic methods should be invoked.
/PHP-8.2/ext/dom/tests/gh11830/
H A Dtype_variation.phpt2 GH-11830 (ParentNode methods should perform their checks upfront) - type variation
/PHP-8.2/ext/intl/tests/
H A Dcollator_create2.phpt12 * with Procedural and Object methods.
H A Dcollator_create3.phpt13 * with Procedural and Object methods.
H A Dcollator_create4.phpt12 * with Procedural and Object methods.
H A Dformatter_format_and_parse_errors.phpt2 ValueErrors for format/parse methods and procedural functions
/PHP-8.2/sapi/phpdbg/tests/
H A Dprint_001.phpt26 prompt> [User Class: Foo\Bar (2 methods)]
/PHP-8.2/ext/pdo_odbc/
H A Dodbc_driver.c102 if (!dbh->methods) { in pdo_odbc_error()
197 stmt->methods = &odbc_stmt_methods; in odbc_handle_preparer()
613 dbh->methods = &odbc_methods; in pdo_odbc_handle_factory()
619 dbh->methods = &odbc_methods; in pdo_odbc_handle_factory()
/PHP-8.2/ext/standard/tests/class_object/
H A Dget_object_vars_basic_001.phpt2 get_object_vars(): visibility from static methods (target object passed as arg)
/PHP-8.2/ext/phar/tests/
H A Dphar_offset_check.phpt2 Phar: disallow stub and alias setting via offset*() methods
H A Dpharfileinfo_compression.phpt2 Phar: PharFileInfo compression-related methods
/PHP-8.2/ext/reflection/tests/
H A DReflectionParameter_003.phpt2 ReflectionParameter class - isOptional, isDefaultValueAvailable and getDefaultValue methods.
H A DReflectionMethod_basic3.phpt2 ReflectionMethod class getName(), isInternal() and isUserDefined() methods
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 DReflectionProperty_basic1.phpt2 Test usage of ReflectionProperty methods __toString(), getName(), isPublic(), isPrivate(), isProtec…
/PHP-8.2/ext/reflection/tests/types/
H A DReflectionType_001.phpt36 echo "\n*** methods\n";
158 *** methods
/PHP-8.2/ext/standard/tests/general_functions/
H A Dis_callable_basic2.phpt5 function check_iscallable_objects( $methods ) {
8 foreach($methods as $method) {
75 echo "\n** Testing behavior of is_callable() on static methods **\n";
98 $methods = array (
113 check_iscallable_objects($methods);
121 ** Testing behavior of is_callable() on static methods **
/PHP-8.2/ext/pdo/
H A Dphp_pdo_driver.h425 const struct pdo_dbh_methods *methods; member
555 const struct pdo_stmt_methods *methods; member
H A Dpdo_sql_parser.re221 if (stmt->dbh->methods->quoter) {
240 plc->quoted = stmt->dbh->methods->quoter(stmt->dbh, buf, param->param_type);
289 plc->quoted = stmt->dbh->methods->quoter(stmt->dbh, buf, param_type);
/PHP-8.2/ext/simplexml/tests/
H A Dsxe_004.phpt2 SPL: SimpleXMLIterator and overridden iterator methods()
/PHP-8.2/ext/tokenizer/tests/
H A DPhpToken_methods.phpt2 PhpToken instance methods
/PHP-8.2/Zend/tests/
H A Dbug29210.phpt2 Bug #29210 (Function is_callable does not support private and protected methods)
/PHP-8.2/ext/spl/tests/
H A Dspl_autoload_007.phpt2 SPL: spl_autoload() with inaccessible methods
/PHP-8.2/ext/pdo_mysql/
H A Dmysql_driver.c114 if (!dbh->methods) { in _pdo_mysql_error()
184 stmt->methods = &mysql_stmt_methods; in mysql_handle_preparer()
971 dbh->methods = &mysql_methods;
982 dbh->methods = &mysql_methods;

Completed in 57 milliseconds

12345678910>>...12