Lines Matching refs:php_hashcontext_ce
33 zend_class_entry *php_hashcontext_ce; variable
404 object_init_ex(return_value, php_hashcontext_ce); in PHP_FUNCTION()
424 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OS", &zhash, php_hashcontext_ce, &data) == FAILURE) { in PHP_FUNCTION()
445 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Or|l", &zhash, php_hashcontext_ce, &zstream, &length) … in PHP_FUNCTION()
486 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "OP|r", &zhash, php_hashcontext_ce, &filename, &zcontex… in PHP_FUNCTION()
519 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|b", &zhash, php_hashcontext_ce, &raw_output) == FAIL… in PHP_FUNCTION()
574 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &zhash, php_hashcontext_ce) == FAILURE) { in PHP_FUNCTION()
1236 php_hashcontext_ce = zend_register_internal_class(&ce); in PHP_MINIT_FUNCTION()
1237 php_hashcontext_ce->ce_flags |= ZEND_ACC_FINAL; in PHP_MINIT_FUNCTION()
1238 php_hashcontext_ce->create_object = php_hashcontext_create; in PHP_MINIT_FUNCTION()
1239 php_hashcontext_ce->serialize = zend_class_serialize_deny; in PHP_MINIT_FUNCTION()
1240 php_hashcontext_ce->unserialize = zend_class_unserialize_deny; in PHP_MINIT_FUNCTION()