Searched refs:option_buffer (Results 1 – 3 of 3) sorted by relevance
127 zval *option_buffer; in php_password_get_salt() local135 switch (Z_TYPE_P(option_buffer)) { in php_password_get_salt()142 buffer = zval_try_get_string(option_buffer); in php_password_get_salt()356 zval *option_buffer; in php_password_argon2_needs_rehash() local359 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()378 zval *option_buffer; in php_password_argon2_hash() local387 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()[all …]
755 zval *option_buffer; in zlib_create_dictionary_string() local758 ZVAL_DEREF(option_buffer); in zlib_create_dictionary_string()759 switch (Z_TYPE_P(option_buffer)) { in zlib_create_dictionary_string()761 zend_string *str = Z_STR_P(option_buffer); in zlib_create_dictionary_string()838 zval *option_buffer; in PHP_FUNCTION() local845 window = zval_get_long(option_buffer); in PHP_FUNCTION()1074 zval *option_buffer; in PHP_FUNCTION() local1081 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()[all …]
521 zval *option_buffer; in PHP_FUNCTION() local537 by_function = zend_is_true(option_buffer); in PHP_FUNCTION()540 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("opcodes")))) { in PHP_FUNCTION()542 by_opcode = zend_is_true(option_buffer); in PHP_FUNCTION()546 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("files")))) { in PHP_FUNCTION()547 ZVAL_DEREF(option_buffer); in PHP_FUNCTION()548 if (Z_TYPE_P(option_buffer) == IS_ARRAY && zend_hash_num_elements(Z_ARR_P(option_buffer)) > 0) { in PHP_FUNCTION()554 ZEND_HASH_FOREACH_VAL(Z_ARR_P(option_buffer), filename) { in PHP_FUNCTION()622 zval *option_buffer; in PHP_FUNCTION() local642 by_function = zend_is_true(option_buffer); in PHP_FUNCTION()[all …]
Completed in 17 milliseconds