Home
last modified time | relevance | path

Searched refs:result (Results 151 – 175 of 918) sorted by last modified time

12345678910>>...37

/PHP-7.4/ext/mysqli/tests/
H A D049.phpt17 $result = $mysql->query("SELECT DATABASE()");
18 $row = $result->fetch_row();
19 $result->close();
H A Dmysqli_real_connect_compression_error.phpt12 $result = $link->query("SHOW VARIABLES LIKE 'max_allowed_packet'");
13 if ($result->fetch_assoc()['Value'] < 0xffffff) {
27 $result = my_mysqli_real_connect($mysqli, $host, $user, $passwd, $db, $port, $socket);
40 $result = my_mysqli_real_connect($mysqli, $host, $user, $passwd, $db, $port, $socket, MYSQLI_CLIENT…
/PHP-7.4/build/
H A Dlibtool.m4817 # during glob expansion). Even if it were fixed, the result of this
2196 *** The result is that libtool may fail to recognize shared libraries
/PHP-7.4/
H A Dphp.ini-development179 ; should be disabled, as enabling it may result in issues when generating XML
253 ; outputs chunks that are few hundreds bytes each as a result of
288 ; structures. Setting the depth limit too high may result in stack overflows
436 ; E_NOTICE - run-time notices (these are warnings which often result
675 ; variables are not used within a script, having this directive on will result
1203 ; Default size of the mysqlnd memory pool, which is used by result sets.
H A Dphp.ini-production179 ; should be disabled, as enabling it may result in issues when generating XML
253 ; outputs chunks that are few hundreds bytes each as a result of
288 ; structures. Setting the depth limit too high may result in stack overflows
436 ; E_NOTICE - run-time notices (these are warnings which often result
675 ; variables are not used within a script, having this directive on will result
1203 ; Default size of the mysqlnd memory pool, which is used by result sets.
H A DUPGRADING34 . Passing the result of a (non-reference) list() assignment by reference is
290 Note, the result of this filter is always random.
331 use of SQLite3 extended result codes in errorInfo().
334 . Added SQLite3::lastExtendedErrorCode() to fetch the last extended result
337 SQLite3::lastErrorCode() return extended result codes.
458 and ''hexdec()'' will now generate a deprecation notice. The result will
506 object properties. It returns the same result as (array) $object, with the
/PHP-7.4/Zend/
H A Dzend_generators.c675 … ZVAL_COPY(ZEND_CALL_VAR(root->execute_data, yield_from->result.var), &root->node.parent->retval); in zend_generator_update_current()
H A DZend.m415 volatile double result;
22 result = a / b;
37 volatile double result;
43 result = a / b;
58 volatile double result;
64 result = a / b;
79 volatile double result;
86 result = a / b;
101 volatile double result;
109 result = a / b;
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_optimizer.c104 ret = binary_op(result, op1, op2); in zend_optimizer_eval_binary_op()
123 return unary_op(result, op1); in zend_optimizer_eval_unary_op()
125 ZVAL_BOOL(result, zend_is_true(op1)); in zend_optimizer_eval_unary_op()
135 ZVAL_NULL(result); in zend_optimizer_eval_cast()
138 ZVAL_BOOL(result, zval_is_true(op1)); in zend_optimizer_eval_cast()
141 ZVAL_LONG(result, zval_get_long(op1)); in zend_optimizer_eval_cast()
144 ZVAL_DOUBLE(result, zval_get_double(op1)); in zend_optimizer_eval_cast()
150 ZVAL_STR(result, zval_get_string(op1)); in zend_optimizer_eval_cast()
155 ZVAL_COPY(result, op1); in zend_optimizer_eval_cast()
156 convert_to_array(result); in zend_optimizer_eval_cast()
[all …]
H A Dssa_integrity.c242 if (VAR_NUM(opline->result.var) != ssa->vars[ssa_op->result_use].var) { in ssa_verify_integrity()
244 VAR(ssa_op->result_use), VAR_NUM(opline->result.var), INSTR(i)); in ssa_verify_integrity()
281 if (VAR_NUM(opline->result.var) != ssa->vars[ssa_op->result_def].var) { in ssa_verify_integrity()
283 VAR(ssa_op->result_def), VAR_NUM(opline->result.var), INSTR(i)); in ssa_verify_integrity()
H A Dblock_pass.c527 COPY_NODE(src->result, opline->result); in zend_optimize_block()
536 COPY_NODE(src->result, opline->result); in zend_optimize_block()
545 COPY_NODE(src->result, opline->result); in zend_optimize_block()
554 COPY_NODE(src->result, opline->result); in zend_optimize_block()
572 COPY_NODE(src->result, opline->result); in zend_optimize_block()
590 COPY_NODE(src->result, opline->result); in zend_optimize_block()
606 COPY_NODE(src->result, opline->result); in zend_optimize_block()
804 zval result; in zend_optimize_block() local
821 zval result; in zend_optimize_block() local
836 zval result; in zend_optimize_block() local
[all …]
/PHP-7.4/ext/odbc/tests/
H A Dbug44618.phpt13 $result = odbc_exec($conn, "SELECT * FROM bug44618");
14 var_dump(odbc_fetch_array($result));
15 $result = null;
17 $result = odbc_exec($conn, "SELECT * FROM bug44618");
18 odbc_fetch_into($result, $array);
20 $result = null;
23 odbc_fetch_row($result);
24 var_dump(odbc_result($result, "text1"));
25 $result = null;
28 odbc_result_all($result);
[all …]
H A Dbug78470.phpt13 resource(%d) of type (odbc result)
/PHP-7.4/ext/ffi/
H A Dffi.c1753 static int zend_ffi_cdata_do_operation(zend_uchar opcode, zval *result, zval *op1, zval *op2) /* {{… in zend_ffi_cdata_do_operation() argument
1766 ZVAL_OBJ(result, zend_ffi_add(cdata1, type1, offset)); in zend_ffi_cdata_do_operation()
1767 if (result == op1) { in zend_ffi_cdata_do_operation()
1795 ZVAL_LONG(result, in zend_ffi_cdata_do_operation()
1802 ZVAL_OBJ(result, zend_ffi_add(cdata1, type1, -offset)); in zend_ffi_cdata_do_operation()
1803 if (result == op1) { in zend_ffi_cdata_do_operation()
1816 ZVAL_OBJ(result, zend_ffi_add(cdata2, type2, offset)); in zend_ffi_cdata_do_operation()
/PHP-7.4/ext/com_dotnet/
H A Dcom_typeinfo.c251 ITypeLib* result; in php_com_cache_typelib() local
256 result = zend_hash_str_add_ptr(&php_com_typelibraries, cache_key, cache_key_len, TL); in php_com_cache_typelib()
262 return result; in php_com_cache_typelib()
/PHP-7.4/ext/gmp/tests/
H A Dgmp_export.phpt40 $result = bin2hex($str);
41 if ($result !== $test[3]) {
42 echo "$k: '$result' !== '{$test[3]}'\n";
/PHP-7.4/ext/gmp/
H A Dgmp.c489 result, op1, op2, op, (gmp_binary_ui_op_t) uop, \
498 gmp_zval_unary_op(result, op1, op); \
511 shift_operator_helper(mpz_pow_ui, result, op1, op2); in gmp_do_operation_ex()
543 if (result == op1) { in gmp_do_operation()
560 gmp_cmp(result, op1, op2); in gmp_compare()
561 if (Z_TYPE_P(result) == IS_FALSE) { in gmp_compare()
562 ZVAL_LONG(result, 1); in gmp_compare()
791 ZVAL_NEW_STR(result, str); in gmp_strval()
1784 int result; in ZEND_FUNCTION() local
1810 result = mpz_kronecker(gmpnum_a, gmpnum_b); in ZEND_FUNCTION()
[all …]
/PHP-7.4/ext/date/tests/
H A Dbug48097.phpt2 Bug #48097 (date_timezone_set function produces wrong datetime result)
/PHP-7.4/ext/iconv/
H A Dconfig.m4172 size_t result = iconv(cd, (char **) &in_p, &in_left, (char **) &out_p, &out_left);
173 if(result == (size_t)-1) {
/PHP-7.4/ext/standard/
H A Dconfig.m415 int result = 0;
32 result = 1;
35 result = 1;
39 exit(result);
/PHP-7.4/ext/mysqli/
H A Dmysqli_nonapi.c433 MYSQL_RES *result; local
635 MYSQL_RES *result = NULL; local
700 result = mysql_use_result(mysql->mysql);
703 if (!result) {
714 mysqli_resource->ptr = (void *)result;
898 MYSQL_RES *result = NULL; local
923 result = mysql_use_result(mysql->mysql);
927 if (!result) {
938 mysqli_resource->ptr = (void *)result;
948 MYSQL_RES *result; local
[all …]
H A Dphp_mysqli_structs.h101 BIND_BUFFER result; member
201 extern void php_mysqli_fetch_into_hash_aux(zval *return_value, MYSQL_RES * result, zend_long fetcht…
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c411 #define COUNT_TRAILING_ZERO(value, result) \ argument
412 result = 0; \
414 result += 32; \
418 result += 16; \
422 result += 8; \
426 result += 4; \
430 result += 2; \
434 result += 1; \
H A DsljitLir.c635 sljit_uw result = ~(sljit_uw)0; in compute_next_addr() local
638 result = label->size; in compute_next_addr()
640 if (jump && jump->addr < result) in compute_next_addr()
641 result = jump->addr; in compute_next_addr()
643 if (const_ && const_->addr < result) in compute_next_addr()
644 result = const_->addr; in compute_next_addr()
646 if (put_label && put_label->addr < result) in compute_next_addr()
647 result = put_label->addr; in compute_next_addr()
649 return result; in compute_next_addr()
/PHP-7.4/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h126 MYSQL_RES *result; member

Completed in 149 milliseconds

12345678910>>...37