Home
last modified time | relevance | path

Searched refs:val (Results 451 – 472 of 472) sorted by relevance

1...<<111213141516171819

/PHP-7.4/ext/mysqli/
H A Dmysqli.c124 if (type == FETCH_RESULT && bbuf.buf[i].val) { in php_free_stmt_bind_buffer()
125 efree(bbuf.buf[i].val); in php_free_stmt_bind_buffer()
/PHP-7.4/Zend/
H A Dzend_execute_API.c1533 zval *val = Z_INDIRECT_P(zv); in zend_attach_symbol_table() local
1535 ZVAL_COPY_VALUE(var, val); in zend_attach_symbol_table()
H A Dzend_generators.c712 value = &p->val; in zend_generator_get_next_delegated_value()
/PHP-7.4/ext/exif/
H A Dexif.c2433 char buffer[64], *val, *name, uname[64]; in add_assoc_image_info() local
2486 if (!(val = info_value->s)) { in add_assoc_image_info()
2487 val = ""; in add_assoc_image_info()
2490 add_index_string(&tmpi, idx++, val); in add_assoc_image_info()
2492 add_assoc_string(&tmpi, name, val); in add_assoc_image_info()
/PHP-7.4/ext/oci8/
H A Doci8.c1405 zval_ptr_dtor(&define->val); in php_oci_define_hash_dtor()
1419 if (!Z_ISUNDEF(bind->val)) { in php_oci_bind_hash_dtor()
1420 zval_ptr_dtor(&bind->val); in php_oci_bind_hash_dtor()
1421 ZVAL_UNDEF(&bind->val); in php_oci_bind_hash_dtor()
H A Doci8_interface.c181 ZVAL_COPY(&define->val, var); in PHP_FUNCTION()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c1891 …->op_array.opcodes) / sizeof(data->opline), data->func->op_array.filename->val, data->opline->line… in phpdbg_force_interruption()
1893 …s\"", "Current opline: in internal function %s", data->func->internal_function.function_name->val); in phpdbg_force_interruption()
/PHP-7.4/ext/standard/tests/strings/
H A Dbug49785.phpt5 function _bin2hex($val) {
6 return is_string($val) ? bin2hex($val): $val;
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX_64.c609 int i, val; in get_bundle_bit() local
616 val = inst->operand_value[i]; in get_bundle_bit()
618 bits |= operand->insert(val); in get_bundle_bit()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1846 +convert_libmagic_pattern(zval *pattern, char *val, size_t len, uint32_t options);
3438 +convert_libmagic_pattern(zval *pattern, char *val, size_t len, uint32_t options)
3444 + switch (val[i]) {
3462 + switch (val[i]) {
3474 + ZSTR_VAL(t)[j] = val[i];
/PHP-7.4/ext/phar/
H A Dstream.c891 entry = Z_PTR(b->val); in phar_wrapper_rename()
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc540 fputs($fs, "fact=val=ue;empty=; path;name\r\n");
/PHP-7.4/ext/curl/
H A Dinterface.c2874 zend_string *val, *tmp_val; in _php_curl_setopt() local
2926 val = zval_get_tmp_string(current, &tmp_val); in _php_curl_setopt()
2927 slist = curl_slist_append(slist, ZSTR_VAL(val)); in _php_curl_setopt()
/PHP-7.4/ext/zip/
H A Dphp_zip.c1018 zval *ret, val; in php_zip_get_properties() local
1019 ret = php_zip_property_reader(obj, hnd, &val); in php_zip_get_properties()
/PHP-7.4/ext/spl/
H A Dspl_directory.c2211 while (Z_ISUNDEF(Z_ARRVAL(intern->u.file.current_zval)->arData[idx].val)) { in spl_filesystem_file_is_empty_line()
2214 first = &Z_ARRVAL(intern->u.file.current_zval)->arData[idx].val; in spl_filesystem_file_is_empty_line()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c6039 #define LBL(val) case val: goto L_RM##val; in match() argument
/PHP-7.4/
H A DUPGRADING47 cases like `$null->prop[0] = $val` missed this warning.
H A DNEWS615 . Fixed bug #80215 (imap_mail_compose() may modify by-val parameters). (cmb)
/PHP-7.4/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt45 foreach ($ret as $a => $val) {
46 $ret[$a] = str_replace(dirname($fname2) . DIRECTORY_SEPARATOR, '*', $val);
/PHP-7.4/ext/date/
H A Dphp_date.c1741 real_len = strlen(buf->val); in php_strftime()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます19375 # Update year (+1900 for val >= 0x63, +2000 for val <= 0x62)
H A Dmagic19375 # Update year (+1900 for val >= 0x63, +2000 for val <= 0x62)

Completed in 246 milliseconds

1...<<111213141516171819