Home
last modified time | relevance | path

Searched refs:attr (Results 51 – 75 of 120) sorted by relevance

12345

/PHP-7.4/ext/xmlwriter/tests/
H A D010.phpt15 var_dump(xmlwriter_start_attribute($xw, "attr"));
44 string(14) "<tag attr=""/>"
/PHP-7.4/ext/com_dotnet/
H A Dcom_typeinfo.c378 TYPEATTR *attr; in php_com_locate_typeinfo() local
381 ITypeInfo_GetTypeAttr(coinfo, &attr); in php_com_locate_typeinfo()
383 for (i = 0; i < attr->cImplTypes; i++) { in php_com_locate_typeinfo()
403 ITypeInfo_ReleaseTypeAttr(coinfo, attr); in php_com_locate_typeinfo()
480 TYPEATTR *attr; in php_com_process_typeinfo() local
489 if (FAILED(ITypeInfo_GetTypeAttr(typeinfo, &attr))) { in php_com_process_typeinfo()
494 if (id_to_name == NULL || attr->typekind == TKIND_DISPATCH) { in php_com_process_typeinfo()
497 memcpy(guid, &attr->guid, sizeof(GUID)); in php_com_process_typeinfo()
507 guidstring = php_com_string_from_clsid(&attr->guid, codepage); in php_com_process_typeinfo()
519 for (i = 0; i < attr->cFuncs; i++) { in php_com_process_typeinfo()
[all …]
/PHP-7.4/ext/xmlreader/tests/
H A D015-get-errors.phpt26 $attr = $reader->moveToNextAttribute();
29 $attr = $reader->getAttributeNs('idx', null);
30 var_dump($attr);
H A D006.phpt21 $attr = $reader->moveToFirstAttribute();
/PHP-7.4/ext/dom/tests/
H A Ddom_set_attr_node.phpt21 $attr = $root->getAttributeNode('a');
27 $root2->setAttributeNode($attr);
H A DDOMAttr_construct_error_001.phpt11 $attr = new DOMAttr();
H A DDOMDocument_strictErrorChecking_variation.phpt21 $attr = $doc->createAttribute(0);
38 $attr = $doc->createAttribute(0);
H A DDOMDocument_createAttribute_error.phpt10 $attr = $dom->createAttribute(0);
H A DDOMDocument_schemaValidate_addAttrs.phpt12 $doc->load(__DIR__."/book-attr.xml");
H A DDOMDocument_schemaValidate_missingAttrs.phpt12 $doc->load(__DIR__."/book-attr.xml");
H A Dbug81433.phpt2 Bug #81433 (DOMElement::setIdAttribute(attr, true) called twice removes ID)
H A DDOMDocument_schemaValidateSource_addAttrs.phpt12 $doc->load(__DIR__."/book-attr.xml");
H A DDOMDocument_schemaValidateSource_missingAttrs.phpt12 $doc->load(__DIR__."/book-attr.xml");
/PHP-7.4/Zend/
H A Dzend_language_parser.y308 namespace_name { $$ = $1; $$->attr = ZEND_NAME_NOT_FQ; }
333 | T_USE use_type group_use_declaration ';' { $$ = $3; $$->attr = $2; }
335 | T_USE use_type use_declarations ';' { $$ = $3; $$->attr = $2; }
386 | use_type unprefixed_use_declaration { $$ = $2; $$->attr = $1; }
662 | '?' type { $$ = $2; $$->attr |= ZEND_TYPE_NULLABLE; }
726 $$->attr = $1; }
728 { $$ = $3; $$->attr = $1; }
969 …if ($$->kind == ZEND_AST_BINARY_OP && $$->attr == ZEND_CONCAT) $$->attr = ZEND_PARENTHESIZED_CONCA…
1051 | '&' T_VARIABLE { $$ = $2; $$->attr = ZEND_BIND_REF; }
1243 { $5->attr = ZEND_ARRAY_SYNTAX_LIST;
[all …]
/PHP-7.4/ext/simplexml/tests/
H A D018.phpt33 foreach($node->attributes() as $attr => $value) {
34 echo " $attr=\"$value\"";
H A D027.phpt15 foreach($xml->attributes() as $attr => $value)
17 echo " $attr=\"$value\"";
/PHP-7.4/ext/soap/
H A Dphp_encoding.c301 attr = get_attribute(attr, "id"); in soap_check_zval_ref()
302 if (attr == NULL || attr->ns == NULL) { in soap_check_zval_ref()
305 attr = attr->next; in soap_check_zval_ref()
307 if (attr) { in soap_check_zval_ref()
323 attr = get_attribute_ex(attr, "id", SOAP_1_2_ENC_NAMESPACE); in soap_check_zval_ref()
324 if (attr) { in soap_check_zval_ref()
1506 if (attr->fixed && strcmp(attr->fixed, str_val) != 0) { in to_zval_object_ex()
2450 attr->children && attr->children->content) { in to_zval_array()
2484 attr->children && attr->children->content) { in to_zval_array()
2493 attr->children && attr->children->content) { in to_zval_array()
[all …]
H A Dsoap.c3447 xmlAttrPtr attr; local
3458 attr = env->properties;
3459 while (attr != NULL) {
3469 attr = attr->next;
3499 while (attr != NULL) {
3511 attr = attr->next;
3566 while (attr != NULL) {
3576 attr = attr->next;
3590 if (attr != NULL) {
3611 if (attr) {
[all …]
/PHP-7.4/ext/intl/formatter/
H A Dformatter_class.c109 ZEND_ARG_INFO(0, attr)
113 ZEND_ARG_INFO(0, attr)
118 ZEND_ARG_INFO(0, attr)
/PHP-7.4/ext/ffi/
H A Dffi.c101 uint32_t attr; member
1723 new_type->attr = 0; in zend_ffi_add()
2389 new_type->attr = 0; in zend_ffi_read_var()
2960 || old->attr != type->attr) { in zend_ffi_same_types()
4112 new_type->attr = 0; in ZEND_METHOD()
4155 new_type->attr = 0; in ZEND_METHOD()
5525 type->attr = FFI_G(default_type_attr) | (dcl->attr & ZEND_FFI_ENUM_ATTRS);
5655 type->attr = FFI_G(default_type_attr) | (dcl->attr & ZEND_FFI_STRUCT_ATTRS);
5936 type->attr = FFI_G(default_type_attr) | (dcl->attr & ZEND_FFI_POINTER_ATTRS);
6000 type->attr = FFI_G(default_type_attr) | (dcl->attr & ZEND_FFI_ARRAY_ATTRS);
[all …]
H A Dffi.g167 {dcl->attr |= ZEND_FFI_ATTR_CONST;}
398 {uint32_t attr = 0;}
406 {attr |= ZEND_FFI_ATTR_INCOMPLETE_ARRAY;}
408 {attr |= ZEND_FFI_ATTR_VLA;}
412 {attr |= ZEND_FFI_ATTR_INCOMPLETE_ARRAY;}
414 {attr |= ZEND_FFI_ATTR_VLA;}
420 {dcl->attr |= attr;}
431 {attr |= ZEND_FFI_ATTR_VARIADIC;}
434 {attr |= ZEND_FFI_ATTR_VARIADIC;}
438 {dcl->attr |= attr;}
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dbug52487.phpt12 $stmt = $db->prepare("select 1 as attr");
/PHP-7.4/ext/xml/tests/
H A Dbug26528.phpt9 $sample = "<?xml version=\"1.0\"?><test attr=\"angle&lt;bracket\"/>";
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_attr_get_prefetch.phpt18 gettype($tmp), $tmp, $k, $attr);
/PHP-7.4/ext/intl/tests/
H A Dbug53512.phpt2 Bug #53512 (NumberFormatter::setSymbol crash on bogus $attr values)

Completed in 91 milliseconds

12345