Home
last modified time | relevance | path

Searched refs:factory (Results 176 – 200 of 253) sorted by relevance

1234567891011

/PHP-8.1/ext/pdo/tests/
H A Dpdo_034.phpt16 $db = PDOTest::factory();
H A Dbug_34630.phpt16 $db = PDOTest::factory();
H A Dpdo_012.phpt16 $db = PDOTest::factory();
H A Dpdo_013.phpt16 $db = PDOTest::factory();
H A Dbug_43130.phpt21 $db = PDOTest::factory();
H A Dpdo_015.phpt16 $db = PDOTest::factory();
H A Dpdo_022.phpt27 $db = PDOTest::factory();
H A Dpdo_026.phpt56 $db = PDOTest::factory('PDODatabase');
H A Dpdo_023.phpt60 $db = PDOTest::factory('PDODatabaseX');
H A Dbug_71447.phpt17 $db = PDOTest::factory();
H A Dpdo_025.phpt16 $db = PDOTest::factory();
H A Dpdo_029.phpt62 $db = PDOTest::factory('PDODatabase');
/PHP-8.1/ext/pdo_oci/tests/
H A Dpecl_bug_6364.phpt16 $dbh = PDOTest::factory();
H A Dpdo_oci_attr_case.phpt36 $dbh = PDOTest::factory();
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_statement_class.phpt9 $db = MySQLPDOTest::factory();
14 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_last_insert_id.phpt9 $db = MySQLPDOTest::factory();
14 $db = MySQLPDOTest::factory();
H A Dmysql_pdo_test.inc7 …static function factory($classname = 'PDO', $drop_test_tables = false, $myattr = null, $mydsn = nu…
171 $db = self::factory();
H A Dpdo_mysql_stmt_blobfromsteam.phpt117 $db = MySQLPDOTest::factory();
142 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_attr_case.phpt9 $db = MySQLPDOTest::factory();
14 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_multi_stmt_nextrowset.phpt9 $db = MySQLPDOTest::factory();
23 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_attr_max_buffer_size.phpt74 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_stmt_unbuffered_2050.phpt9 $db = MySQLPDOTest::factory();
16 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_stmt_fetch_serialize.phpt13 $db = MySQLPDOTest::factory();
120 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_stmt_closecursor.phpt9 $db = MySQLPDOTest::factory();
15 $db = MySQLPDOTest::factory();
151 $db = MySQLPDOTest::factory();
/PHP-8.1/ext/reflection/tests/
H A DReflectionType_001.phpt12 function factory(): self { return new c; }
62 new ReflectionMethod('c', 'factory'),

Completed in 34 milliseconds

1234567891011