Home
last modified time | relevance | path

Searched refs:zval_get_long (Results 1 – 25 of 68) sorted by relevance

123

/php-src/ext/sodium/
H A Dsodium_pwhash.c40 zend_long smemlimit = zval_get_long(opt); in get_options()
49 *opslimit = zval_get_long(opt); in get_options()
55 …if ((opt = zend_hash_str_find(options, "threads", strlen("threads"))) && (zval_get_long(opt) != 1)… in get_options()
/php-src/ext/standard/
H A Dpassword.c148 new_cost = zval_get_long(znew_cost); in php_password_bcrypt_needs_rehash()
190 cost = zval_get_long(zcost); in php_password_bcrypt_hash()
285 new_memory_cost = zval_get_long(option_buffer); in php_password_argon2_needs_rehash()
289 new_time_cost = zval_get_long(option_buffer); in php_password_argon2_needs_rehash()
293 new_threads = zval_get_long(option_buffer); in php_password_argon2_needs_rehash()
313 memory_cost = zval_get_long(option_buffer); in php_password_argon2_hash()
322 time_cost = zval_get_long(option_buffer); in php_password_argon2_hash()
331 threads = zval_get_long(option_buffer); in php_password_argon2_hash()
H A Dformatted_print.c637 zval_get_long(tmp), in php_formatted_print()
644 zval_get_long(tmp), in php_formatted_print()
666 (char) zval_get_long(tmp)); in php_formatted_print()
671 zval_get_long(tmp), in php_formatted_print()
678 zval_get_long(tmp), in php_formatted_print()
685 zval_get_long(tmp), in php_formatted_print()
692 zval_get_long(tmp), in php_formatted_print()
H A Dhead.c206 *expires = zval_get_long(value); in php_head_parse_cookie_options_array()
H A Dtype.c155 RETVAL_LONG(zval_get_long(num)); in PHP_FUNCTION()
H A Dphp_fopen_wrapper.c420 …php_stream_set_option(stream, PHP_STREAM_OPTION_PIPE_BLOCKING, zval_get_long(blocking_pipes), NULL… in php_stream_url_wrap_php()
/php-src/ext/zend_test/
H A Dobject_handlers.c53 val_1 = zval_get_long(op1); in donc_add()
58 val_2 = zval_get_long(op2); in donc_add()
70 val_1 = zval_get_long(op1); in donc_mul()
75 val_2 = zval_get_long(op2); in donc_mul()
/php-src/ext/intl/formatter/
H A Dformatter_parse.c54 position = (int32_t) zval_get_long(zposition); in PHP_FUNCTION()
152 position = (int32_t) zval_get_long(zposition); in PHP_FUNCTION()
H A Dformatter_attr.c161 unum_setAttribute(FORMATTER_OBJECT(nfo), attribute, zval_get_long(value)); in PHP_FUNCTION()
/php-src/ext/zlib/
H A Dzlib_filter.c328 zend_long tmp = zval_get_long(tmpzval); in php_zlib_filter_create()
360 tmp = zval_get_long(tmpzval); in php_zlib_filter_create()
370 tmp = zval_get_long(tmpzval); in php_zlib_filter_create()
379 tmp = zval_get_long(tmpzval); in php_zlib_filter_create()
388 tmp = zval_get_long(filterparams); in php_zlib_filter_create()
H A Dzlib_fopen_wrapper.c140 if (zlevel && (Z_OK != gzsetparams(self->gz_file, zval_get_long(zlevel), Z_DEFAULT_STRATEGY))) { in php_stream_gzopen()
H A Dzlib.c879 window = zval_get_long(option_buffer); in PHP_FUNCTION()
1097 level = zval_get_long(option_buffer); in PHP_FUNCTION()
1105 memory = zval_get_long(option_buffer); in PHP_FUNCTION()
1113 window = zval_get_long(option_buffer); in PHP_FUNCTION()
1121 strategy = zval_get_long(option_buffer); in PHP_FUNCTION()
/php-src/ext/sysvmsg/
H A Dsysvmsg.c148 stat.msg_perm.uid = zval_get_long(item); in PHP_FUNCTION()
151 stat.msg_perm.gid = zval_get_long(item); in PHP_FUNCTION()
154 stat.msg_perm.mode = zval_get_long(item); in PHP_FUNCTION()
157 stat.msg_qbytes = zval_get_long(item); in PHP_FUNCTION()
/php-src/ext/readline/
H A Dreadline.c205 rl_done = zval_get_long(value); in PHP_FUNCTION()
242 rl_erase_empty_line = zval_get_long(value); in PHP_FUNCTION()
263 rl_attempted_completion_over = zval_get_long(value); in PHP_FUNCTION()
/php-src/ext/intl/dateformat/
H A Ddateformat_parse.c150 long_parse_pos = zval_get_long(z_parse_pos); in PHP_FUNCTION()
236 long_parse_pos = zval_get_long(z_parse_pos); in PHP_FUNCTION()
/php-src/ext/curl/
H A Dshare.c63 error = curl_share_setopt(sh->share, option, zval_get_long(zvalue)); in _php_curl_share_setopt()
H A Dmulti.c229 still_running = zval_get_long(z_still_running); in PHP_FUNCTION()
420 if (CURL_PUSH_DENY != zval_get_long(&retval)) { in _php_server_push_callback()
449 zend_long lval = zval_get_long(zvalue); in _php_curl_multi_setopt()
H A Dinterface.c611 length = zval_get_long(&retval); in curl_write()
655 rval = zval_get_long(&retval); in curl_fnmatch()
703 if (0 != zval_get_long(&retval)) { in curl_progress()
751 if (0 != zval_get_long(&retval)) { in curl_xferinfo()
924 length = zval_get_long(&retval); in curl_write_header()
1609 lval = zval_get_long(zvalue); in _php_curl_setopt()
1762 lval = zval_get_long(zvalue); in _php_curl_setopt()
2214 lval = zval_get_long(zvalue); in _php_curl_setopt()
2219 lval = zval_get_long(zvalue); in _php_curl_setopt()
/php-src/ext/filter/
H A Dfilter.c484 filter = zval_get_long(option); in php_filter_call()
499 filter_flags = zval_get_long(option); in php_filter_call()
571 Z_TYPE_P(arg_elm) == IS_ARRAY ? 0 : zval_get_long(arg_elm), in php_filter_array_handler()
615 filter_flags = zval_get_long(option); in PHP_FUNCTION()
/php-src/ext/mysqli/
H A Dmysqli_warning.c98 mysqli_errno = zval_get_long(entry); in php_get_warnings()
/php-src/Zend/
H A Dzend_exceptions.c426 RETURN_LONG(zval_get_long(prop)); in ZEND_METHOD()
667 zend_long line = zval_get_long(GET_PROPERTY(exception, ZEND_STR_LINE)); in ZEND_METHOD()
906 zend_long line = zval_get_long(GET_PROPERTY_SILENT(&exception, ZEND_STR_LINE)); in zend_exception_error()
936 line = zval_get_long(GET_PROPERTY_SILENT(&zv, ZEND_STR_LINE)); in zend_exception_error()
950 line = zval_get_long(GET_PROPERTY_SILENT(&exception, ZEND_STR_LINE)); in zend_exception_error()
/php-src/ext/bz2/
H A Dbz2_filter.c367 zend_long blocks = zval_get_long(tmpzval); in php_bz2_filter_create()
377 zend_long work = zval_get_long(tmpzval); in php_bz2_filter_create()
/php-src/ext/gd/
H A Dgd.c662 stylearr[index++] = zval_get_long(item); in PHP_FUNCTION()
2606 points[i].x = zval_get_long(var); in php_imagepolygon()
2609 points[i].y = zval_get_long(var); in php_imagepolygon()
3514 rect.x = zval_get_long(tmp); in PHP_FUNCTION()
3521 rect.y = zval_get_long(tmp); in PHP_FUNCTION()
3528 rect.width = zval_get_long(tmp); in PHP_FUNCTION()
3535 rect.height = zval_get_long(tmp); in PHP_FUNCTION()
3698 rect.x = zval_get_long(tmp); in PHP_FUNCTION()
3705 rect.y = zval_get_long(tmp); in PHP_FUNCTION()
3712 rect.width = zval_get_long(tmp); in PHP_FUNCTION()
[all …]
/php-src/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp498 tInt32 = (int32_t)zval_get_long(elem); in umsg_format_helper()
520 tInt64 = (int64_t)zval_get_long(elem); in umsg_format_helper()
/php-src/ext/ffi/
H A Dffi.c771 lval = zval_get_long(value); in zend_ffi_zval_to_cdata()
775 lval = zval_get_long(value); in zend_ffi_zval_to_cdata()
1441 dim = zval_get_long(offset); in zend_ffi_cdata_write_dim()
2575 lval = zval_get_long(arg); in zend_ffi_pass_arg()
2580 lval = zval_get_long(arg); in zend_ffi_pass_arg()
2585 lval = zval_get_long(arg); in zend_ffi_pass_arg()
2590 lval = zval_get_long(arg); in zend_ffi_pass_arg()
2595 lval = zval_get_long(arg); in zend_ffi_pass_arg()
2600 lval = zval_get_long(arg); in zend_ffi_pass_arg()
2605 lval = zval_get_long(arg); in zend_ffi_pass_arg()
[all …]

Completed in 120 milliseconds

123