Home
last modified time | relevance | path

Searched refs:result (Results 1051 – 1068 of 1068) sorted by relevance

1...<<414243

/php-src/ext/standard/
H A Dbasic_functions.stub.php2573 /** @param array $result */
2574 function parse_str(string $string, &$result): void {}
H A Dbasic_functions_arginfo.h1014 ZEND_ARG_INFO(1, result)
/php-src/Zend/
H A Dzend_generators.c591 …ZVAL_COPY(ZEND_CALL_VAR(new_root->execute_data, yield_from->result.var), &new_root_parent->retval); in zend_generator_update_current()
H A Dzend.c829 executor_globals->strtod_state.result = NULL; in executor_globals_ctor()
H A Dzend_strtod.c209 #define dtoa_result (EG(strtod_state).result)
/php-src/ext/gd/
H A Dgd.c772 int result; in PHP_FUNCTION() local
781 result = gdImageColorMatch(im1, im2); in PHP_FUNCTION()
782 switch (result) { in PHP_FUNCTION()
/php-src/ext/phar/
H A Dphar_object.c146 zval result; in phar_file_action() local
260 ZVAL_UNDEF(&result); in phar_file_action()
263 zend_execute(new_op_array, &result); in phar_file_action()
274 zval_ptr_dtor(&result); in phar_file_action()
/php-src/ext/dba/
H A Dconfig.m440 dnl Print the result message
/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/gd/libgd/
H A Dgd.c1549 long result = (long) sqrt ((double) n); in lsqrt() local
1550 return result; in lsqrt()
/php-src/Zend/tests/
H A D019.phpt351 // because these are not functions but statements, it will result in syntax error.
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c649 static int luaO_str2d(const char*s,lua_Number*result){ in luaO_str2d() argument
651 *result=lua_str2number(s,&endptr); in luaO_str2d()
654 *result=cast_num(strtoul(s,&endptr,16)); in luaO_str2d()
4712 ptrdiff_t result=savestack(L,res);
4719 res=restorestack(L,result);
/php-src/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c2091 packet->result = uint1korr(p); in php_mysqlnd_cached_sha2_result_read()
/php-src/docs/
H A Drelease-process.md484 > in case the credits changed as a result of a bug fix that was
/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/opcache/jit/ir/
H A Dir_x86.dasc1175 /* %rax - used as input and result */
1185 /* %rax - used as input and result */
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます34421 >0 regex begin\ route_res\ v with PCB routing result
35929 >>12 string . raw result text
35933 >>37 string <: v%.4s raw result text
35938 >>>20 string <: v%.4s raw result text
35939 >>16 string <: v%.4s raw result text
H A Dmagic34421 >0 regex begin\ route_res\ v with PCB routing result
35929 >>12 string . raw result text
35933 >>37 string <: v%.4s raw result text
35938 >>>20 string <: v%.4s raw result text
35939 >>16 string <: v%.4s raw result text

Completed in 372 milliseconds

1...<<414243