Home
last modified time | relevance | path

Searched defs:result (Results 1 – 25 of 171) sorted by last modified time

1234567

/PHP-7.4/ext/gd/
H A Dgd.c1677 int result; in PHP_FUNCTION() local
/PHP-7.4/ext/pgsql/
H A Dpgsql.c1627 char *result; local
2256 zval *result; local
2436 zval *result; local
2532 zval *result; local
2624 zval *result; local
2911 zval *result; local
2942 zval *result; local
2985 zval *result; local
3101 zval *result; local
3121 zval *result; local
[all …]
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c1594 zend_string *result; /* Function result */ in php_pcre_replace() local
1634 zend_string *result; /* Result of replacement */ in php_pcre_replace_impl() local
1824 ZSTR_VAL(result)[result_len] = '\0'; in php_pcre_replace_impl() local
1869 zend_string *result; /* Result of replacement */ in php_pcre_replace_func_impl() local
2033 ZSTR_VAL(result)[result_len] = '\0'; in php_pcre_replace_func_impl() local
2075 zend_string *result; /* Function result */ in php_pcre_replace_func() local
2096 zend_string *result; in php_pcre_replace_array() local
2179 zend_string *result; in php_replace_in_subject() local
2206 zend_string *result; in php_replace_in_subject_func() local
2246 zend_string *result; in preg_replace_func_impl() local
[all …]
/PHP-7.4/main/streams/
H A Dstreams.c1463 zend_string *result; in _php_stream_copy_to_mem() local
1487 ZSTR_VAL(result)[len] = '\0'; in _php_stream_copy_to_mem() local
1528 ZSTR_VAL(result)[len] = '\0'; in _php_stream_copy_to_mem() local
H A Dcast.c148 void php_stream_mode_sanitize_fdopen_fopencookie(php_stream *stream, char *result) in php_stream_mode_sanitize_fdopen_fopencookie()
/PHP-7.4/Zend/
H A Dzend_closures.c506 zval result; in zend_closure_clone() local
H A Dzend_vm_execute.h2338 int result; in ZEND_ISSET_ISEMPTY_STATIC_PROP_SPEC_HANDLER() local
6272 int result; in ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CONST_CONST_HANDLER() local
6356 int result; in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_CONST_CONST_HANDLER() local
7210 int result; in ZEND_IS_SMALLER_LONG_SPEC_CONST_TMPVARCV_HANDLER() local
7224 int result; in ZEND_IS_SMALLER_LONG_SPEC_CONST_TMPVARCV_JMPZ_HANDLER() local
7238 int result; in ZEND_IS_SMALLER_LONG_SPEC_CONST_TMPVARCV_JMPNZ_HANDLER() local
7252 int result; in ZEND_IS_SMALLER_DOUBLE_SPEC_CONST_TMPVARCV_HANDLER() local
7266 int result; in ZEND_IS_SMALLER_DOUBLE_SPEC_CONST_TMPVARCV_JMPZ_HANDLER() local
7280 int result; in ZEND_IS_SMALLER_DOUBLE_SPEC_CONST_TMPVARCV_JMPNZ_HANDLER() local
7294 int result; in ZEND_IS_SMALLER_OR_EQUAL_LONG_SPEC_CONST_TMPVARCV_HANDLER() local
[all …]
H A Dzend_vm_def.h6827 int result; variable
6875 int result; variable
6898 int result; variable
6982 int result; variable
9000 int result; variable
9014 int result; variable
9028 int result; variable
9042 int result; variable
9056 int result; variable
9070 int result; variable
[all …]
H A Dzend_operators.c270 #define zendi_convert_scalar_to_number(op, holder, result, silent) \ argument
276 #define convert_op1_op2_long(op1, op1_lval, op2, op2_lval, result, op, op_func) \ argument
1014 ZEND_API int ZEND_FASTCALL add_function(zval *result, zval *op1, zval *op2) /* {{{ */ in add_function()
1442 ZEND_API int ZEND_FASTCALL boolean_not_function(zval *result, zval *op1) /* {{{ */ in boolean_not_function()
1467 ZEND_API int ZEND_FASTCALL bitwise_not_function(zval *result, zval *op1) /* {{{ */ in bitwise_not_function()
1486 Z_STRVAL_P(result)[i] = ~Z_STRVAL_P(op1)[i]; in bitwise_not_function() local
1488 Z_STRVAL_P(result)[i] = 0; in bitwise_not_function() local
2015 static void ZEND_FASTCALL convert_compare_result_to_long(zval *result) /* {{{ */ in convert_compare_result_to_long()
2609 int result; in zend_object_is_true() local
2635 register unsigned char *result = (unsigned char*)dest; in zend_str_tolower_copy() local
[all …]
/PHP-7.4/ext/standard/
H A Darray.c368 zval result; in php_array_data_compare() local
1072 zend_long result; in php_array_user_key_compare() local
1272 zval *result; in PHP_FUNCTION() local
1287 zval *min, result; in PHP_FUNCTION() local
1317 zval *result; in PHP_FUNCTION() local
1332 zval *max, result; in PHP_FUNCTION() local
1357 int result = SUCCESS; in php_array_walk() local
1737 Z_STRVAL_P(result)[Z_STRLEN_P(prefix)] = '_'; local
5633 zend_long result; local
6021 zval result; local
[all …]
/PHP-7.4/ext/dba/
H A Ddba_tcadb.c109 int result; in DBA_UPDATE_FUNC() local
/PHP-7.4/ext/intl/locale/
H A Dlocale_methods.c124 char* result = NULL; in getPreferredTag() local
148 zend_off_t result =-1; in getStrrtokenPos() local
178 zend_off_t result =-1; in getSingletonPos() local
391 int result = 0; in get_icu_value_src_php() local
916 int result = 0; in PHP_FUNCTION() local
997 zend_string* result = NULL; in get_private_subtags() local
1042 int result = 0; in add_array_entry() local
1151 int result = 0; in PHP_FUNCTION() local
1208 int result = 0; in strToMatch() local
1248 int result = 0; in PHP_FUNCTION() local
[all …]
/PHP-7.4/ext/mbstring/
H A Dmbstring.c926 mbfl_string string, result; in php_mb_zend_encoding_converter() local
1116 char *result = emalloc(len + 2); in php_mb_rfc1867_substring_conf() local
2216 mbfl_string string, result; in PHP_FUNCTION() local
2939 mbfl_string string, result, *ret; in PHP_FUNCTION() local
3007 mbfl_string string, result, *ret; in PHP_FUNCTION() local
3167 mbfl_string string, result, *ret; in php_mb_convert_encoding_ex() local
3730 mbfl_string string, result, *ret; in PHP_FUNCTION() local
3756 mbfl_string string, result, *ret; in PHP_FUNCTION() local
3896 mbfl_string string, result, *ret; in mb_recursive_convert_variable() local
3947 mbfl_string string, result; in PHP_FUNCTION() local
[all …]
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c1244 int result = 0; in detect_early_fail() local
3099 sljit_uw *result; in allocate_read_only_data() local
14143 int result = jit_compile(code, options & ~excluded_options); in pcre2_jit_compile() local
14151 int result = jit_compile(code, options & ~excluded_options); in pcre2_jit_compile() local
14159 int result = jit_compile(code, options & ~excluded_options); in pcre2_jit_compile() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_result.c457 MYSQLND_RES * result; in mysqlnd_query_read_result_set_header() local
1952 mysqlnd_result_unbuffered_init(MYSQLND_RES *result, const unsigned int field_count, const zend_bool… in mysqlnd_result_unbuffered_init()
1986 mysqlnd_result_buffered_zval_init(MYSQLND_RES * result, const unsigned int field_count, const zend_… in mysqlnd_result_buffered_zval_init()
2027 mysqlnd_result_buffered_c_init(MYSQLND_RES * result, const unsigned int field_count, const zend_boo… in mysqlnd_result_buffered_c_init()
/PHP-7.4/ext/mysqli/
H A Dmysqli.c1087 MYSQL_RES *result = NULL; in PHP_FUNCTION() local
1134 void php_mysqli_fetch_into_hash_aux(zval *return_value, MYSQL_RES * result, zend_long fetchtype) in php_mysqli_fetch_into_hash_aux()
1224 MYSQL_RES *result; in php_mysqli_fetch_into_hash() local
H A Dmysqli_api.c769 MYSQL_RES *result; local
972 zval *result; local
1186 MYSQL_RES *result; local
1209 MYSQL_RES *result; local
1239 MYSQL_RES *result; local
1268 MYSQL_RES *result; local
1326 MYSQL_RES *result; local
1349 MYSQL_RES *result; local
1365 MYSQL_RES *result; local
1660 MYSQL_RES *result; local
[all …]
/PHP-7.4/ext/zip/
H A Dphp_zip.c518 char *result; in php_zip_glob() local
622 char *result; in php_zip_pcre() local
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c509 zend_bool result; in spl_fixedarray_object_has_dimension() local
/PHP-7.4/ext/gd/libgd/
H A Dgd.c1579 long result = (long) sqrt ((double) n); in lsqrt() local
/PHP-7.4/ext/xml/
H A Dxml.c563 int result; in xml_call_handler() local
/PHP-7.4/ext/phar/
H A Dphar_object.c145 zval result; in phar_file_action() local
/PHP-7.4/ext/sysvmsg/
H A Dsysvmsg.c331 int result; in PHP_FUNCTION() local
416 int result; in PHP_FUNCTION() local
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c3884 int result; in preload_update_class_constants() local
/PHP-7.4/ext/openssl/
H A Dopenssl.c5049 zend_string *result; in PHP_FUNCTION() local
5072 ZSTR_VAL(result)[key_size] = 0; in PHP_FUNCTION() local

Completed in 369 milliseconds

1234567