/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_wireprotocol.c | 2385 packet->header.factory = factory; in MYSQLND_METHOD() 2408 packet->header.factory = factory; in MYSQLND_METHOD() 2432 packet->header.factory = factory; in MYSQLND_METHOD() 2455 packet->header.factory = factory; in MYSQLND_METHOD() 2478 packet->header.factory = factory; in MYSQLND_METHOD() 2501 packet->header.factory = factory; in MYSQLND_METHOD() 2524 packet->header.factory = factory; in MYSQLND_METHOD() 2547 packet->header.factory = factory; in MYSQLND_METHOD() 2570 packet->header.factory = factory; in MYSQLND_METHOD() 2593 packet->header.factory = factory; in MYSQLND_METHOD() [all …]
|
H A D | mysqlnd_ext_plugin.c | 118 mysqlnd_plugin__get_plugin_protocol_data(const MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY * factory, … in mysqlnd_plugin__get_plugin_protocol_data() argument 122 if (!factory || plugin_id >= mysqlnd_plugin_count()) { in mysqlnd_plugin__get_plugin_protocol_data() 125 …DBG_RETURN((void *)((char *)factory + sizeof(MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY) + plugin_id… in mysqlnd_plugin__get_plugin_protocol_data() 375 _mysqlnd_command_factory_set(func_mysqlnd__command_factory factory) in _mysqlnd_command_factory_set() argument 377 mysqlnd_command_factory = factory; in _mysqlnd_command_factory_set()
|
/PHP-7.2/ext/pdo/tests/ |
H A D | pdo_011.phpt | 15 $db = PDOTest::factory(); 50 static public function factory($id, $val) 75 var_dump($select2->fetchAll(PDO::FETCH_FUNC, array($f, 'factory'))); 147 Test1::factory(1,A) 149 Test1::factory(2,B) 151 Test1::factory(3,C) 153 Test1::factory(4,D) 185 Test1::factory(1,A) 187 Test1::factory(2,B) 189 Test1::factory(3,C) [all …]
|
H A D | pdo_test.inc | 21 static function factory($classname = 'PDO', $drop_test_tables = true) { 62 $db = PDOTest::factory(); 73 return self::factory();
|
/PHP-7.2/ext/pdo_mysql/tests/ |
H A D | bug_pecl_12925.phpt | 9 $db = MySQLPDOTest::factory(); 14 $db = MySQLPDOTest::factory(); 33 $db = MySQLPDOTest::factory(); 38 $db = MySQLPDOTest::factory();
|
H A D | bug_pecl_7976.phpt | 9 $db = MySQLPDOTest::factory(); 24 $db = MySQLPDOTest::factory(); 42 $db = MySQLPDOTest::factory(); 47 $db = MySQLPDOTest::factory(); 56 $db = MySQLPDOTest::factory();
|
H A D | pdo_mysql_prepare_native_column.phpt | 8 $db = MySQLPDOTest::factory(); 13 $db = MySQLPDOTest::factory(); 34 $db = MySQLPDOTest::factory();
|
H A D | pdo_mysql_attr_prefetch.phpt | 8 $db = MySQLPDOTest::factory(); 13 $db = MySQLPDOTest::factory();
|
H A D | pdo_mysql_phpinfo.phpt | 8 $db = MySQLPDOTest::factory(); 13 $db = MySQLPDOTest::factory();
|
H A D | bug_42499.phpt | 11 $db = MySQLPDOTest::factory(); 25 $db = MySQLPDOTest::factory(); 43 $db = MySQLPDOTest::factory(); 49 $db = MySQLPDOTest::factory(); 54 $db = MySQLPDOTest::factory();
|
H A D | bug53551.phpt | 8 $db = MySQLPDOTest::factory(); 13 $db = MySQLPDOTest::factory(); 46 $db = MySQLPDOTest::factory();
|
H A D | pdo_mysql_attr_driver_name.phpt | 8 $db = MySQLPDOTest::factory(); 13 $db = MySQLPDOTest::factory();
|
H A D | bug_41125.phpt | 9 $db = MySQLPDOTest::factory(); 24 $db = MySQLPDOTest::factory(); 44 $db = MySQLPDOTest::factory();
|
H A D | pdo_mysql_attr_connection_status.phpt | 8 $db = MySQLPDOTest::factory(); 13 $db = MySQLPDOTest::factory();
|
H A D | bug_39858.phpt | 9 $db = MySQLPDOTest::factory(); 26 $db = MySQLPDOTest::factory(); 70 $db = MySQLPDOTest::factory();
|
H A D | bug70862.phpt | 12 $db = MySQLPDOTest::factory(); 41 $db = MySQLPDOTest::factory();
|
H A D | pdo_mysql_attr_client_version.phpt | 8 $db = MySQLPDOTest::factory(); 13 $db = MySQLPDOTest::factory();
|
H A D | pdo_mysql_connect_charset.phpt | 14 $link = MySQLPDOTest::factory(); 23 $link = MySQLPDOTest::factory('PDO', false, null, Array('charset' => $new_charset));
|
H A D | bug_61411.phpt | 9 $db = MySQLPDOTest::factory(); 35 $db = MySQLPDOTest::factory();
|
H A D | pdo_mysql_interface.phpt | 8 $db = MySQLPDOTest::factory(); 15 $db = MySQLPDOTest::factory();
|
/PHP-7.2/tests/classes/ |
H A D | factory_and_singleton_001.phpt | 2 ZE2 factory and singleton, test 1 11 static function factory($x) { 55 $x = test::factory(1); 56 $y = test::factory(2);
|
H A D | factory_and_singleton_002.phpt | 2 ZE2 factory and singleton, test 2 11 static function factory($x) { 55 $x = test::factory(1); 56 $y = test::factory(2);
|
/PHP-7.2/tests/lang/ |
H A D | bug21669.phpt | 18 $factory = new Factory; 19 $test = $factory->create();
|
/PHP-7.2/Zend/tests/ |
H A D | bug43175.phpt | 20 echo "__call via traditional factory should be caught\n"; 24 __call via traditional factory should be caught
|
/PHP-7.2/main/streams/ |
H A D | filter.c | 47 …t php_stream_filter_register_factory(const char *filterpattern, php_stream_filter_factory *factory) in php_stream_filter_register_factory() argument 49 …return zend_hash_str_add_ptr(&stream_filters_hash, filterpattern, strlen(filterpattern), factory) … in php_stream_filter_register_factory() 58 …eam_filter_register_factory_volatile(const char *filterpattern, php_stream_filter_factory *factory) in php_stream_filter_register_factory_volatile() argument 66 …add_ptr(FG(stream_filters), (char*)filterpattern, strlen(filterpattern), factory) ? SUCCESS : FAIL… in php_stream_filter_register_factory_volatile() 223 php_stream_filter_factory *factory = NULL; in php_stream_filter_create() local 230 if (NULL != (factory = zend_hash_str_find_ptr(filter_hash, filtername, n))) { in php_stream_filter_create() 231 filter = factory->create_filter(filtername, filterparams, persistent); in php_stream_filter_create() 242 if (NULL != (factory = zend_hash_str_find_ptr(filter_hash, wildname, strlen(wildname)))) { in php_stream_filter_create() 243 filter = factory->create_filter(filtername, filterparams, persistent); in php_stream_filter_create() 254 if (factory == NULL) in php_stream_filter_create()
|