Home
last modified time | relevance | path

Searched refs:identifier (Results 26 – 50 of 55) sorted by relevance

123

/PHP-8.2/Zend/tests/
H A Dns_trailing_comma_error_04.phpt8 Parse error: syntax error, unexpected token ",", expecting identifier or namespaced name or "functi…
H A Dns_096.phpt10 Parse error: syntax error, unexpected fully qualified name "\Baz", expecting identifier or namespac…
/PHP-8.2/ext/soap/tests/bugs/
H A Dbug37083.phpt19 …/soap/encoding/"><fields href="#id11"/><identifier xsi:type="xsd:string">oai:dlmd.ifremer.fr:59001…
20 …/soap/encoding/"><fields href="#id12"/><identifier xsi:type="xsd:string">oai:dlmd.ifremer.fr:59000…
21 …/soap/encoding/"><fields href="#id13"/><identifier xsi:type="xsd:string">oai:dlmd.ifremer.fr:59000…
22 …g/soap/encoding/"><fields href="#id14"/><identifier xsi:type="xsd:string">oai:dlmd.ifremer.fr:4153…
23 …/soap/encoding/"><fields href="#id15"/><identifier xsi:type="xsd:string">oai:dlmd.ifremer.fr:59000…
24 …/soap/encoding/"><fields href="#id16"/><identifier xsi:type="xsd:string">oai:dlmd.ifremer.fr:29002…
25 …/soap/encoding/"><fields href="#id17"/><identifier xsi:type="xsd:string">oai:dlmd.ifremer.fr:29002…
26 …/soap/encoding/"><fields href="#id18"/><identifier xsi:type="xsd:string">oai:dlmd.ifremer.fr:29002…
27 …/soap/encoding/"><fields href="#id19"/><identifier xsi:type="xsd:string">oai:dlmd.ifremer.fr:29002…
28 …/soap/encoding/"><fields href="#id20"/><identifier xsi:type="xsd:string">oai:dlmd.ifremer.fr:59001…
/PHP-8.2/ext/snmp/tests/
H A Dsnmp2_get.phpt75 Warning: snmp2_get(): Invalid object identifier: .1.3.6.1.2..1.1.1.0 in %s on line %d
79 Warning: snmp2_get(): Invalid object identifier: .1.3.6.1.2.1...1.1.0 in %s on line %d
83 Warning: snmp2_get(): Invalid object identifier: .1.3.6.1.2.1...1.1.0 in %s on line %d
H A Dsnmpget.phpt72 Warning: snmpget(): Invalid object identifier: .1.3.6.1.2.1..1.1.0 in %s on line %d
76 Warning: snmpget(): Invalid object identifier: .1.3.6.1.2.1...1.1.0 in %s on line %d
80 Warning: snmpget(): Invalid object identifier: .1.3.6.1.2.1...1.1.0 in %s on line %d
H A Dsnmp-object-error.phpt97 Warning: SNMP::get(): Invalid object identifier: .1.3.6.1.2.1.1.1..0 in %s on line %d
100 string(46) "Invalid object identifier: .1.3.6.1.2.1.1.1..0"
H A Dsnmp-object-errno-errstr.phpt125 string(46) "Invalid object identifier: .1.3.6.1.2..1.1.1.0"
129 string(46) "Invalid object identifier: .1.3.6.1.2..1.1.1.0"
133 string(42) "Invalid object identifier: .1.3.6.1.2..1.1"
H A Dsnmp2_set-nomib.phpt52 Warning: snmp2_set(): Invalid object identifier: %s in %s on line %d
H A Dsnmpset-nomib.phpt53 Warning: snmpset(): Invalid object identifier: %s in %s on line %d
H A Dsnmp2_walk.phpt74 Warning: snmpwalk(): Invalid object identifier: %s in %s on line %d
H A Dsnmpwalk.phpt74 Warning: snmpwalk(): Invalid object identifier: %s in %s on line %d
H A Dsnmp3-error.phpt81 Warning: snmp3_set(): Invalid object identifier: .1.3.6.777...7.5.3 in %s on line %d
/PHP-8.2/Zend/tests/traits/bugs/
H A Dalias-semantics.phpt2 Semantic of alias operation is to provide an additional identifier for the method body of the origi…
H A Dalias-semantics02.phpt2 Semantic of alias operation is to provide an additional identifier for the
/PHP-8.2/ext/spl/tests/
H A Dbug74372.phpt17 Parse error: syntax error, unexpected identifier "ha" in %s on line %d
/PHP-8.2/ext/date/tests/
H A Dbug45529.phpt2 Bug #45529 (UTC not properly recognised as timezone identifier while parsing)
H A Dgmdate_variation10.phpt11 echo "\n-- Testing gmdate() function with Timezone identifier format --\n";
39 -- Testing gmdate() function with Timezone identifier format --
/PHP-8.2/ext/opcache/tests/
H A Dpreload_parse_error.phpt18 Parse error: syntax error, unexpected identifier "error" in %s on line %d
/PHP-8.2/ext/intl/tests/
H A Dbug62017.phpt20 Warning: datefmt_create(): datefmt_create: Time zone identifier given is not a valid UTF-8 string i…
/PHP-8.2/ext/standard/tests/network/
H A Dsocket_bug74429.phpt2 Bug #74429 Remote socket URI with unique persistence identifier broken
/PHP-8.2/ext/standard/tests/url/
H A Dparse_url_error_002.phpt43 parse_url(): Argument #2 ($component) must be a valid URL component identifier, 99 given
/PHP-8.2/Zend/
H A Dzend_language_parser.y319 identifier:
335 identifier { $$ = $1; }
635 T_CASE backup_doc_comment identifier enum_case_expr ';'
898 | identifier ':' expr
939 | method_modifiers function returns_ref identifier backup_doc_comment '(' parameter_list ')'
988 | trait_method_reference T_AS member_modifier identifier
995 identifier
1001 class_name T_PAAMAYIM_NEKUDOTAYIM identifier
1362 class_name T_PAAMAYIM_NEKUDOTAYIM identifier
1364 | variable_class_name T_PAAMAYIM_NEKUDOTAYIM identifier
[all …]
/PHP-8.2/ext/sockets/tests/
H A Dwsaprotocol_info_0.phpt46 /* Importing with invalid identifier. */
/PHP-8.2/ext/pdo_oci/
H A Doci_driver.c511 zend_string *identifier = zval_try_get_string(val); in oci_handle_set_attribute() local
512 if (UNEXPECTED(!identifier)) { in oci_handle_set_attribute()
517 (dvoid *) ZSTR_VAL(identifier), (ub4) ZSTR_LEN(identifier), in oci_handle_set_attribute()
/PHP-8.2/ext/pgsql/
H A Dpgsql.c386 static bool _php_pgsql_identifier_is_escaped(const char *identifier, size_t len) /* {{{ */ in _php_pgsql_identifier_is_escaped() argument
393 if (identifier[0] == '"' && identifier[len-1] == '"') { in _php_pgsql_identifier_is_escaped()
398 if (identifier[i] == '"' && (identifier[++i] != '"' || i == len-1)) { in _php_pgsql_identifier_is_escaped()

Completed in 78 milliseconds

123