Searched refs:zpw (Results 1 – 1 of 1) sorted by relevance
931 zval *id, *zpw; in PHP_FUNCTION() local936 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z", &zpw) == FAILURE) { in PHP_FUNCTION()940 if (!PZVAL_IS_REF(zpw)) { in PHP_FUNCTION()950 ZVAL_STRING(zpw, (char *)pw, 1); in PHP_FUNCTION()952 ZVAL_NULL(zpw); in PHP_FUNCTION()
Completed in 6 milliseconds