Home
last modified time | relevance | path

Searched defs:attr (Results 1 – 25 of 33) sorted by relevance

12

/PHP-5.5/ext/dom/examples/
H A Ddom1.php45 $attr = $rootnode->setAttribute("src", "picture.gif"); variable
46 $attr = $rootnode->getAttribute("src"); variable
51 $attr = $rootnode->getAttributeNode("src"); variable
55 $attr = $rootnode->removeAttribute("src"); variable
/PHP-5.5/ext/xmlreader/examples/
H A Dxmlreader_file.php10 $attr = $reader->moveToFirstAttribute(); variable
14 $attr = $reader->moveToNextAttribute(); variable
H A Dxmlreader_string.php21 $attr = $reader->moveToFirstAttribute(); variable
25 $attr = $reader->moveToNextAttribute(); variable
/PHP-5.5/ext/intl/doc/
H A Dcollator_api.php192 public function getAttribute( $attr ) {}
204 public function setAttribute( $attr, $val ) {}
347 function collator_get_attribute( $coll, $attr ) {}
377 function collator_set_attribute( $coll, $attr, $val ) {}
H A Dformatter_api.php234 public function setAttribute($attr, $value) {}
246 public function setTextAttribute($attr, $value) {}
258 public function setSymbol($attr, $value) {}
276 public function getAttribute($attr) {}
283 public function getTextAttribute($attr) {}
290 public function getSymbol($attr) {}
/PHP-5.5/ext/soap/
H A Dphp_schema.c984 xmlAttrPtr attr = get_attribute(node->properties, "minOccurs"); in schema_min_max() local
1489 xmlAttrPtr attrs, attr, ns, name, type, ref = NULL; in schema_element() local
1731 xmlAttrPtr attr, name, ref = NULL, type = NULL; in schema_attribute() local
2049 sdlExtraAttributePtr *attr = (sdlExtraAttributePtr*)attribute; in copy_extra_attribute() local
2080 static void schema_attribute_fixup(sdlCtx *ctx, sdlAttributePtr attr) in schema_attribute_fixup()
2235 sdlAttributePtr *attr; in schema_type_fixup() local
2292 sdlAttributePtr *attr; in schema_pass2() local
2481 sdlExtraAttributePtr attr = *((sdlExtraAttributePtr*)attribute); in delete_extra_attribute() local
2494 sdlExtraAttributePtr attr = *((sdlExtraAttributePtr*)attribute); in delete_extra_attribute_persistent() local
2507 sdlAttributePtr attr = *((sdlAttributePtr*)attribute); in delete_attribute() local
[all …]
H A Dphp_xml.h28 #define get_node_with_attribute(node, name, attr, val) get_node_with_attribute_ex(node, name, NULL,… argument
29 #define get_node_with_attribute_recursive(node, name, attr, val) get_node_with_attribute_recursive_… argument
H A Dphp_xml.c279 xmlAttrPtr attr; in get_node_with_attribute_ex() local
302 xmlAttrPtr attr = get_attribute_ex(node->properties, attribute, attr_ns); in get_node_with_attribute_recursive_ex() local
H A Dphp_packet_soap.c30 xmlAttrPtr attr; in parse_packet_soap() local
H A Dphp_sdl.c217 xmlAttrPtr attr; in is_wsdl_element() local
1227 static void sdl_deserialize_attribute(sdlAttributePtr attr, encodePtr *encoders, char **in) in sdl_deserialize_attribute()
1389 sdlAttributePtr attr = emalloc(sizeof(sdlAttribute)); in sdl_deserialize_type() local
1840 static void sdl_serialize_attribute(sdlAttributePtr attr, HashTable *tmp_encoders, smart_str *out) in sdl_serialize_attribute()
2606 static sdlAttributePtr make_persistent_sdl_attribute(sdlAttributePtr attr, HashTable *ptr_map, Hash… in make_persistent_sdl_attribute()
/PHP-5.5/ext/pdo_odbc/
H A Dodbc_driver.c339 static int odbc_handle_set_attr(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC) in odbc_handle_set_attr()
354 static int odbc_handle_get_attr(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC) in odbc_handle_get_attr()
H A Dodbc_stmt.c742 static int odbc_stmt_set_param(pdo_stmt_t *stmt, long attr, zval *val TSRMLS_DC) in odbc_stmt_set_param()
769 static int odbc_stmt_get_attr(pdo_stmt_t *stmt, long attr, zval *val TSRMLS_DC) in odbc_stmt_get_attr()
/PHP-5.5/ext/pdo_oci/
H A Doci_driver.c443 static int oci_handle_set_attribute(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC) /* {{{ */ in oci_handle_set_attribute()
470 static int oci_handle_get_attribute(pdo_dbh_t *dbh, long attr, zval *return_value TSRMLS_DC) /* {{… in oci_handle_get_attribute()
/PHP-5.5/ext/dom/
H A Delement.c336 xmlNodePtr attr; in PHP_FUNCTION() local
376 xmlNodePtr attr = NULL; in PHP_FUNCTION() local
746 xmlAttr *attr; in PHP_FUNCTION() local
1064 xmlNodePtr attr; in PHP_FUNCTION() local
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_driver.c371 static int pdo_mysql_set_attribute(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC) in pdo_mysql_set_attribute()
417 static int pdo_mysql_get_attribute(pdo_dbh_t *dbh, long attr, zval *return_value TSRMLS_DC)
/PHP-5.5/ext/standard/
H A Dlink_win32.c119 DWORD attr; in PHP_FUNCTION() local
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c633 static int firebird_stmt_set_attribute(pdo_stmt_t *stmt, long attr, zval *val TSRMLS_DC) /* {{{ */ in firebird_stmt_set_attribute()
654 static int firebird_stmt_get_attribute(pdo_stmt_t *stmt, long attr, zval *val TSRMLS_DC) /* {{{ */ in firebird_stmt_get_attribute()
H A Dfirebird_driver.c472 static int firebird_handle_set_attribute(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC) /* {{{ */ in firebird_handle_set_attribute()
547 static int firebird_handle_get_attribute(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC) /* {{{ */ in firebird_handle_get_attribute()
/PHP-5.5/ext/com_dotnet/
H A Dcom_typeinfo.c334 TYPEATTR *attr; in php_com_locate_typeinfo() local
436 TYPEATTR *attr; in php_com_process_typeinfo() local
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c710 static int pdo_dbh_attribute_set(pdo_dbh_t *dbh, long attr, zval *value TSRMLS_DC) /* {{{ */ in pdo_dbh_attribute_set()
871 long attr; in PHP_METHOD() local
893 long attr; in PHP_METHOD() local
H A Dpdo_stmt.c1734 long attr; in PHP_METHOD() local
1764 static int generic_stmt_attr_get(pdo_stmt_t *stmt, zval *return_value, long attr) in generic_stmt_attr_get()
1776 long attr; in PHP_METHOD() local
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c254 xmlAttrPtr attr = NULL; in sxe_prop_dim_read() local
459 xmlAttrPtr attr = NULL; in sxe_prop_dim_write() local
740 xmlAttrPtr attr = NULL; in sxe_prop_dim_exists() local
870 xmlAttrPtr attr = NULL; in sxe_prop_dim_delete() local
1069 xmlAttrPtr attr; in sxe_get_prop_hash() local
1453 xmlAttrPtr attr; in sxe_add_namespaces() local
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c283 static int pdo_sqlite_get_attribute(pdo_dbh_t *dbh, long attr, zval *return_value TSRMLS_DC) in pdo_sqlite_get_attribute()
298 static int pdo_sqlite_set_attr(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC) in pdo_sqlite_set_attr()
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c69 xml_element_attr* attr = malloc(sizeof(xml_element_attr)); in new_attr() local
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c389 static int pdo_pgsql_get_attribute(pdo_dbh_t *dbh, long attr, zval *return_value TSRMLS_DC) in pdo_pgsql_get_attribute()
1028 static int pdo_pgsql_set_attr(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC) in pdo_pgsql_set_attr()

Completed in 88 milliseconds

12