/PHP-8.1/Zend/ |
H A D | zend_enum.c | 37 zend_object *zend_enum_new(zval *result, zend_class_entry *ce, zend_string *case_name, zval *backin… in zend_enum_new() 507 zend_object *result = zend_enum_get_case(ce, name_str); in zend_enum_get_case_cstr() local
|
H A D | zend_hash.c | 88 void *result; in zend_hash_str_find_ptr_lc() local 102 void *result; in zend_hash_find_ptr_lc() local 1873 int result; in zend_hash_apply() local 1897 int result; in zend_hash_apply_with_argument() local 1923 int result; in zend_hash_apply_with_arguments() local 1953 int result; in zend_hash_reverse_apply() local 2632 int result; in zend_hash_compare_impl() local 2702 int result; in zend_hash_compare() local
|
H A D | zend_execute.c | 2645 zval *result = EX_VAR(opline->result.var); in zend_fetch_dimension_address_W() local 2651 zval *result = EX_VAR(opline->result.var); in zend_fetch_dimension_address_RW() local 2657 zval *result = EX_VAR(opline->result.var); in zend_fetch_dimension_address_UNSET() local 2809 zval *result = EX_VAR(opline->result.var); in zend_fetch_dimension_address_read_R() local 2815 zval *result = EX_VAR(opline->result.var); in zend_fetch_dimension_address_read_R_slow() local 2821 zval *result = EX_VAR(opline->result.var); in zend_fetch_dimension_address_read_IS() local 2827 zval *result = EX_VAR(opline->result.var); in zend_fetch_dimension_address_LIST_r() local 3046 zval *result, zval *ptr, zend_object *obj, zend_property_info *prop_info, uint32_t flags) in zend_handle_fetch_obj_flags() 3495 int result = i_zend_verify_type_assignable_zval(prop, zv, strict); in zend_verify_ref_assignable_zval() local 3598 int result; in zend_verify_prop_assignable_by_ref() local [all …]
|
H A D | zend_interfaces.c | 127 bool result; in zend_user_it_valid() local 367 zend_result result; in zend_user_serialize() local
|
/PHP-8.1/ext/mysqlnd/ |
H A D | mysqlnd_plugin.c | 168 int result; in mysqlnd_plugin_apply_with_argument() local
|
H A D | mysqlnd_loaddata.c | 144 enum_func_status result = FAIL; in mysqlnd_handle_local_infile() local
|
H A D | mysqlnd_vio.c | 40 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
|
H A D | mysqlnd_result_meta.c | 284 mysqlnd_result_meta_init(MYSQLND_RES *result, unsigned int field_count) in mysqlnd_result_meta_init()
|
/PHP-8.1/ext/bcmath/libbcmath/src/ |
H A D | div.c | 46 static void _one_mult (unsigned char *num, int size, int digit, unsigned char *result) in _one_mult()
|
/PHP-8.1/ext/pspell/ |
H A D | pspell.c | 210 LONG result; in PHP_FUNCTION() local 303 LONG result; in PHP_FUNCTION() local 595 LONG result; in PHP_FUNCTION() local
|
/PHP-8.1/ext/intl/dateformat/ |
H A D | dateformat_parse.c | 36 double result = 0; in internal_parse_to_timestamp() local
|
/PHP-8.1/ext/dba/ |
H A D | dba_tcadb.c | 107 int result; in DBA_UPDATE_FUNC() local
|
/PHP-8.1/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 91 static int pdo_odbc_ucs22utf8(pdo_stmt_t *stmt, int is_unicode, zval *result) in pdo_odbc_ucs22utf8() 640 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-8.1/win32/ |
H A D | sendmail.c | 127 zend_string *result, *result2; in php_win32_mail_trim_header() local 1069 int result; in FormatEmailAddress() local
|
/PHP-8.1/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_memory_device.c | 78 mbfl_string* mbfl_memory_device_result(mbfl_memory_device *device, mbfl_string *result) in mbfl_memory_device_result()
|
/PHP-8.1/ext/mysqli/ |
H A D | mysqli.c | 979 MYSQL_RES *result = NULL; in PHP_METHOD() local 1024 void php_mysqli_fetch_into_hash_aux(zval *return_value, MYSQL_RES * result, zend_long fetchtype) in php_mysqli_fetch_into_hash_aux() 1111 MYSQL_RES *result; in php_mysqli_fetch_into_hash() local
|
/PHP-8.1/sapi/phpdbg/ |
H A D | phpdbg_btree.h | 32 phpdbg_btree_result result; member
|
H A D | phpdbg_btree.c | 133 phpdbg_btree_result *result = phpdbg_btree_find_closest(pos->tree, pos->cur); in phpdbg_btree_next() local
|
/PHP-8.1/ext/standard/ |
H A D | array.c | 144 #define RETURN_STABLE_SORT(a, b, result) do { \ argument 348 int result = zend_compare(&f->val, &s->val); in php_array_data_compare_unstable_i() local 1047 zend_long result = zval_get_long(&retval); in php_array_user_key_compare_unstable() local 1265 zval *result = zend_hash_minmax(Z_ARRVAL(args[0]), php_array_data_compare_unstable, 0); in PHP_FUNCTION() local 1275 zval *min, result; in PHP_FUNCTION() local 1311 zval *result = zend_hash_minmax(Z_ARRVAL(args[0]), php_array_data_compare_unstable, 1); in PHP_FUNCTION() local 1321 zval *max, result; in PHP_FUNCTION() local 1352 int result = SUCCESS; in php_array_walk() local 1697 Z_STRVAL_P(result)[ZSTR_LEN(prefix)] = '_'; local 5432 zend_long result; local [all …]
|
H A D | metaphone.c | 29 zend_string *result = NULL; in PHP_FUNCTION() local
|
H A D | crypt_sha256.c | 611 const char result[32]; member 685 int result = 0; in main() local
|
H A D | crypt_sha512.c | 656 const char result[64]; member 750 int result = 0; in main() local
|
/PHP-8.1/ext/pdo_sqlite/ |
H A D | sqlite_statement.c | 256 pdo_stmt_t *stmt, int colno, zval *result, enum pdo_param_type *type) in pdo_sqlite_stmt_get_col()
|
/PHP-8.1/ext/intl/common/ |
H A D | common_enum.cpp | 89 const char *result = ((StringEnumeration*)Z_PTR(iter->data))->next( in string_enum_current_move_forward() local
|
/PHP-8.1/ext/pdo_firebird/ |
H A D | firebird_driver.c | 518 char result[8]; in firebird_handle_preparer() local 597 char result[64]; in firebird_handle_doer() local
|