Home
last modified time | relevance | path

Searched refs:identifier (Results 1 – 25 of 40) sorted by relevance

12

/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_client_identifier.phpt2 PDO_OCI: Attribute: Setting session client identifier
23 var_dump($dbh->setAttribute(PDO::OCI_ATTR_CLIENT_IDENTIFIER, "some client identifier"));
50 CLIENT_IDENTIFIER SET: string(22) "some client identifier"
/PHP-7.4/ext/standard/tests/strings/
H A Dstrncmp_variation9.phpt21 /* identifier name contains underscore */
24 string, whose identifier
29 /* identifier name starts with underscore */
H A Dstrncasecmp_variation9.phpt21 /* identifier name contains underscore */
24 string, whose identifier
29 /* identifier name starts with underscore */
/PHP-7.4/ext/sysvshm/tests/
H A D001.phpt38 Warning: ftok(): Project identifier is invalid in %s on line %d
41 Warning: ftok(): Project identifier is invalid in %s on line %d
/PHP-7.4/Zend/tests/
H A Dns_trailing_comma_error_07.phpt8 Parse error: syntax error, unexpected ',', expecting identifier (T_STRING) in %s on line %d
H A Dns_trailing_comma_error_01.phpt8 Parse error: syntax error, unexpected '}', expecting identifier (T_STRING) or function (T_FUNCTION)…
H A Dns_trailing_comma_error_02.phpt8 Parse error: syntax error, unexpected ',', expecting identifier (T_STRING) or function (T_FUNCTION)…
H A Dns_trailing_comma_error_04.phpt8 Parse error: syntax error, unexpected ',', expecting identifier (T_STRING) or function (T_FUNCTION)…
H A Dns_096.phpt10 Parse error: syntax error, unexpected '\' (T_NS_SEPARATOR), expecting identifier (T_STRING) or func…
/PHP-7.4/ext/date/tests/
H A Ddate_default_timezone_set_error.phpt19 echo "\n-- Testing date_default_timezone_set() function with invalid timezone identifier --\n";
37 -- Testing date_default_timezone_set() function with invalid timezone identifier --
H A Dbug45529.phpt2 Bug #45529 (UTC not properly recognised as timezone identifier while parsing)
H A Dgmdate_variation10.phpt17 echo "\n-- Testing gmdate() function with Timezone identifier format --\n";
46 -- Testing gmdate() function with Timezone identifier format --
/PHP-7.4/Zend/tests/grammar/
H A Dregression_005.phpt13 Parse error: syntax error, unexpected 'return' (T_RETURN), expecting identifier (T_STRING) in %s on…
H A Dbug78441.phpt2 Bug #78441 (Parse error due to heredoc identifier followed by digit)
/PHP-7.4/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-7.4/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-7.4/ext/snmp/tests/
H A Dsnmp2_get.phpt79 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
87 Warning: snmp2_get(): Invalid object identifier: .1.3.6.1.2.1...1.1.0 in %s on line %d
H A Dsnmpget.phpt81 Warning: snmpget(): Invalid object identifier: .1.3.6.1.2.1..1.1.0 in %s on line %d
85 Warning: snmpget(): Invalid object identifier: .1.3.6.1.2.1...1.1.0 in %s on line %d
89 Warning: snmpget(): Invalid object identifier: .1.3.6.1.2.1...1.1.0 in %s on line %d
H A Dsnmp-object-errno-errstr.phpt123 string(46) "Invalid object identifier: .1.3.6.1.2..1.1.1.0"
127 string(46) "Invalid object identifier: .1.3.6.1.2..1.1.1.0"
131 string(42) "Invalid object identifier: .1.3.6.1.2..1.1"
H A Dsnmp-object-error.phpt84 Warning: SNMP::get(): Invalid object identifier: .1.3.6.1.2.1.1.1..0 in %s on line %d
87 string(46) "Invalid object identifier: .1.3.6.1.2.1.1.1..0"
/PHP-7.4/ext/standard/tests/network/
H A Dsocket_bug74429.phpt2 Bug #74429 Remote socket URI with unique persistence identifier broken
/PHP-7.4/ext/intl/tests/
H A Dbug62017.phpt21 Warning: datefmt_create(): datefmt_create: Time zone identifier given is not a valid UTF-8 string i…
/PHP-7.4/ext/standard/tests/url/
H A Dparse_url_error_002.phpt45 Warning: parse_url(): Invalid URL component identifier 99 in %s on line 15
/PHP-7.4/Zend/
H A Dzend_language_parser.y257 %type <ast> identifier
288 identifier:
731 | method_modifiers function returns_ref identifier backup_doc_comment '(' parameter_list ')'
770 | trait_method_reference T_AS member_modifier identifier
777 identifier
783 name T_PAAMAYIM_NEKUDOTAYIM identifier
836identifier '=' expr backup_doc_comment { $$ = zend_ast_create(ZEND_AST_CONST_ELEM, $1, $3, ($4 ? z…
1124 | class_name T_PAAMAYIM_NEKUDOTAYIM identifier
1126 | variable_class_name T_PAAMAYIM_NEKUDOTAYIM identifier
1203 identifier { $$ = $1; }

Completed in 31 milliseconds

12