Home
last modified time | relevance | path

Searched refs:H (Results 1 – 25 of 363) sorted by last modified time

12345678910>>...15

/php-src/build/
H A Dlibtool.m4383 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
/php-src/.github/workflows/
H A Dnightly.yml317 run: sudo -H pip install gcovr
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.c100 while (H->funcs) { in pdo_sqlite_cleanup_callbacks()
101 func = H->funcs; in pdo_sqlite_cleanup_callbacks()
104 if (H->db) { in pdo_sqlite_cleanup_callbacks()
132 if (H->db) { in pdo_sqlite_cleanup_callbacks()
153 if (H) { in sqlite_handle_closer()
157 if (H->db) { in sqlite_handle_closer()
163 H->db = NULL; in sqlite_handle_closer()
182 S->H = H; in sqlite_handle_preparer()
541 H->funcs = func; in pdo_sqlite_create_function_internal()
597 H->funcs = func; in pdo_sqlite_create_aggregate_internal()
[all …]
H A Dphp_pdo_sqlite_int.h61 pdo_sqlite_db_handle *H; member
/php-src/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic4.phpt89 var_dump(mb_encode_mimeheader("\xff~H~\xe0\xea\x00\x00\xff\xff\xff\xff\xff>\x00\x00\x00\x00", "HZ",…
/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c478 if (H->isc_status && (H->isc_status[0] == 1 && H->isc_status[1] > 0)) { in php_firebird_set_error()
530 if (H->tr) { in firebird_handle_closer()
539 if (isc_detach_database(H->isc_status, &H->db)) { in firebird_handle_closer()
589 S->H = H; in firebird_handle_preparer()
806 if (isc_start_transaction(H->isc_status, &H->tr, 1, &H->db, tpb_size, tpb)) { in php_firebird_begin_transaction()
850 if (isc_commit_retaining(H->isc_status, &H->tr)) { in php_firebird_commit_transaction()
855 if (isc_commit_transaction(H->isc_status, &H->tr)) { in php_firebird_commit_transaction()
891 if (isc_rollback_transaction(H->isc_status, &H->tr)) { in php_firebird_rollback_transaction()
952 if (isc_dsql_prepare(H->isc_status, &H->tr, s, 0, new_sql, H->sql_dialect, out_sqlda)) { in php_firebird_alloc_prepare_stmt()
1226 return fb_ping(H->isc_status, &H->db) ? FAILURE : SUCCESS; in pdo_firebird_check_liveness()
[all …]
H A Dfirebird_statement.c114 pdo_firebird_db_handle *H = S->H; in pdo_firebird_stmt_execute() local
143 } else if (isc_dsql_execute(H->isc_status, &H->tr, &S->stmt, PDO_FB_SQLDA_VERSION, S->in_sqlda)) { in pdo_firebird_stmt_execute()
206 pdo_firebird_db_handle *H = S->H; in pdo_firebird_stmt_fetch() local
218 if (H->isc_status[0] && H->isc_status[1]) { in pdo_firebird_stmt_fetch()
299 pdo_firebird_db_handle *H = S->H; in php_firebird_fetch_blob() local
307 if (isc_open_blob(H->isc_status, &H->db, &H->tr, &blobh, blob_id)) { in php_firebird_fetch_blob()
479 fmt = S->H->date_format ? S->H->date_format : PDO_FB_DEF_DATE_FMT; in pdo_firebird_stmt_get_col()
483 fmt = S->H->time_format ? S->H->time_format : PDO_FB_DEF_TIME_FMT; in pdo_firebird_stmt_get_col()
490 fmt = S->H->timestamp_format ? S->H->timestamp_format : PDO_FB_DEF_TIMESTAMP_FMT; in pdo_firebird_stmt_get_col()
510 pdo_firebird_db_handle *H = S->H; in php_firebird_bind_blob() local
[all …]
/php-src/Zend/tests/
H A Dgh10346.phpt15 case HEART = 'H';
18 var_dump(Card::tryFrom('H'));
/php-src/ext/pdo_pgsql/
H A Dpdo_pgsql.c66 pdo_pgsql_db_handle *H; in PHP_METHOD() local
77 H = (pdo_pgsql_db_handle *)dbh->driver_data; in PHP_METHOD()
78 if (H->server == NULL) { in PHP_METHOD()
83 tmp = PQescapeIdentifier(H->server, ZSTR_VAL(from), ZSTR_LEN(from)); in PHP_METHOD()
H A Dpgsql_driver.c213 if (H->lob_streams) { in pdo_pgsql_close_lob_streams()
225 if (H) { in pgsql_handle_closer()
226 if (H->lob_streams) { in pgsql_handle_closer()
232 if (H->server) { in pgsql_handle_closer()
233 PQfinish(H->server); in pgsql_handle_closer()
234 H->server = NULL; in pgsql_handle_closer()
256 S->H = H; in pgsql_handle_preparer()
277 emulate = H->disable_native_prepares || H->emulate_prepares; in pgsql_handle_preparer()
530 PQreset(H->server); in pdo_pgsql_check_liveness()
1346 H->attached = 1; in pdo_pgsql_handle_factory()
[all …]
H A Dphp_pdo_pgsql_int.h56 pdo_pgsql_db_handle *H; member
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_createFromFile_override_encoding.phpt28 Héllo, world!
H A DHTMLDocument_createFromString_override_encoding.phpt28 Héllo, world!
/php-src/ext/pdo_mysql/
H A Dmysql_statement.c107 res = mysql_store_result(S->H->server); in pdo_mysql_stmt_dtor()
132 pdo_mysql_db_handle *H = S->H; in pdo_mysql_fill_stmt_from_result() local
140 if (!H->buffered) { in pdo_mysql_fill_stmt_from_result()
164 pdo_mysql_db_handle *H = S->H; in pdo_mysql_stmt_after_execute_prepared() local
177 if (H->buffered) { in pdo_mysql_stmt_after_execute_prepared()
251 if (H->buffered) { in pdo_mysql_stmt_after_execute_prepared()
309 pdo_mysql_db_handle *H = S->H; in pdo_mysql_stmt_execute() local
342 pdo_mysql_db_handle *H = S->H; in pdo_mysql_stmt_next_rowset() local
358 if (mysql_next_result(H->server)) { in pdo_mysql_stmt_next_rowset()
614 if (!S->H->buffered && mysql_errno(S->H->server)) { in pdo_mysql_stmt_fetch()
[all …]
H A Dmysql_driver.c57 einfo = &H->einfo; in _pdo_mysql_error()
135 einfo = &H->einfo; in pdo_mysql_fetch_error_func()
154 if (H) { in mysql_handle_closer()
155 if (H->server) { in mysql_handle_closer()
157 H->server = NULL; in mysql_handle_closer()
159 if (H->einfo.errmsg) { in mysql_handle_closer()
182 S->H = H; in mysql_handle_preparer()
614 if (H->server) {
709 H->einfo.errcode = 0;
739 H->buffered = H->emulate_prepare = 1;
[all …]
H A Dpdo_mysql.c93 pdo_mysql_db_handle *H; in PHP_METHOD() local
100 H = (pdo_mysql_db_handle *)dbh->driver_data; in PHP_METHOD()
101 RETURN_LONG(mysql_warning_count(H->server)); in PHP_METHOD()
/php-src/ext/gd/libgd/
H A Dgd.c312 #define RETURN_HWB(h, w, b) {HWB->H = h; HWB->W = w; HWB->B = b; return HWB;}
339 float H, W, B; member
382 if ((HWB1.H == HWB_UNDEFINED) || (HWB2.H == HWB_UNDEFINED)) { in HWB_Diff()
385 diff = fabsf(HWB1.H - HWB2.H); in HWB_Diff()
409 float h = HWB.H, w = HWB.W, b = HWB.B, v, n, f;
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt183 func_mysqli_stmt_get_result($link, $engine, "s", "DATETIME", @date('Y-m-d H:i:s'), 900);
184 … func_mysqli_stmt_get_result($link, $engine, "s", "DATETIME NOT NULL", @date('Y-m-d H:i:s'), 920);
187 func_mysqli_stmt_get_result($link, $engine, "s", "TIMESTAMP", @date('Y-m-d H:i:s'), 960);
189 func_mysqli_stmt_get_result($link, $engine, "s", "TIME", @date('H:i:s'), 980);
190 func_mysqli_stmt_get_result($link, $engine, "s", "TIME NOT NULL", @date('H:i:s'), 1000);
/php-src/docs-old/
H A Dparameter-parsing-api.md82 H - array or HASH_OF(object) (returned as HashTable*)
/php-src/ext/fileinfo/tests/
H A Dgh13344.phpt7 $data = pack('H*','fffe000000099999');
/php-src/ext/pdo_firebird/tests/
H A Ddialect_1.phpt20 $dbh->setAttribute(PDO::FB_ATTR_TIMESTAMP_FORMAT, '%Y-%m-%d %H:%M:%S');
H A Dexecute.phpt18 $dbh->setAttribute(PDO::FB_ATTR_TIMESTAMP_FORMAT, '%Y-%m-%d %H:%M:%S');
/php-src/ext/gd/tests/
H A Dbug53504.phpt30 …['fontSize' => 100, 'angle' => 0, 'x' => 350, 'y' => 110, 'text' => 'H-Shift', 'exp' => [8,2, 386,…
/php-src/ext/standard/
H A Dcrypt_sha256.c49 uint32_t H[8]; member
96 uint32_t a = ctx->H[0]; in sha256_process_block()
97 uint32_t b = ctx->H[1]; in sha256_process_block()
176 ctx->H[0] = a; in sha256_process_block()
177 ctx->H[1] = b; in sha256_process_block()
178 ctx->H[2] = c; in sha256_process_block()
179 ctx->H[3] = d; in sha256_process_block()
180 ctx->H[4] = e; in sha256_process_block()
181 ctx->H[5] = f; in sha256_process_block()
182 ctx->H[6] = g; in sha256_process_block()
[all …]
H A Dcrypt_sha512.c47 uint64_t H[8]; member
124 uint64_t a = ctx->H[0]; in sha512_process_block()
125 uint64_t b = ctx->H[1]; in sha512_process_block()
207 ctx->H[0] = a; in sha512_process_block()
208 ctx->H[1] = b; in sha512_process_block()
209 ctx->H[2] = c; in sha512_process_block()
210 ctx->H[3] = d; in sha512_process_block()
211 ctx->H[4] = e; in sha512_process_block()
212 ctx->H[5] = f; in sha512_process_block()
213 ctx->H[6] = g; in sha512_process_block()
[all …]

Completed in 66 milliseconds

12345678910>>...15