Lines Matching refs:params
588 zval params[3]; in _php_libxml_external_entity_loader() local
600 ZVAL_STRING(¶ms[0], ID); in _php_libxml_external_entity_loader()
602 ZVAL_NULL(¶ms[0]); in _php_libxml_external_entity_loader()
605 ZVAL_STRING(¶ms[1], URL); in _php_libxml_external_entity_loader()
607 ZVAL_NULL(¶ms[1]); in _php_libxml_external_entity_loader()
609 ctxzv = ¶ms[2]; in _php_libxml_external_entity_loader()
628 fci->params = params; in _php_libxml_external_entity_loader()
629 fci->param_count = sizeof(params)/sizeof(*params); in _php_libxml_external_entity_loader()
696 zval_ptr_dtor(¶ms[0]); in _php_libxml_external_entity_loader()
697 zval_ptr_dtor(¶ms[1]); in _php_libxml_external_entity_loader()
698 zval_ptr_dtor(¶ms[2]); in _php_libxml_external_entity_loader()