Home
last modified time | relevance | path

Searched refs:ty (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/snmp/tests/
H A Dsnmp-object-setSecurity_error.phpt55 var_dump($session->setSecurity('authPriv', 'MD5', $auth_pass, 'AES', 'ty'));
77 Warning: SNMP::setSecurity(): Error generating a key for privacy pass phrase 'ty': Generic error (T…
H A Dsnmp3-error.phpt48 var_dump(snmp3_get($hostname, $community, 'authPriv', 'MD5', $auth_pass, 'AES', 'ty', '.1.3.6.1.2.1…
76 Warning: snmp3_get(): Error generating a key for privacy pass phrase 'ty': Generic error (The suppl…
/php-src/ext/zend_test/
H A Dtest.c1131 zend_string *ty = zend_type_to_string(execute_data->func->internal_function.arg_info->type); in ZEND_METHOD() local
1132 zend_argument_type_error(1, "must be of type %s, %s given", ty->val, obj->ce->name->val); in ZEND_METHOD()
1133 zend_string_release(ty); in ZEND_METHOD()
1192 zend_string *ty = zend_type_to_string(arginfo_zend_test_internal_dnf_arguments[1].type); in ZEND_NAMED_FUNCTION() local
1193 zend_argument_type_error(1, "must be of type %s, %s given", ty->val, obj->ce->name->val); in ZEND_NAMED_FUNCTION()
1194 zend_string_release(ty); in ZEND_NAMED_FUNCTION()
/php-src/ext/dom/lexbor/lexbor/selectors-adapted/
H A Dselectors.c24 #define CMP_NODE_TYPE(node, ty) ((unsigned char) (node)->type == ty) argument

Completed in 42 milliseconds