Searched refs:zkey (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/dba/ |
H A D | dba.c | 1035 zval *zkey; in PHP_FUNCTION() local 1042 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "z", &zkey) == SUCCESS) { in PHP_FUNCTION() 1043 if (Z_TYPE_P(zkey) == IS_NULL || (Z_TYPE_P(zkey) == IS_FALSE)) { in PHP_FUNCTION()
|
/PHP-8.3/ext/openssl/ |
H A D | openssl.c | 1941 zval *zkey; in PHP_FUNCTION() local 1946 Z_PARAM_ZVAL(zkey) in PHP_FUNCTION() 1956 key = php_openssl_pkey_from_zval(zkey, 0, "", 0, 2); in PHP_FUNCTION() 1974 zval *zkey; in PHP_FUNCTION() local 1980 Z_PARAM_ZVAL(zkey) in PHP_FUNCTION() 1988 key = php_openssl_pkey_from_zval(zkey, 1, NULL, 0, 2); in PHP_FUNCTION()
|
Completed in 22 milliseconds