Home
last modified time | relevance | path

Searched refs:factory (Results 26 – 50 of 181) sorted by relevance

12345678

/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_3.phpt16 $dbh = PDOTest::factory();
35 $dbh2 = PDOTest::factory();
H A Dpdo_oci_attr_autocommit_1.phpt14 $dbh = PDOTest::factory();
43 $dbh2 = PDOTest::factory();
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_placeholder_everywhere.phpt8 $db = MySQLPDOTest::factory();
13 $db = MySQLPDOTest::factory();
65 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_prepare_match_against.phpt12 $db = MySQLPDOTest::factory();
44 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_prepare_native_mixed_style.phpt8 $db = MySQLPDOTest::factory();
13 $db = MySQLPDOTest::factory();
H A Dbug44327.phpt8 $db = MySQLPDOTest::factory();
13 $db = MySQLPDOTest::factory();
H A Dbug_41997.phpt11 $db = MySQLPDOTest::factory();
25 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_fetch_both.phpt8 $db = MySQLPDOTest::factory();
13 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_stmt_variable_columncount.phpt10 $db = MySQLPDOTest::factory();
25 $db = MySQLPDOTest::factory();
72 $db = MySQLPDOTest::factory();
103 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_prepare_emulated_anonymous.phpt8 $db = MySQLPDOTest::factory();
13 $db = MySQLPDOTest::factory();
64 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_prepare_native_named_placeholder.phpt8 $db = MySQLPDOTest::factory();
13 $db = MySQLPDOTest::factory();
72 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_rollback.phpt8 $db = MySQLPDOTest::factory();
15 $db = MySQLPDOTest::factory();
87 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_exec_load_data.phpt10 $db = MySQLPDOTest::factory();
52 $db = MySQLPDOTest::factory();
105 $db = MySQLPDOTest::factory();
H A Dbug46292.phpt15 $pdoDb = MySQLPDOTest::factory();
57 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_attr_server_info.phpt8 $db = MySQLPDOTest::factory();
13 $db = MySQLPDOTest::factory();
/PHP-5.5/main/streams/
H A Dtransports.c32 PHPAPI int php_stream_xport_register(char *protocol, php_stream_transport_factory factory TSRMLS_DC) in php_stream_xport_register()
34 …return zend_hash_update(&xport_hash, protocol, strlen(protocol) + 1, &factory, sizeof(factory), NU… in php_stream_xport_register()
61 php_stream_transport_factory *factory = NULL; in _php_stream_xport_create() local
110 if (FAILURE == zend_hash_find(&xport_hash, (char*)tmp, n + 1, (void**)&factory)) { in _php_stream_xport_create()
126 if (factory == NULL) { in _php_stream_xport_create()
132 stream = (*factory)(protocol, n, in _php_stream_xport_create()
/PHP-5.5/tests/classes/
H A Dfactory_and_singleton_003.phpt2 ZE2 factory and singleton, test 3
H A Dfactory_and_singleton_004.phpt2 ZE2 factory and singleton, test 4
H A Dfactory_and_singleton_005.phpt2 ZE2 factory and singleton, test 5
H A Dfactory_and_singleton_006.phpt2 ZE2 factory and singleton, test 6
H A Dfactory_and_singleton_009.phpt2 ZE2 factory and singleton, test 9
H A Dfactory_and_singleton_010.phpt2 ZE2 factory and singleton, test 10
H A Dfactory_and_singleton_007.phpt2 ZE2 factory and singleton, test 7
H A Dfactory_and_singleton_008.phpt2 ZE2 factory and singleton, test 8
/PHP-5.5/ext/pdo/tests/
H A Dbug_38253.phpt15 $pdo = PDOTest::factory();
25 $pdo = PDOTest::factory();

Completed in 23 milliseconds

12345678