Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/sodium/
H A Dsodium_pwhash.c52 zend_long smemlimit = zval_get_long(opt); in get_options()
61 *opslimit = zval_get_long(opt); in get_options()
67 …if ((opt = zend_hash_str_find(options, "threads", strlen("threads"))) && (zval_get_long(opt) != 1)… in get_options()
/PHP-7.4/ext/standard/
H A Dpassword.c224 new_cost = zval_get_long(znew_cost); in php_password_bcrypt_needs_rehash()
264 cost = zval_get_long(zcost); in php_password_bcrypt_hash()
359 new_memory_cost = zval_get_long(option_buffer); in php_password_argon2_needs_rehash()
363 new_time_cost = zval_get_long(option_buffer); in php_password_argon2_needs_rehash()
367 new_threads = zval_get_long(option_buffer); in php_password_argon2_needs_rehash()
387 memory_cost = zval_get_long(option_buffer); in php_password_argon2_hash()
396 time_cost = zval_get_long(option_buffer); in php_password_argon2_hash()
405 threads = zval_get_long(option_buffer); in php_password_argon2_hash()
H A Dformatted_print.c556 zval_get_long(tmp), in php_formatted_print()
563 zval_get_long(tmp), in php_formatted_print()
583 (char) zval_get_long(tmp)); in php_formatted_print()
588 zval_get_long(tmp), in php_formatted_print()
595 zval_get_long(tmp), in php_formatted_print()
602 zval_get_long(tmp), in php_formatted_print()
609 zval_get_long(tmp), in php_formatted_print()
H A Dhead.c197 *expires = zval_get_long(value); in php_head_parse_cookie_options_array()
257 expires = zval_get_long(expires_or_options); in PHP_FUNCTION()
312 expires = zval_get_long(expires_or_options); in PHP_FUNCTION()
H A Dtype.c115 RETVAL_LONG(zval_get_long(num)); in PHP_FUNCTION()
/PHP-7.4/ext/intl/formatter/
H A Dformatter_parse.c64 position = (int32_t) zval_get_long(zposition); in PHP_FUNCTION()
156 position = (int32_t) zval_get_long(zposition); in PHP_FUNCTION()
/PHP-7.4/ext/zlib/
H A Dzlib_filter.c329 zend_long tmp = zval_get_long(tmpzval); in php_zlib_filter_create()
361 tmp = zval_get_long(tmpzval); in php_zlib_filter_create()
371 tmp = zval_get_long(tmpzval); in php_zlib_filter_create()
380 tmp = zval_get_long(tmpzval); in php_zlib_filter_create()
389 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.c845 window = zval_get_long(option_buffer); in PHP_FUNCTION()
1081 level = zval_get_long(option_buffer); in PHP_FUNCTION()
1089 memory = zval_get_long(option_buffer); in PHP_FUNCTION()
1097 window = zval_get_long(option_buffer); in PHP_FUNCTION()
1105 strategy = zval_get_long(option_buffer); in PHP_FUNCTION()
/PHP-7.4/ext/sysvmsg/
H A Dsysvmsg.c198 stat.msg_perm.uid = zval_get_long(item); in PHP_FUNCTION()
201 stat.msg_perm.gid = zval_get_long(item); in PHP_FUNCTION()
204 stat.msg_perm.mode = zval_get_long(item); in PHP_FUNCTION()
207 stat.msg_qbytes = zval_get_long(item); in PHP_FUNCTION()
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_parse.c150 long_parse_pos = zval_get_long(z_parse_pos); in PHP_FUNCTION()
195 long_parse_pos = zval_get_long(z_parse_pos); in PHP_FUNCTION()
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_driver.c280 H->assume_national_character_set_strings = zval_get_long(val) == PDO_PARAM_STR_NATL ? 1 : 0; in dblib_set_attr()
284 return SUCCEED == dbsettime(zval_get_long(val)) ? 1 : 0; in dblib_set_attr()
286 H->stringify_uniqueidentifier = zval_get_long(val); in dblib_set_attr()
292 H->datetime_convert = zval_get_long(val); in dblib_set_attr()
/PHP-7.4/ext/curl/
H A Dshare.c79 error = curl_share_setopt(sh->share, option, zval_get_long(zvalue)); in _php_curl_share_setopt()
H A Dmulti.c293 still_running = zval_get_long(z_still_running); in PHP_FUNCTION()
540 if (CURL_PUSH_DENY != zval_get_long(&retval)) { in _php_server_push_callback()
575 zend_long lval = zval_get_long(zvalue); in _php_curl_multi_setopt()
/PHP-7.4/ext/dba/
H A Ddba_ndbm.c60 filemode = zval_get_long(&info->argv[0]); in DBA_OPEN_FUNC()
H A Ddba_lmdb.c49 mode = zval_get_long(&info->argv[0]); in DBA_OPEN_FUNC()
52 mapsize = zval_get_long(&info->argv[1]); in DBA_OPEN_FUNC()
H A Ddba_db1.c52 filemode = zval_get_long(&info->argv[0]); in DBA_OPEN_FUNC()
H A Ddba_dbm.c61 filemode = zval_get_long(&info->argv[0]); in DBA_OPEN_FUNC()
H A Ddba_db2.c73 filemode = zval_get_long(&info->argv[0]); in DBA_OPEN_FUNC()
H A Ddba_gdbm.c55 filemode = zval_get_long(&info->argv[0]); in DBA_OPEN_FUNC()
H A Ddba_db3.c85 filemode = zval_get_long(&info->argv[0]);
/PHP-7.4/ext/filter/
H A Dfilter.c603 zend_long lval = zval_get_long(filter_args); in php_filter_call()
617 filter = zval_get_long(option); in php_filter_call()
621 filter_flags = zval_get_long(option); in php_filter_call()
743 filter_flags = zval_get_long(option); in PHP_FUNCTION()
820 filter_flags = zval_get_long(option); in PHP_FUNCTION()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c312 is_persistent = zval_get_long(v) ? 1 : 0; in PHP_METHOD()
703 lval = zval_get_long(value); in pdo_dbh_attribute_set()
719 lval = zval_get_long(value); in pdo_dbh_attribute_set()
735 dbh->oracle_nulls = zval_get_long(value); in pdo_dbh_attribute_set()
750 lval = zval_get_long(value); in pdo_dbh_attribute_set()
760 dbh->stringify = zval_get_long(value) ? 1 : 0; in pdo_dbh_attribute_set()
/PHP-7.4/ext/bz2/
H A Dbz2_filter.c368 zend_long blocks = zval_get_long(tmpzval); in php_bz2_filter_create()
378 zend_long work = zval_get_long(tmpzval); in php_bz2_filter_create()
/PHP-7.4/Zend/
H A Dzend_exceptions.c693 zend_long line = zval_get_long(GET_PROPERTY(exception, ZEND_STR_LINE)); in ZEND_METHOD()
995 zend_long line = zval_get_long(GET_PROPERTY_SILENT(&exception, ZEND_STR_LINE)); in zend_exception_error()
1024 line = zval_get_long(GET_PROPERTY_SILENT(&zv, ZEND_STR_LINE)); in zend_exception_error()
1038 line = zval_get_long(GET_PROPERTY_SILENT(&exception, ZEND_STR_LINE)); in zend_exception_error()

Completed in 73 milliseconds

1234