Home
last modified time | relevance | path

Searched defs:result (Results 51 – 75 of 211) sorted by relevance

123456789

/php-src/ext/random/
H A Dengine_user.c27 uint64_t result = 0; in generate() local
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()
H A Drandom.c84 uint32_t result, limit; in php_random_range32() local
143 uint64_t result, limit; in php_random_range64() local
597 zend_long min, max, result; local
688 uint64_t result = 0; local
/php-src/Zend/
H A Dzend_strtod.h31 char *result; member
H A Dzend_smart_string.h93 char *result = zend_print_long_to_buf(buf + sizeof(buf) - 1, num); in smart_string_append_long_ex() local
99 char *result = zend_print_ulong_to_buf(buf + sizeof(buf) - 1, num); in smart_string_append_unsigned_ex() local
H A Dzend_operators.h383 bool result = 0; in i_zend_is_true() local
642 static zend_always_inline void fast_long_add_function(zval *result, zval *op1, zval *op2) in fast_long_add_function()
730 static zend_always_inline void fast_long_sub_function(zval *result, zval *op1, zval *op2) in fast_long_sub_function()
894 char *result = zend_print_ulong_to_buf(buf, ~((zend_ulong) num) + 1); in zend_print_long_to_buf() local
H A Dzend_enum.c39 zend_object *zend_enum_new(zval *result, zend_class_entry *ce, zend_string *case_name, zval *backin… in zend_enum_new()
289 ZEND_API zend_result zend_enum_get_case_by_value(zend_object **result, zend_class_entry *ce, zend_l… in zend_enum_get_case_by_value()
619 zend_object *result = zend_enum_get_case(ce, name_str); in zend_enum_get_case_cstr() local
/php-src/ext/pcre/
H A Dphp_pcre.c1583 zend_string *result; /* Function result */ in php_pcre_replace() local
1622 zend_string *result; /* Result of replacement */ in php_pcre_replace_impl() local
1812 ZSTR_VAL(result)[result_len] = '\0'; in php_pcre_replace_impl() local
1856 zend_string *result; /* Result of replacement */ in php_pcre_replace_func_impl() local
2021 ZSTR_VAL(result)[result_len] = '\0'; in php_pcre_replace_func_impl() local
2062 zend_string *result; /* Function result */ in php_pcre_replace_func() local
2084 zend_string *result; in php_pcre_replace_array() local
2160 zend_string *result; in php_replace_in_subject() local
2180 zend_string *result; in php_replace_in_subject_func() local
2223 zend_string *result; in preg_replace_func_impl() local
[all …]
/php-src/sapi/fuzzer/
H A Dfuzzer-unserializehash.c50 zval result; in LLVMFuzzerTestOneInput() local
/php-src/ext/bcmath/libbcmath/src/
H A Ddivmod.c80 bool bc_modulo(bc_num num1, bc_num num2, bc_num *result, size_t scale) in bc_modulo()
/php-src/ext/mysqlnd/
H A Dmysqlnd_result.c47 static void mysqlnd_result_free_prev_data(MYSQLND_RES *result) in mysqlnd_result_free_prev_data()
248 MYSQLND_RES * result; in mysqlnd_query_read_result_set_header() local
1136 mysqlnd_result_unbuffered_init(MYSQLND_RES *result, const unsigned int field_count, MYSQLND_STMT_DA… in mysqlnd_result_unbuffered_init()
1171 mysqlnd_result_buffered_init(MYSQLND_RES * result, const unsigned int field_count, MYSQLND_STMT_DAT… in mysqlnd_result_buffered_init()
H A Dmysqlnd_ps.c77 MYSQLND_RES * result; in MYSQLND_METHOD() local
147 MYSQLND_RES * result; in MYSQLND_METHOD() local
444 MYSQLND_RES * result = conn->m->result_init(stmt->field_count); in MYSQLND_METHOD() local
724 MYSQLND_RES * result; in MYSQLND_METHOD() local
757 mysqlnd_fetch_stmt_row_cursor(MYSQLND_RES * result, zval **row_ptr, const unsigned int flags, bool … in mysqlnd_fetch_stmt_row_cursor()
/php-src/Zend/Optimizer/
H A Dzend_optimizer.c57 zend_result zend_optimizer_eval_binary_op(zval *result, uint8_t opcode, zval *op1, zval *op2) /* {{… in zend_optimizer_eval_binary_op()
68 zend_result zend_optimizer_eval_unary_op(zval *result, uint8_t opcode, zval *op1) /* {{{ */ in zend_optimizer_eval_unary_op()
84 zend_result zend_optimizer_eval_cast(zval *result, uint32_t type, zval *op1) /* {{{ */ in zend_optimizer_eval_cast()
116 zend_result zend_optimizer_eval_strlen(zval *result, const zval *op1) /* {{{ */ in zend_optimizer_eval_strlen()
127 zval *result, zend_string *name, zend_string *arg) { in zend_optimizer_eval_special_func_call()
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dgenerate_name_perfect_hash_table.php17 function search_struct_in_file(array &$result, $struct_names, $file_path)
/php-src/ext/zend_test/
H A Dfiber.h33 zval result; member
/php-src/ext/calendar/
H A Deaster.c34 zend_long year, golden, solar, lunar, pfm, dom, tmp, easter, result; in _cal_easter() local
/php-src/ext/hash/sha3/generic64lc/
H A DKeccakHash.c23 HashReturn result; in Keccak_HashInitialize() local
/php-src/ext/hash/sha3/generic32lc/
H A DKeccakHash.c23 HashReturn result; in Keccak_HashInitialize() local
/php-src/ext/dom/lexbor/lexbor/html/
H A Dencoding.h27 lexbor_array_obj_t result; member
/php-src/benchmark/
H A Dbenchmark.php39 function storeResult(string $result) {
/php-src/ext/sysvmsg/
H A Dsysvmsg.c272 int result; in PHP_FUNCTION() local
354 int result; in PHP_FUNCTION() local
/php-src/ext/standard/
H A Dstrnatcmp.c94 int fractional, result; in strnatcmp_ex() local
/php-src/main/
H A Dphp_ini.c899 PHPAPI int cfg_get_long(const char *varname, zend_long *result)
913 PHPAPI int cfg_get_double(const char *varname, double *result)
927 PHPAPI int cfg_get_string(const char *varname, char **result)
/php-src/ext/intl/dateformat/
H A Ddatepatterngenerator_methods.cpp134 UnicodeString result = dtpgo->dtpg->getBestPattern(skeleton, DTPATTERNGEN_ERROR_CODE(dtpgo)); in PHP_METHOD() local
H A Ddateformat_format_object.cpp224 UnicodeString result = UnicodeString(); in PHP_FUNCTION() local

Completed in 69 milliseconds

123456789