Home
last modified time | relevance | path

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

123456789

/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_commit.phpt8 $db = MySQLPDOTest::factory();
15 $db = MySQLPDOTest::factory();
56 $db = MySQLPDOTest::factory();
85 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_prepare_native_placeholder_everywhere.phpt8 $db = MySQLPDOTest::factory();
13 $db = MySQLPDOTest::factory();
65 $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_prepare_native_mixed_style.phpt8 $db = MySQLPDOTest::factory();
13 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_fetch_both.phpt8 $db = MySQLPDOTest::factory();
13 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_prepare_match_against.phpt12 $db = MySQLPDOTest::factory();
44 $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 Dbug46292.phpt15 $pdoDb = MySQLPDOTest::factory();
57 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_attr_server_info.phpt8 $db = MySQLPDOTest::factory();
13 $db = MySQLPDOTest::factory();
H A Dpdo_mysql_stmt_nextrowset.phpt10 $db = MySQLPDOTest::factory();
27 $db = MySQLPDOTest::factory();
78 $db = MySQLPDOTest::factory();
87 $db = MySQLPDOTest::factory();
94 $db = MySQLPDOTest::factory();
/PHP-7.1/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_3.phpt16 $dbh = PDOTest::factory();
35 $dbh2 = PDOTest::factory();
H A Dpdo_oci_attr_drivername.phpt14 $dbh = PDOTest::factory();
H A Dpdo_oci_attr_autocommit_1.phpt14 $dbh = PDOTest::factory();
43 $dbh2 = PDOTest::factory();
H A Dpdo_oci_attr_prefetch_1.phpt14 $dbh = PDOTest::factory();
18 $dbh = PDOTest::factory();
/PHP-7.1/ext/pdo_pgsql/tests/
H A Dbug48764.phpt10 $db = PDOTest::factory();
42 $db = PDOTest::factory('PDO', false);
/PHP-7.1/tests/classes/
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_001.phpt2 ZE2 factory objects
H A Dfactory_and_singleton_003.phpt2 ZE2 factory and singleton, test 3
/PHP-7.1/main/streams/
H A Dtransports.c32 PHPAPI int php_stream_xport_register(const char *protocol, php_stream_transport_factory factory) in php_stream_xport_register() argument
34 …return zend_hash_str_update_ptr(&xport_hash, protocol, strlen(protocol), factory) ? SUCCESS : FAIL… in php_stream_xport_register()
61 php_stream_transport_factory factory = NULL; in _php_stream_xport_create() local
111 if (NULL == (factory = zend_hash_str_find_ptr(&xport_hash, tmp, n))) { in _php_stream_xport_create()
127 if (factory == NULL) { in _php_stream_xport_create()
133 stream = (factory)(protocol, n, in _php_stream_xport_create()
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_structs.h371 …ry__get_connection)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_object_factory) * factory, const zend_bool …
974 …tory__get_greet_packet)(MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY * const factory, const zend_bool …
975 …ctory__get_auth_packet)(MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY * const factory, const zend_bool …
976 …t_auth_response_packet)(MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY * const factory, const zend_bool …
978 …factory__get_ok_packet)(MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY * const factory, const zend_bool …
979 …ry__get_command_packet)(MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY * const factory, const zend_bool …
980 …actory__get_eof_packet)(MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY * const factory, const zend_bool …
981 …get_rset_header_packet)(MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY * const factory, const zend_bool …
982 …et_result_field_packet)(MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY * const factory, const zend_bool …
983 …actory__get_row_packet)(MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY * const factory, const zend_bool …
[all …]

Completed in 34 milliseconds

123456789