Changeset 32233 for trunk/tests/phpunit/tests/db/charset.php
- Timestamp:
- 04/21/2015 05:23:44 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/db/charset.php
r32232 r32233 504 504 505 505 $value[0] = "CREATE TABLE $this_table_name {$value[0]}"; 506 $value[2] = "SELECT * FROM $this_table_name ";506 $value[2] = "SELECT * FROM $this_table_name WHERE a='\xf0\x9f\x98\x88'"; 507 507 $value[3] = "DROP TABLE IF EXISTS $this_table_name"; 508 508 $value[4] = array( 509 "SELECT * FROM $this_table_name WHERE a='foo'", 509 510 "SHOW FULL TABLES LIKE $this_table_name", 510 511 "DESCRIBE $this_table_name",
Note: See TracChangeset
for help on using the changeset viewer.