Searched refs:relation (Results 1 – 4 of 4) sorted by relevance
22 * This class uses a 'is-a' relation to KeyFilter in contrast to a 'has-a'23 * relation. Doing so both current() and key() methods must be overwritten. 24 * If it would use a 'has-a' relation there would be much more to type...
37 ["relation"]=>
5837 zend_string *relation; in ZEND_METHOD() local5868 relation = zend_string_alloc(len, 0); in ZEND_METHOD()5869 snprintf(ZSTR_VAL(relation), ZSTR_LEN(relation) + 1, "%s%s%s%s%s", in ZEND_METHOD()5875 add_assoc_str(return_value, dep->name, relation); in ZEND_METHOD()
4334 magic in relation to line terminators.
Completed in 48 milliseconds