/PHP-5.5/ext/dom/examples/ |
H A D | dom1.php | 45 $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 D | xmlreader_file.php | 10 $attr = $reader->moveToFirstAttribute(); variable 14 $attr = $reader->moveToNextAttribute(); variable
|
H A D | xmlreader_string.php | 21 $attr = $reader->moveToFirstAttribute(); variable 25 $attr = $reader->moveToNextAttribute(); variable
|
/PHP-5.5/ext/intl/doc/ |
H A D | collator_api.php | 192 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 D | formatter_api.php | 234 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 D | php_schema.c | 984 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 D | php_xml.h | 28 #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 D | php_xml.c | 279 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 D | php_packet_soap.c | 30 xmlAttrPtr attr; in parse_packet_soap() local
|
H A D | php_sdl.c | 217 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 D | odbc_driver.c | 339 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 D | odbc_stmt.c | 742 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 D | oci_driver.c | 443 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 D | element.c | 336 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 D | mysql_driver.c | 371 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 D | link_win32.c | 119 DWORD attr; in PHP_FUNCTION() local
|
/PHP-5.5/ext/pdo_firebird/ |
H A D | firebird_statement.c | 633 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 D | firebird_driver.c | 472 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 D | com_typeinfo.c | 334 TYPEATTR *attr; in php_com_locate_typeinfo() local 436 TYPEATTR *attr; in php_com_process_typeinfo() local
|
/PHP-5.5/ext/pdo/ |
H A D | pdo_dbh.c | 710 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 D | pdo_stmt.c | 1734 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 D | simplexml.c | 254 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 D | sqlite_driver.c | 283 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 D | xml_to_soap.c | 69 xml_element_attr* attr = malloc(sizeof(xml_element_attr)); in new_attr() local
|
/PHP-5.5/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 389 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()
|