interface          47 Zend/zend_exceptions.c static int zend_implement_throwable(zend_class_entry *interface, zend_class_entry *class_type)
interface          54 Zend/zend_exceptions.c 		ZSTR_VAL(interface->name),
interface         306 Zend/zend_interfaces.c static int zend_implement_traversable(zend_class_entry *interface, zend_class_entry *class_type)
interface         329 Zend/zend_interfaces.c static int zend_implement_aggregate(zend_class_entry *interface, zend_class_entry *class_type)
interface         345 Zend/zend_interfaces.c 									ZSTR_VAL(interface->name),
interface         366 Zend/zend_interfaces.c static int zend_implement_iterator(zend_class_entry *interface, zend_class_entry *class_type)
interface         377 Zend/zend_interfaces.c 							ZSTR_VAL(interface->name),
interface         397 Zend/zend_interfaces.c static int zend_implement_arrayaccess(zend_class_entry *interface, zend_class_entry *class_type)
interface         488 Zend/zend_interfaces.c static int zend_implement_serializable(zend_class_entry *interface, zend_class_entry *class_type)
interface        1961 ext/date/php_date.c static int implement_date_interface_handler(zend_class_entry *interface, zend_class_entry *implementor) /* {{{ */
interface        4782 ext/reflection/php_reflection.c 			zval interface;
interface        4783 ext/reflection/php_reflection.c 			zend_reflection_class_factory(ce->interfaces[i], &interface);
interface        4784 ext/reflection/php_reflection.c 			zend_hash_update(Z_ARRVAL_P(return_value), ce->interfaces[i]->name, &interface);
interface        4958 ext/reflection/php_reflection.c 	zval *interface;
interface        4963 ext/reflection/php_reflection.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "z", &interface) == FAILURE) {
interface        4967 ext/reflection/php_reflection.c 	switch (Z_TYPE_P(interface)) {
interface        4969 ext/reflection/php_reflection.c 			if ((interface_ce = zend_lookup_class(Z_STR_P(interface))) == NULL) {
interface        4971 ext/reflection/php_reflection.c 						"Interface %s does not exist", Z_STRVAL_P(interface));
interface        4976 ext/reflection/php_reflection.c 			if (instanceof_function(Z_OBJCE_P(interface), reflection_class_ptr)) {
interface        4977 ext/reflection/php_reflection.c 				argument = Z_REFLECTION_P(interface);
interface        6279 ext/reflection/php_reflection.c 	ZEND_ARG_INFO(0, interface)
interface        1346 ext/spl/spl_iterators.c static int spl_dual_it_gets_implemented(zend_class_entry *interface, zend_class_entry *class_type)
interface         238 sapi/phpdbg/phpdbg_io.c PHPDBG_API int phpdbg_open_socket(const char *interface, unsigned short port) {
interface         240 sapi/phpdbg/phpdbg_io.c 	int fd = phpdbg_create_listenable_socket(interface, port, &res);
interface          37 sapi/phpdbg/phpdbg_io.h PHPDBG_API int phpdbg_open_socket(const char *interface, unsigned short port);