Home
last modified time | relevance | path

Searched refs:current (Results 151 – 175 of 571) sorted by path

12345678910>>...23

/PHP-7.4/ext/mbstring/tests/
H A Dmb_regex_encoding_variation2.phpt11 * Description: Returns the current encoding for regex as a string.
H A Dmb_substitute_character_basic.phpt11 * Description: Sets the current substitute_character or returns the current substitute_character
H A Dmb_substitute_character_variation1.phpt11 * Description: Sets the current substitute_character or returns the current substitute_character
H A Dmb_substitute_character_variation2.phpt11 * Description: Sets the current substitute_character or returns the current substitute_character
/PHP-7.4/ext/mbstring/ucgendat/
H A Ducgendat.php233 $nextFields = $lines->current();
/PHP-7.4/ext/mysqli/
H A Dmysqli_nonapi.c726 int i = 0, current = 0; local
750 (*out_array)[current++] = mysql->mysql;
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_character_set_name.phpt46 printf("[009] Cannot determine current character set and collation\n");
H A Dmysqli_character_set_name_oo.phpt40 printf("[009] Cannot determine current character set and collation\n");
H A Dmysqli_debug_mysqlnd_control_string.phpt75 // i - add PID of the current process
H A Dmysqli_explain_metadata.phpt133 $fields_val = current($fields);
H A Dmysqli_get_charset.phpt45 printf("[008] Cannot determine current character set and collation\n");
H A Dmysqli_get_client_stats.phpt37 if (is_array($current) && is_array($expected)) {
38 if ($current[$field] !== $expected[$field]) {
42 $current[$field], gettype($current[$field]));
44 } else if (is_array($current)) {
45 if ($current[$field] !== $expected) {
49 $current[$field], gettype($current[$field]));
52 if ($current !== $expected) {
56 $current, gettype($current));
70 $current[$field], gettype($current[$field]));
73 if ($current <= $expected) {
[all …]
H A Dmysqli_select_db.phpt60 printf("[012] Failed to set '%s' as current DB; [%d] %s\n", $link->errno, $link->error);
H A Dmysqli_set_charset.phpt70 printf("[008] Cannot determine current character set and collation\n");
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c547 …sqlnd_stmt_copy_it(zval ** copies, zval * original, unsigned int param_count, unsigned int current) in mysqlnd_stmt_copy_it() argument
553 ZVAL_COPY(&(*copies)[current], original); in mysqlnd_stmt_copy_it()
/PHP-7.4/ext/oci8/tests/
H A Dbug43497.phpt14 function sessionid($c) // determines and returns current session ID
H A Dconn_attr.inc123 echo "The value of current EDITION is ".oci_result($s2,1)."\n";
H A Dedition_1.phpt70 // Check the current edition of the DB and the contents of view_ed.
81 // Check the current edition of the DB and the contents of view_ed.
99 The value of current EDITION is MYEDITION
117 The value of current EDITION is MYEDITION1
139 The value of current EDITION is MYEDITION
H A Dedition_2.phpt167 The value of current EDITION is ORA$BASE
173 The value of current EDITION is MYEDITION
175 The value of current EDITION is MYEDITION
177 The value of current EDITION is MYEDITION
178 The value of current EDITION is MYEDITION
183 The value of current EDITION is MYEDITION
184 The value of current EDITION is MYEDITION
200 The value of current EDITION is ORA$BASE
229 The value of current EDITION is MYEDITION
234 The value of current EDITION is MYEDITION
[all …]
H A Dlob_042.phpt58 Warning: OCI-Lob::truncate(): Size must be less than or equal to the current LOB size in %s on line…
H A Dxmltype_02.phpt28 // Delete any current entry
/PHP-7.4/ext/opcache/Optimizer/
H A Ddfa_pass.c129 zend_op_array *op_array, uint32_t target, uint32_t current, in is_smart_branch_inhibiting_nop() argument
139 next = current + 1; in is_smart_branch_inhibiting_nop()
/PHP-7.4/ext/opcache/tests/
H A Dblacklist-win32.phpt30 [4] => __DIR__\current.php
H A Dblacklist.phpt38 [4] => __DIR__/current.php
H A Dopcache-2.blacklist4 ./current.php

Completed in 39 milliseconds

12345678910>>...23