/PHP-5.6/ext/pdo_oci/ |
H A D | oci_driver.c | 217 if (H->server && H->attached) { in oci_handle_closer() 218 H->last_err = OCIServerDetach(H->server, H->err, OCI_DEFAULT); in oci_handle_closer() 235 if (H->charset && H->env) { in oci_handle_closer() 268 S->H = H; in oci_handle_preparer() 419 H->last_err = OCITransCommit(H->svc, H->err, 0); in oci_handle_commit() 433 H->last_err = OCITransRollback(H->svc, H->err, 0); in oci_handle_rollback() 450 H->last_err = OCITransCommit(H->svc, H->err, 0); in oci_handle_set_attribute() 557 H->last_err = OCIPing (H->svc, H->err, OCI_DEFAULT); in pdo_oci_check_liveness() 655 H->last_err = OCIAttrSet(H->svc, OCI_HTYPE_SVCCTX, H->server, 0, OCI_ATTR_SERVER, H->err); in pdo_oci_handle_factory() 684 H->last_err = OCISessionBegin(H->svc, H->err, H->session, OCI_CRED_RDBMS, OCI_DEFAULT); in pdo_oci_handle_factory() [all …]
|
/PHP-5.6/ext/oci8/tests/ |
H A D | bug43492.phpt | 73 A B C D E F G H I J 74 A B C D E F G H I J 75 A B C D E F G H I J 76 A B C D E F G H I J 77 A B C D E F G H I J 78 A B C D E F G H I J 79 A B C D E F G H I J 80 A B C D E F G H I J 81 A B C D E F G H I J 82 A B C D E F G H I J [all …]
|
H A D | bug43492_2.phpt | 64 A B C D E F G H I J 65 A B C D E F G H I J 66 A B C D E F G H I J 67 A B C D E F G H I J 68 A B C D E F G H I J 69 A B C D E F G H I J 70 A B C D E F G H I J 71 A B C D E F G H I J 72 A B C D E F G H I J 73 A B C D E F G H I J [all …]
|
/PHP-5.6/ext/pdo_dblib/ |
H A D | dblib_driver.c | 79 if (H) { in dblib_handle_closer() 80 if (H->link) { in dblib_handle_closer() 82 H->link = NULL; in dblib_handle_closer() 84 if (H->login) { in dblib_handle_closer() 86 H->login = NULL; in dblib_handle_closer() 99 S->H = H; in dblib_handle_preparer() 113 dbsetuserdata(H->link, (BYTE*)&H->err); in dblib_handle_doer() 309 H = pecalloc(1, sizeof(*H), dbh->is_persistent); in pdo_dblib_handle_factory() 313 if (!H->login) { in pdo_dblib_handle_factory() 365 H->link = dbopen(H->login, vars[2].optval); in pdo_dblib_handle_factory() [all …]
|
H A D | dblib_stmt.c | 101 pdo_dblib_db_handle *H = S->H; in pdo_dblib_stmt_cursor_closer() local 104 dbcancel(H->link); in pdo_dblib_stmt_cursor_closer() 121 pdo_dblib_db_handle *H = S->H; in pdo_dblib_stmt_next_rowset() local 124 ret = dbresults(H->link); in pdo_dblib_stmt_next_rowset() 144 pdo_dblib_db_handle *H = S->H; in pdo_dblib_stmt_execute() local 174 pdo_dblib_db_handle *H = S->H; in pdo_dblib_stmt_fetch() local 176 ret = dbnextrow(H->link); in pdo_dblib_stmt_fetch() 193 pdo_dblib_db_handle *H = S->H; in pdo_dblib_stmt_describe() local 221 pdo_dblib_db_handle *H = S->H; in pdo_dblib_stmt_get_col() local 230 *ptr = dbdata(H->link, colno+1); in pdo_dblib_stmt_get_col() [all …]
|
/PHP-5.6/ext/opcache/tests/ |
H A D | compact_literals.phpt | 100 const H = "H"; 124 $h->H(); 128 $h->H(); 134 $h->H(); 137 $h->H(); 144 $h->H(); 148 $h->H(); 154 $h->H(); 157 $h->H(); 188 -->H [all …]
|
/PHP-5.6/ext/pdo_firebird/ |
H A D | firebird_driver.c | 104 if (isc_commit_transaction(H->isc_status, &H->tr)) { in firebird_handle_closer() 108 if (isc_rollback_transaction(H->isc_status, &H->tr)) { in firebird_handle_closer() 114 if (isc_detach_database(H->isc_status, &H->db)) { in firebird_handle_closer() 118 if (H->date_format) { in firebird_handle_closer() 121 if (H->time_format) { in firebird_handle_closer() 161 S->H = H; in firebird_handle_preparer() 266 if (dbh->auto_commit && isc_commit_retaining(H->isc_status, &H->tr)) { in firebird_handle_doer() 359 if (isc_start_transaction(H->isc_status, &H->tr, 1, &H->db, (unsigned short)(ptpb-tpb), tpb)) { in firebird_handle_begin() 372 if (isc_commit_transaction(H->isc_status, &H->tr)) { in firebird_handle_commit() 385 if (isc_rollback_transaction(H->isc_status, &H->tr)) { in firebird_handle_rollback() [all …]
|
H A D | firebird_statement.c | 90 pdo_firebird_db_handle *H = S->H; in firebird_stmt_execute() local 137 if (stmt->dbh->auto_commit && isc_commit_retaining(H->isc_status, &H->tr)) { in firebird_stmt_execute() 159 pdo_firebird_db_handle *H = S->H; in firebird_stmt_fetch() local 166 if (H->isc_status[0] && H->isc_status[1]) { in firebird_stmt_fetch() 225 pdo_firebird_db_handle *H = S->H; in firebird_fetch_blob() local 232 if (isc_open_blob(H->isc_status, &H->db, &H->tr, &blobh, blob_id)) { in firebird_fetch_blob() 386 fmt = S->H->date_format ? S->H->date_format : PDO_FB_DEF_DATE_FMT; in firebird_stmt_get_col() 390 fmt = S->H->time_format ? S->H->time_format : PDO_FB_DEF_TIME_FMT; in firebird_stmt_get_col() 394 fmt = S->H->timestamp_format ? S->H->timestamp_format : PDO_FB_DEF_TIMESTAMP_FMT; in firebird_stmt_get_col() 414 pdo_firebird_db_handle *H = S->H; in firebird_bind_blob() local [all …]
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | mysqli_real_escape_string_big5.phpt | 45 if ('���H�U���e\\\\���H�U���e' !== ($tmp = mysqli_real_escape_string($link, 46 '���H�U���e\\���H�U���e'))) 49 if ('���H�U���e\"���H�U���e' !== ($tmp = mysqli_real_escape_string($link, 50 '���H�U���e"���H�U���e'))) 53 if ("���H�U���e\'���H�U���e" !== ($tmp = mysqli_real_escape_string($link, 54 "���H�U���e'���H�U���e"))) 57 if ("���H�U���e\\n���H�U���e" !== ($tmp = mysqli_real_escape_string($link, 58 "���H�U���e\n���H�U���e"))) 62 "���H�U���e\r���H�U���e"))) 65 if ("���H�U���e\\0���H�U���e" !== ($tmp = mysqli_real_escape_string($link, "���H�U���e" [all …]
|
/PHP-5.6/ext/pdo_odbc/ |
H A D | odbc_driver.c | 84 } else if (H->dbc) { in pdo_odbc_error() 86 eh = H->dbc; in pdo_odbc_error() 89 eh = H->env; in pdo_odbc_error() 133 SQLDisconnect(H->dbc); in odbc_handle_closer() 135 H->dbc = NULL; in odbc_handle_closer() 138 H->env = NULL; in odbc_handle_closer() 155 S->H = H; in odbc_handle_preparer() 393 pdo_odbc_db_handle *H; in pdo_odbc_handle_factory() local 398 H = pecalloc(1, sizeof(*H), dbh->is_persistent); in pdo_odbc_handle_factory() 400 dbh->driver_data = H; in pdo_odbc_handle_factory() [all …]
|
/PHP-5.6/ext/pdo_mysql/ |
H A D | mysql_driver.c | 61 einfo = &H->einfo; in _pdo_mysql_error() 128 einfo = &H->einfo; in pdo_mysql_fetch_error_func() 147 if (H) { in mysql_handle_closer() 148 if (H->server) { in mysql_handle_closer() 150 H->server = NULL; in mysql_handle_closer() 152 if (H->einfo.errmsg) { in mysql_handle_closer() 177 S->H = H; in mysql_handle_preparer() 579 H->einfo.errcode = 0; 590 dbh->driver_data = H; 596 H->buffered = H->emulate_prepare = 1; [all …]
|
/PHP-5.6/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 199 self->conn = H->server; in pdo_pgsql_create_lob_stream() 216 if (H) { in pgsql_handle_closer() 217 if (H->server) { in pgsql_handle_closer() 218 PQfinish(H->server); in pgsql_handle_closer() 219 H->server = NULL; in pgsql_handle_closer() 221 if (H->einfo.errmsg) { in pgsql_handle_closer() 243 S->H = H; in pgsql_handle_preparer() 268 emulate = H->disable_native_prepares || H->emulate_prepares; in pgsql_handle_preparer() 503 PQreset(H->server); in pdo_pgsql_check_liveness() 1264 H->attached = 1; in pdo_pgsql_handle_factory() [all …]
|
/PHP-5.6/ext/date/tests/ |
H A D | bug17988.phpt | 7 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728"))."\n"; 8 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728 GMT"))."\n"; 9 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728 EDT"))."\n"; 10 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728-00"))."\n"; 11 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728+00"))."\n"; 12 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728-04"))."\n"; 13 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728+04"))."\n"; 14 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728-0300"))."\n"; 15 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728+0300"))."\n"; 16 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728-0330"))."\n"; [all …]
|
H A D | bug32086.phpt | 13 echo date("Y-m-d H:i:s T\n", $g); 14 echo date("Y-m-d H:i:s T\n", $i); 15 echo date("Y-m-d H:i:s T\n", $j); 16 echo date("Y-m-d H:i:s T\n", $k); 17 echo date("Y-m-d H:i:s T\n", $l); 24 echo date("Y-m-d H:i:s T\n", $g); 25 echo date("Y-m-d H:i:s T\n", $i); 26 echo date("Y-m-d H:i:s T\n", $j); 27 echo date("Y-m-d H:i:s T\n", $k); 28 echo date("Y-m-d H:i:s T\n", $l);
|
H A D | mktime-1.phpt | 19 echo date("Y-m-d H:i:s", mktime(12,0,0,3,+90,2000,-1))."\n"; 20 echo date("Y-m-d H:i:s", mktime(12,0,0,3,+90,2000,0))."\n"; 21 echo date("Y-m-d H:i:s", mktime(12,0,0,3,+90,2000,1))."\n"; 22 echo date("Y-m-d H:i:s", mktime(12,0,0,5,-90,2000,-1))."\n"; 23 echo date("Y-m-d H:i:s", mktime(12,0,0,5,-90,2000,0))."\n"; 24 echo date("Y-m-d H:i:s", mktime(12,0,0,5,-90,2000,1))."\n"; 25 echo date("Y-m-d H:i:s", mktime(12,0,0,5,-1,2000,-1))."\n"; 26 echo date("Y-m-d H:i:s", mktime(12,0,0,5,-1,2000,0))."\n"; 27 echo date("Y-m-d H:i:s", mktime(12,0,0,5,-1,2000,1))."\n";
|
H A D | bug33414-1.phpt | 10 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 18 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 26 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 34 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 43 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 51 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 59 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 67 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 75 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 83 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; [all …]
|
H A D | bug30532.phpt | 8 echo date('Y-m-d H:i:s T', strtotime('2004-10-31 EDT +1 hour'))."\n"; 9 echo date('Y-m-d H:i:s T', strtotime('2004-10-31 EDT +2 hours'))."\n"; 10 echo date('Y-m-d H:i:s T', strtotime('2004-10-31 EDT +3 hours'))."\n"; 14 echo date('Y-m-d H:i:s T', strtotime('2004-10-31 +1 hour'))."\n"; 15 echo date('Y-m-d H:i:s T', strtotime('2004-10-31 +2 hours'))."\n"; 16 echo date('Y-m-d H:i:s T', strtotime('2004-10-31 +3 hours'))."\n";
|
H A D | strtotime_variation_scottish.phpt | 6 var_dump(date('H:i:s', strtotime('back of 7'))); 7 var_dump(date('H:i:s', strtotime('front of 7'))); 8 var_dump(date('H:i:s', strtotime('back of 19'))); 9 var_dump(date('H:i:s', strtotime('front of 19')));
|
H A D | date_modify-1.phpt | 9 echo date_format($ts, 'D, d M Y H:i:s T'), "\n"; 11 echo date_format($ts, 'D, d M Y H:i:s T'), "\n"; 15 echo date_format($ts, 'D, d M Y H:i:s T'), "\n"; 17 echo date_format($ts, 'D, d M Y H:i:s T'), "\n"; 20 echo date_format($ts, 'D, d M Y H:i:s T'), "\n"; 22 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
|
H A D | bug33414-2.phpt | 8 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 10 print "result=".date("l Y-m-d H:i:s T I", $strtotime_tstamp)."\n"; 16 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 18 print "result=".date("l Y-m-d H:i:s T I", $strtotime_tstamp)."\n"; 24 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 32 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 40 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 48 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 56 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; 64 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; [all …]
|
/PHP-5.6/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 106 while (H->funcs) { in pdo_sqlite_cleanup_callbacks() 107 func = H->funcs; in pdo_sqlite_cleanup_callbacks() 110 if (H->db) { in pdo_sqlite_cleanup_callbacks() 138 if (H->db) { in pdo_sqlite_cleanup_callbacks() 159 if (H) { in sqlite_handle_closer() 163 if (H->db) { in sqlite_handle_closer() 165 H->db = NULL; in sqlite_handle_closer() 185 S->H = H; in sqlite_handle_preparer() 576 H->funcs = func; in PHP_METHOD() 656 H->funcs = func; in PHP_METHOD() [all …]
|
/PHP-5.6/ext/mbstring/tests/ |
H A D | mb_convert_encoding_stateful.phpt | 11 echo bin2hex(mb_convert_encoding(pack("H*", "1b24401b24402121"), "UTF-8", "ISO-2022-JP")), "\n"; 12 echo bin2hex(mb_convert_encoding(pack("H*", "1b24421b24422121"), "UTF-8", "ISO-2022-JP")), "\n"; 13 echo bin2hex(mb_convert_encoding(pack("H*", "1b28421b284261626364"), "UTF-8", "ISO-2022-JP")), "\n"; 14 echo bin2hex(mb_convert_encoding(pack("H*", "1b284a1b284a61626364"), "UTF-8", "ISO-2022-JP")), "\n"; 15 echo bin2hex(mb_convert_encoding(pack("H*", "1b24401b284261626364"), "UTF-8", "ISO-2022-JP")), "\n"; 16 echo bin2hex(mb_convert_encoding(pack("H*", "1b24401b284a61626364"), "UTF-8", "ISO-2022-JP")), "\n"; 17 echo bin2hex(mb_convert_encoding(pack("H*", "1b24421b284261626364"), "UTF-8", "ISO-2022-JP")), "\n"; 18 echo bin2hex(mb_convert_encoding(pack("H*", "1b24421b284a61626364"), "UTF-8", "ISO-2022-JP")), "\n"; 20 echo bin2hex(mb_convert_encoding(pack("H*", "1b2429430e0f61626364"), "UTF-8", "ISO-2022-KR")), "\n"; 22 echo bin2hex(mb_convert_encoding(pack("H*", "7e7b7e7d61626364"), "UTF-8", "HZ")), "\n";
|
/PHP-5.6/ext/standard/tests/strings/ |
H A D | bug37244.phpt | 17 string(92) "Implemem][ۜ�UT��Z�X�H[���[��Y�]�Z[���\�X�\���]�YHH�\�H[X…
|
/PHP-5.6/ext/phar/tests/cache_list/files/ |
H A D | frontcontroller9.phar | 7 �a.phps��H 8 �k+�a.jpg��H��b��a.php��Hl�`�fronk.gronk��…
|
/PHP-5.6/ext/phar/tests/files/ |
H A D | frontcontroller9.phar | 7 �a.phps��H 8 �k+�a.jpg��H��b��a.php��Hl�`�fronk.gronk��…
|