Home
last modified time | relevance | path

Searched refs:result (Results 1 – 25 of 1068) sorted by last modified time

12345678910>>...43

/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc1175 /* %rax - used as input and result */
1185 /* %rax - used as input and result */
H A Dir_gcm.c25 uint32_t b, result; in ir_gcm_schedule_early() local
32 result = 1; in ir_gcm_schedule_early()
47 result = b; in ir_gcm_schedule_early()
52 ctx->cfg_map[ref] = IR_GCM_EARLY_BLOCK(result); in ir_gcm_schedule_early()
54 return result; in ir_gcm_schedule_early()
/php-src/ext/dom/
H A Dnode.c1626 bool result = xmlStrEqual(this_content, other_content); in php_dom_node_is_content_equal() local
1629 return result; in php_dom_node_is_content_equal()
1883 const char * result = (const char *) dom_locate_a_namespace_prefix(lookupp, uri); in dom_node_lookup_prefix() local
1884 if (result != NULL) { in dom_node_lookup_prefix()
1885 RETURN_STRING(result); in dom_node_lookup_prefix()
/php-src/ext/mbstring/
H A Dmbstring.c464 memcpy(*to, ZSTR_VAL(result), ZSTR_LEN(result) + 1); in php_mb_zend_encoding_converter()
566 char *resp = result; in php_mb_rfc1867_substring_conf()
583 return result; in php_mb_rfc1867_substring_conf()
1897 size_t result; in mb_find_strpos() local
1947 return result; in mb_find_strpos()
2281 size_t result = 0; in PHP_FUNCTION() local
2294 result++; in PHP_FUNCTION()
2305 RETVAL_LONG(result); in PHP_FUNCTION()
2698 return result; in php_mb_convert_encoding_ex()
5535 return result; in mb_check_str_encoding()
[all …]
H A Dmbstring.stub.php81 /** @param array $result */
82 function mb_parse_str(string $string, &$result): bool {} argument
H A Dmbstring_arginfo.h32 ZEND_ARG_INFO(1, result)
/php-src/
H A DUPGRADING41 will not affect you. As a result DOMImplementation::createDocument() now has
425 Some rounding bugs have been fixed as a result of the rewrite. For
427 would have resulted in 1.0 instead of the correct result 0.0. Additional
428 inputs might also be affected and result in different outputs compared to
H A DNEWS233 . Partly fix GH-12143 (Incorrect round() result for 0.49999999999999994).
/php-src/ext/gmp/
H A Dgmp.c368 gmp_zval_unary_op(result, op1, op); \
416 if (result == op1) { in gmp_do_operation()
421 retval = gmp_do_operation_ex(opcode, result, op1, op2); in gmp_do_operation()
433 zval result; in gmp_compare() local
435 gmp_cmp(&result, op1, op2, /* is_operator */ true); in gmp_compare()
443 ZEND_ASSERT(Z_TYPE(result) == IS_LONG); in gmp_compare()
444 return Z_LVAL(result); in gmp_compare()
676 ZVAL_NEW_STR(result, str); in gmp_strval()
1669 int result; in ZEND_FUNCTION() local
1695 result = mpz_kronecker(gmpnum_a, gmpnum_b); in ZEND_FUNCTION()
[all …]
/php-src/Zend/
H A Dzend_strtod.h31 char *result; member
H A Dzend_strtod.c209 #define dtoa_result (EG(strtod_state).result)
H A Dzend.c829 executor_globals->strtod_state.result = NULL; in executor_globals_ctor()
H A Dzend_execute_API.c723 zend_result result = zend_ast_evaluate_ex(&tmp, ast, scope, &short_circuited, ctx) != SUCCESS; in zval_update_constant_with_ctx() local
727 if (UNEXPECTED(result != SUCCESS)) { in zval_update_constant_with_ctx()
1065 zend_result result = zend_call_function(&fci, &fcic); in zend_call_known_function() local
1066 if (UNEXPECTED(result == FAILURE)) { in zend_call_known_function()
1366 zend_result result; in zend_eval_stringl_ex() local
1368 result = zend_eval_stringl(str, str_len, retval_ptr, string_name); in zend_eval_stringl_ex()
1370 result = zend_exception_error(EG(exception), E_ERROR); in zend_eval_stringl_ex()
1372 return result; in zend_eval_stringl_ex()
H A Dzend_execute.c2715 zval *result = EX_VAR(opline->result.var); in zend_fetch_dimension_address_W() local
2721 zval *result = EX_VAR(opline->result.var); in zend_fetch_dimension_address_RW() local
2727 zval *result = EX_VAR(opline->result.var); in zend_fetch_dimension_address_UNSET() local
2879 zval *result = EX_VAR(opline->result.var); in zend_fetch_dimension_address_read_R() local
2885 zval *result = EX_VAR(opline->result.var); in zend_fetch_dimension_address_read_R_slow() local
2891 zval *result = EX_VAR(opline->result.var); in zend_fetch_dimension_address_read_IS() local
2897 zval *result = EX_VAR(opline->result.var); in zend_fetch_dimension_address_LIST_r() local
3129 if (result) ZVAL_ERROR(result); in zend_handle_fetch_obj_flags()
3145 if (result) ZVAL_ERROR(result); in zend_handle_fetch_obj_flags()
3680 int result; in zend_verify_prop_assignable_by_ref_ex() local
[all …]
H A Dzend_compile.c2213 GET_NODE(result, opline->result); in zend_make_var_result()
2221 GET_NODE(result, opline->result); in zend_make_tmp_result()
2495 SET_NODE(opline->result, result); in zend_short_circuiting_commit()
4321 SET_NODE(opline->result, result); in zend_compile_assert()
4693 SET_NODE(flf_icall->result, result); in zend_compile_ns_call()
9569 SET_NODE(opline->result, result); in zend_compile_coalesce()
9657 SET_NODE(opline->result, result); in zend_compile_assign_coalesce()
9974 SET_NODE(opline->result, result); in zend_compile_array()
10001 SET_NODE(opline->result, result); in zend_compile_array()
10148 SET_NODE(opline->result, result); in zend_compile_rope_add_ex()
[all …]
/php-src/build/
H A Dlibtool.m4816 # during glob expansion). Even if it were fixed, the result of this
2207 *** The result is that libtool may fail to recognize shared libraries
/php-src/ext/mysqlnd/
H A Dmysqlnd_vio.c40 int result = setsockopt(socketd, IPPROTO_TCP, TCP_NODELAY, (char *) &flag, sizeof(int)); in mysqlnd_set_sock_no_delay() local
44 if (result == -1) { in mysqlnd_set_sock_no_delay()
60 int result = setsockopt(socketd, SOL_SOCKET, SO_KEEPALIVE, (char *) &flag, sizeof(int)); in mysqlnd_set_sock_keepalive() local
64 if (result == -1) { in mysqlnd_set_sock_keepalive()
/php-src/.github/workflows/
H A Dpush.yml295 - name: Store result
309 git commit -m "Add result for ${{ github.repository }}@${{ github.sha }}"
/php-src/docs/
H A Drelease-process.md484 > in case the credits changed as a result of a bug fix that was
/php-src/ext/spl/
H A Dphp_spl.c237 zval result; in spl_autoload() local
272 ZVAL_UNDEF(&result); in spl_autoload()
273 zend_execute(new_op_array, &result); in spl_autoload()
279 zval_ptr_dtor(&result); in spl_autoload()
H A Dspl_fixedarray.c508 bool result = zend_is_true(&rv); in spl_fixedarray_object_has_dimension() local
510 return result; in spl_fixedarray_object_has_dimension()
/php-src/ext/reflection/
H A Dphp_reflection.c1542 static int get_parameter_default(zval *result, parameter_reference *param) { in get_parameter_default() argument
1549 result, (zend_internal_arg_info *) param->arg_info); in get_parameter_default()
1556 ZVAL_COPY(result, default_value); in get_parameter_default()
4005 zend_result result = zend_update_class_constant(ref, Z_STR_P(name), ref->ce); in ZEND_METHOD() local
4006 if (result == FAILURE) { in ZEND_METHOD()
/php-src/ext/iconv/
H A Diconv.c443 size_t bsz, result = 0; in php_iconv_string() local
467 result = iconv(cd, (ICONV_CONST char **) &in_p, &in_left, (char **) &out_p, &out_left); in php_iconv_string()
469 if (result == (size_t)(-1)) { in php_iconv_string()
472 result = 0; in php_iconv_string()
495 if (result != (size_t)(-1)) { in php_iconv_string()
498 result = iconv(cd, NULL, NULL, (char **) &out_p, &out_left); in php_iconv_string()
501 if (result != (size_t)(-1)) { in php_iconv_string()
519 if (result == (size_t)(-1)) { in php_iconv_string()
/php-src/ext/random/
H A Dcsprng.c213 PHPAPI zend_result php_random_int(zend_long min, zend_long max, zend_long *result, bool should_thro… in php_random_int() argument
219 *result = min; in php_random_int()
231 *result = (zend_long)trial; in php_random_int()
251 *result = (zend_long)((trial % umax) + min); in php_random_int()
/php-src/ext/posix/
H A Dposix.c220 int result; in PHP_FUNCTION() local
233 if ((result = getgroups(result, gidlist)) < 0) { in PHP_FUNCTION()
241 for (i=0; i<result; i++) { in PHP_FUNCTION()
587 int result; in PHP_FUNCTION() local
599 if (result < 0) { in PHP_FUNCTION()
616 int result; in PHP_FUNCTION() local
645 if (result < 0) { in PHP_FUNCTION()
1048 int result; in posix_addlimit() local
1056 result = getrlimit(limit, &rl); in posix_addlimit()
1057 if (result < 0) { in posix_addlimit()
[all …]

Completed in 220 milliseconds

12345678910>>...43