Home
last modified time | relevance | path

Searched refs:factory (Results 51 – 75 of 203) sorted by relevance

123456789

/PHP-7.1/tests/classes/
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_007.phpt2 ZE2 factory and singleton, test 7
H A Dfactory_and_singleton_008.phpt2 ZE2 factory and singleton, test 8
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_bit.phpt41 $db = MySQLPDOTest::factory();
53 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_stmt_columncount.phpt8 $db = MySQLPDOTest::factory();
13 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_stmt_errorcode.phpt8 $db = MySQLPDOTest::factory();
13 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_prepare_native_clear_error.phpt8 $db = MySQLPDOTest::factory();
13 $db = MySQLPDOTest::factory();
74 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_exec_load_data.phpt10 $db = MySQLPDOTest::factory();
63 $db = MySQLPDOTest::factory();
116 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_errorcode.phpt8 $db = MySQLPDOTest::factory();
13 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_stmt_closecursor_empty.phpt8 $db = MySQLPDOTest::factory();
13 $db = MySQLPDOTest::factory();
H A Dbug_74376.phpt21 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_prepare_native_dup_named_placeholder.phpt8 $db = MySQLPDOTest::factory();
13 $db = MySQLPDOTest::factory();
100 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_attr_fetch_table_names.phpt12 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_attr_server_version.phpt8 $db = MySQLPDOTest::factory();
13 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_stmt_blobs.phpt12 $db = MySQLPDOTest::factory();
94 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_stmt_multiquery.phpt34 $db = MySQLPDOTest::factory();
41 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_stmt_bindcolumn.phpt8 $db = MySQLPDOTest::factory();
13 $db = MySQLPDOTest::factory();
107 $db = MySQLPDOTest::factory();
/PHP-7.1/ext/pdo/tests/
H A Dpdo_017.phpt11 $db = PDOTest::factory();
29 $db = PDOTest::factory();
H A Dbug_72788.phpt19 $db = PDOTest::factory('PDO', false);
H A Dbug_40285.phpt16 $db = PDOTest::factory();
H A Dbug_50458.phpt16 $db = PDOTest::factory();
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_driver.c99 …ory, get_connection)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_object_factory) *factory, const zend_bool … in MYSQLND_METHOD()
135 data->object_factory = *factory; in MYSQLND_METHOD()
143 data->protocol_frame_codec = mysqlnd_pfc_init(persistent, factory, data->stats, data->error_info); in MYSQLND_METHOD()
144 data->vio = mysqlnd_vio_init(persistent, factory, data->stats, data->error_info); in MYSQLND_METHOD()
/PHP-7.1/main/streams/
H A Dphp_stream_filter_api.h149 … php_stream_filter_register_factory(const char *filterpattern, php_stream_filter_factory *factory);
151 …am_filter_register_factory_volatile(const char *filterpattern, php_stream_filter_factory *factory);

Completed in 37 milliseconds

123456789