Home
last modified time | relevance | path

Searched refs:attr (Results 101 – 125 of 146) sorted by relevance

123456

/PHP-8.1/ext/dom/
H A Dconfig.m415 PHP_NEW_EXTENSION(dom, [php_dom.c attr.c document.c \
H A Dconfig.w3210 EXTENSION("dom", "php_dom.c attr.c document.c \
H A Dphp_dom.stub.php365 public function removeAttributeNode(DOMAttr $attr) {} argument
374 public function setAttributeNode(DOMAttr $attr) {} argument
377 public function setAttributeNodeNS(DOMAttr $attr) {} argument
386 public function setIdAttributeNode(DOMAttr $attr, bool $isId): void {} argument
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c1129 zend_attribute *attr; in read_attributes() local
1137 if (attr->offset == offset && zend_string_equals(attr->lcname, filter)) { in read_attributes()
1154 zend_class_entry *ce = zend_lookup_class_ex(attr->name, attr->lcname, 0); in read_attributes()
6443 attribute_reference *attr; in ZEND_METHOD() local
6489 attribute_reference *attr; in ZEND_METHOD() local
6504 attribute_reference *attr; in ZEND_METHOD() local
6526 RETURN_BOOL(zend_is_attribute_repeated(attr->attributes, attr->data)); in ZEND_METHOD()
6547 if (FAILURE == zend_get_attribute_value(&tmp, attr->data, i, attr->scope)) { in ZEND_METHOD()
6704 if (zend_is_attribute_repeated(attr->attributes, attr->data)) { in ZEND_METHOD()
6716 if (attr->data->argc) { in ZEND_METHOD()
[all …]
/PHP-8.1/sapi/cli/tests/
H A D007.phpt23 private $pri; /* private attr */
/PHP-8.1/ext/pdo/
H A Dpdo_dbh.c36 static bool pdo_dbh_attribute_set(pdo_dbh_t *dbh, zend_long attr, zval *value);
727 switch (attr) { in pdo_dbh_attribute_set()
796 dbh->methods->set_attribute(dbh, attr, value); in pdo_dbh_attribute_set()
859 if (dbh->methods->set_attribute(dbh, attr, value)) { in pdo_dbh_attribute_set()
877 zend_long attr; in PHP_METHOD() local
881 Z_PARAM_LONG(attr) in PHP_METHOD()
888 RETURN_BOOL(pdo_dbh_attribute_set(dbh, attr, value)); in PHP_METHOD()
896 zend_long attr; in PHP_METHOD() local
899 Z_PARAM_LONG(attr) in PHP_METHOD()
906 switch (attr) { in PHP_METHOD()
[all …]
/PHP-8.1/ext/ldap/tests/
H A Dldap_search_sort_controls.phpt29 … ['attr' => 'cn', 'oid' => '2.5.13.3' /* caseIgnoreOrderingMatch */, 'reverse' => TRUE]
49 … ['attr' => 'cn', 'oid' => '2.5.13.3' /* caseIgnoreOrderingMatch */, 'reverse' => TRUE]
/PHP-8.1/ext/soap/
H A Dphp_sdl.c215 xmlAttrPtr attr; in is_wsdl_element() local
217 attr->children && attr->children->content && in is_wsdl_element()
1240 attr->ref = sdl_deserialize_string(in); in sdl_deserialize_attribute()
1246 attr->encode = encoders[i]; in sdl_deserialize_attribute()
1846 sdl_serialize_string(attr->name, out); in sdl_serialize_attribute()
1848 sdl_serialize_string(attr->ref, out); in sdl_serialize_attribute()
1849 sdl_serialize_string(attr->def, out); in sdl_serialize_attribute()
1851 WSDL_CACHE_PUT_1(attr->form, out); in sdl_serialize_attribute()
1852 WSDL_CACHE_PUT_1(attr->use, out); in sdl_serialize_attribute()
1854 if (attr->extraAttributes) { in sdl_serialize_attribute()
[all …]
/PHP-8.1/ext/pdo_oci/tests/
H A Dcheckliveness.phpt20 $attr = getenv('PDOTEST_ATTR');
/PHP-8.1/ext/opcache/
H A Dzend_file_cache.c403 zend_attribute *attr = Z_PTR_P(zv); local
407 attr = Z_PTR_P(zv);
408 UNSERIALIZE_PTR(attr);
410 SERIALIZE_STR(attr->name);
411 SERIALIZE_STR(attr->lcname);
413 for (i = 0; i < attr->argc; i++) {
414 SERIALIZE_STR(attr->args[i].name);
1189 zend_attribute *attr; local
1193 attr = Z_PTR_P(zv);
1195 UNSERIALIZE_STR(attr->name);
[all …]
/PHP-8.1/win32/
H A Dioutil.c669 DWORD attr; in php_win32_ioutil_access_w() local
676 attr = GetFileAttributesW(path); in php_win32_ioutil_access_w()
677 if (attr == INVALID_FILE_ATTRIBUTES) { in php_win32_ioutil_access_w()
687 if ((mode &W_OK) == W_OK && (attr & FILE_ATTRIBUTE_READONLY) == FILE_ATTRIBUTE_READONLY) { in php_win32_ioutil_access_w()
822 DWORD attr; in php_win32_ioutil_symlink_w() local
825 if ((attr = GetFileAttributesW(target)) == INVALID_FILE_ATTRIBUTES) { in php_win32_ioutil_symlink_w()
830 res = CreateSymbolicLinkW(link, target, (attr & FILE_ATTRIBUTE_DIRECTORY ? 1 : 0)); in php_win32_ioutil_symlink_w()
/PHP-8.1/ext/pdo_dblib/
H A Ddblib_driver.c273 static bool dblib_set_attr(pdo_dbh_t *dbh, zend_long attr, zval *val) in dblib_set_attr() argument
279 switch(attr) { in dblib_set_attr()
382 static int dblib_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *return_value) in dblib_get_attribute() argument
386 switch (attr) { in dblib_get_attribute()
/PHP-8.1/ext/pdo_odbc/
H A Dodbc_driver.c333 static bool odbc_handle_set_attr(pdo_dbh_t *dbh, zend_long attr, zval *val) in odbc_handle_set_attr() argument
338 switch (attr) { in odbc_handle_set_attr()
368 static int odbc_handle_get_attr(pdo_dbh_t *dbh, zend_long attr, zval *val) in odbc_handle_get_attr() argument
371 switch (attr) { in odbc_handle_get_attr()
/PHP-8.1/sapi/cgi/tests/
H A D003.phpt28 private $pri; /* private attr */
/PHP-8.1/Zend/
H A Dzend_enum.c430 ast->attr = 0; in create_enum_case_ast()
435 ast->child[0]->attr = 0; in create_enum_case_ast()
441 ast->child[1]->attr = 0; in create_enum_case_ast()
448 ast->child[2]->attr = 0; in create_enum_case_ast()
/PHP-8.1/ext/intl/tests/
H A Dut_common.inc82 function ut_coll_get_attribute( $coll, $attr )
84 …return $GLOBALS['oo-mode'] ? $coll->getAttribute( $attr ) : collator_get_attribute( $coll, $attr );
94 function ut_coll_set_attribute( $coll, $attr, $val )
96 …return $GLOBALS['oo-mode'] ? $coll->setAttribute( $attr, $val ) : collator_set_attribute( $coll, $
H A Dformatter_get_set_symbol2.phpt45 list( $symb, $new_val, $number, $attr ) = $data;
47 $fmt = ut_nfmt_create( 'en_US', $attr);
/PHP-8.1/ext/pdo_mysql/
H A Dmysql_driver.c409 static bool pdo_mysql_set_attribute(pdo_dbh_t *dbh, zend_long attr, zval *val) in pdo_mysql_set_attribute() argument
415 PDO_DBG_INF_FMT("attr=" ZEND_LONG_FMT, attr); in pdo_mysql_set_attribute()
417 switch (attr) { in pdo_mysql_set_attribute()
497 static int pdo_mysql_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *return_value) argument
503 PDO_DBG_INF_FMT("attr=" ZEND_LONG_FMT, attr);
504 switch (attr) {
/PHP-8.1/ext/oci8/tests/
H A Dconn_attr_4.phpt84 foreach($attr_array as $attr) {
85 get_attr($c1,$attr);
/PHP-8.1/ext/zip/
H A Dphp_zip_arginfo.h212 ZEND_ARG_TYPE_INFO(0, attr, IS_LONG, 0)
221 ZEND_ARG_TYPE_INFO(0, attr, IS_LONG, 0)
230 ZEND_ARG_INFO(1, attr)
239 ZEND_ARG_INFO(1, attr)
/PHP-8.1/ext/xmlreader/tests/
H A D014.phpt33 $attr = $reader->moveToFirstAttribute();
/PHP-8.1/ext/standard/tests/image/
H A Diptcembed_002.phpt47 list($width, $height, $type, $attr) = getimagesize($file,$info);
80 list($width, $height, $type, $attr) = $ret;
/PHP-8.1/ext/pdo_oci/
H A Doci_driver.c430 static bool oci_handle_set_attribute(pdo_dbh_t *dbh, zend_long attr, zval *val) /* {{{ */ in oci_handle_set_attribute() argument
435 switch (attr) { in oci_handle_set_attribute()
578 static int oci_handle_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *return_value) /* {{{ */ in oci_handle_get_attribute() argument
582 switch (attr) { in oci_handle_get_attribute()
594 if (attr == PDO_ATTR_SERVER_INFO) { in oci_handle_get_attribute()
/PHP-8.1/ext/pdo_sqlite/
H A Dsqlite_statement.c370 static int pdo_sqlite_stmt_get_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) in pdo_sqlite_stmt_get_attribute() argument
374 switch (attr) { in pdo_sqlite_stmt_get_attribute()
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd.h241 #define mysqlnd_stmt_attr_get(stmt, attr, value) (stmt)->m->get_attribute((stmt), (attr), (value)) argument
242 #define mysqlnd_stmt_attr_set(stmt, attr, value) (stmt)->m->set_attribute((stmt), (attr), (value)) argument

Completed in 131 milliseconds

123456