Home
last modified time | relevance | path

Searched defs:result (Results 76 – 100 of 211) sorted by relevance

123456789

/php-src/sapi/fpm/fpm/
H A Dfpm_config.h38 # define timeradd(a, b, result) \ argument
/php-src/Zend/
H A Dzend_smart_str.h146 char *result = zend_print_long_to_buf(buf + sizeof(buf) - 1, num); in smart_str_append_long_ex() local
157 char *result = zend_print_ulong_to_buf(buf + sizeof(buf) - 1, num); in smart_str_append_unsigned_ex() local
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
3116 zval *result, zval *ptr, zend_object *obj, zend_property_info *prop_info, uint32_t flags) in zend_handle_fetch_obj_flags()
3569 int result = i_zend_verify_type_assignable_zval(prop, zv, strict); in zend_verify_ref_assignable_zval() local
3680 int result; in zend_verify_prop_assignable_by_ref_ex() local
[all …]
H A Dzend_hash.c91 void *result; in zend_hash_str_find_ptr_lc() local
105 void *result; in zend_hash_find_ptr_lc() local
2057 int result; in zend_hash_apply() local
2097 int result; in zend_hash_apply_with_argument() local
2137 int result; in zend_hash_apply_with_arguments() local
2190 int result; in zend_hash_reverse_apply() local
2520 HashTable *result = _zend_new_array(zend_hash_num_elements(source)); in zend_array_to_list() local
3066 int result; in zend_hash_compare_impl() local
3165 int result; in zend_hash_compare() local
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c102 mbfl_string *result, in mbfl_strcut()
H A Dmbfl_memory_device.c78 mbfl_string* mbfl_memory_device_result(mbfl_memory_device *device, mbfl_string *result) in mbfl_memory_device_result()
/php-src/ext/mysqli/
H A Dmysqli.c680 MYSQL_RES *result = NULL; in PHP_METHOD() local
728 void php_mysqli_fetch_into_hash_aux(zval *return_value, MYSQL_RES * result, zend_long fetchtype) in php_mysqli_fetch_into_hash_aux()
749 MYSQL_RES *result; in php_mysqli_fetch_into_hash() local
H A Dmysqli_warning.c74 MYSQL_RES *result; in php_get_warnings() local
/php-src/ext/standard/
H A Durl_scanner_ex.h44 smart_str result; member
/php-src/ext/mysqlnd/
H A Dmysqlnd_plugin.c168 int result; in mysqlnd_plugin_apply_with_argument() local
H A Dmysqlnd_loaddata.c144 enum_func_status result = FAIL; in mysqlnd_handle_local_infile() local
H A Dmysqlnd_result_meta.c284 mysqlnd_result_meta_init(MYSQLND_RES *result, unsigned int field_count) in mysqlnd_result_meta_init()
H A Dmysqlnd_vio.c40 int result = setsockopt(socketd, IPPROTO_TCP, TCP_NODELAY, (char *) &flag, sizeof(int)); in mysqlnd_set_sock_no_delay() local
60 int result = setsockopt(socketd, SOL_SOCKET, SO_KEEPALIVE, (char *) &flag, sizeof(int)); in mysqlnd_set_sock_keepalive() local
/php-src/ext/bcmath/libbcmath/src/
H A Ddiv.c45 static void _one_mult(unsigned char *num, size_t size, int digit, unsigned char *result) in _one_mult()
/php-src/ext/opcache/jit/ir/
H A Dir_patch.c60 uint32_t result = 0; in _asm_x86_inslen() local
/php-src/main/
H A Dfopen_wrappers.c125 char *result = estrdup(ZSTR_VAL(tmp)); in ZEND_INI_MH() local
786 const char *result; local
/php-src/sapi/fuzzer/
H A Dfuzzer-mbstring.c38 zend_string *result = mb_convert_buf_result(&buf, ToEncoding); in convert_encoding() local
/php-src/ext/intl/dateformat/
H A Ddateformat_parse.c36 double result = 0; in internal_parse_to_timestamp() local
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c91 static int pdo_odbc_ucs22utf8(pdo_stmt_t *stmt, int is_unicode, zval *result) in pdo_odbc_ucs22utf8()
649 static int odbc_stmt_get_col(pdo_stmt_t *stmt, int colno, zval *result, enum pdo_param_type *type) in odbc_stmt_get_col()
/php-src/win32/
H A Dsendmail.c126 zend_string *result, *result2; in php_win32_mail_trim_header() local
1068 int result; in FormatEmailAddress() local
/php-src/sapi/phpdbg/
H A Dphpdbg_btree.h32 phpdbg_btree_result result; member
/php-src/ext/dba/
H A Ddba_tcadb.c103 int result; in DBA_UPDATE_FUNC() local
/php-src/ext/pdo_sqlite/
H A Dsqlite_statement.c256 pdo_stmt_t *stmt, int colno, zval *result, enum pdo_param_type *type) in pdo_sqlite_stmt_get_col()
/php-src/ext/dom/
H A Dattr.c236 bool result = xmlStrEqual(attr_value, value); in dom_compare_value() local
H A Dhtml_document.c392 dom_character_encoding_data result; in dom_determine_encoding() local
857 bool result = dom_parse_decode_encode_step( in PHP_METHOD() local
1047 bool result = dom_parse_decode_encode_step( in PHP_METHOD() local
1335 zend_result result = dom_common_save(&output_ctx, docp, node); in PHP_METHOD() local

Completed in 133 milliseconds

123456789