Home
last modified time | relevance | path

Searched refs:literal (Results 1 – 25 of 64) sorted by relevance

123

/PHP-7.4/ext/date/tests/
H A Dstrftime_variation8.phpt2 Test strftime() function : usage variation - Passing literal related strings to format argument.
19 echo "\n-- Testing strftime() function with a literal % character to format --\n";
28 -- Testing strftime() function with a literal % character to format --
H A Dgmstrftime_variation8.phpt2 Test gmstrftime() function : usage variation - Passing literal related strings to format argument.
20 'A literal % character' => "%%",
36 --A literal % character--
/PHP-7.4/ext/xml/tests/
H A Dbug35447.phpt17 type (literal|pattern|sub) "literal"
44 string(7) "literal"
/PHP-7.4/ext/tokenizer/tests/
H A Dparse_errors.phpt32 Invalid numeric literal
56 Invalid numeric literal
/PHP-7.4/ext/soap/tests/schema/
H A Dschema056.phpt2 SOAP XML Schema 56: SOAP 1.1 Array (literal encoding)
17 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
H A Dschema057.phpt2 SOAP XML Schema 57: SOAP 1.1 Array (second way, literal encoding)
19 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
H A Dschema058.phpt2 SOAP XML Schema 58: SOAP 1.2 Array (literal encoding)
18 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
H A Dschema059.phpt2 SOAP XML Schema 59: SOAP 1.2 Array (second way, literal encoding)
19 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
H A Dschema060.phpt2 SOAP XML Schema 60: SOAP 1.2 Multidimensional array (literal encoding)
18 test_schema($schema,'type="tns:testType"',array(array(123),array(123.5)),'rpc','literal');
H A Dschema061.phpt2 SOAP XML Schema 61: SOAP 1.2 Multidimensional array (second way, literal encoding)
20 test_schema($schema,'type="tns:testType"',array(array(123),array(123.5)),'rpc','literal');
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug40609.wsdl26literal" /></wsdl:input></wsdl:operation><wsdl:operation name="getPrice"><soap:operation soapActio…
H A Dbug29061.wsdl29 <soap:body use="literal"/>
32 <soap:body use="literal"/>
H A Dbug29795.wsdl28 <soap:body use="literal"/>
31 <soap:body use="literal"/>
/PHP-7.4/tests/lang/
H A Dinvalid_octal.phpt8 Parse error: Invalid numeric literal in %s on line 3
H A Dbug73172.phpt2 Bug #73172 parse error: Invalid numeric literal
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_info.c42 …PHPDBG_INFO_COMMAND_D(literal, "show active literal constants", 'l', info_literal, NULL, 0, PH…
306 PHPDBG_INFO(literal) /* {{{ */ in PHPDBG_INFO() argument
312 int literal = 0, count = ops->last_literal - 1; in PHPDBG_INFO() local
328 while (literal < ops->last_literal) { in PHPDBG_INFO()
329 if (Z_TYPE(ops->literals[literal]) != IS_NULL) { in PHPDBG_INFO()
330 phpdbg_write("literal", "id=\"%u\"", "|-------- C%u -------> [", literal); in PHPDBG_INFO()
331 zend_print_zval(&ops->literals[literal], 0); in PHPDBG_INFO()
334 literal++; in PHPDBG_INFO()
H A Dphpdbg_info.h36 PHPDBG_INFO(literal);
/PHP-7.4/Zend/tests/
H A Dbug78454_1.phpt2 Invalid consecutive numeric separators after hex literal
H A Dbug78454_2.phpt2 Invalid consecutive numeric separators after binary literal
H A Dbug77993.phpt2 Bug #77993 (Wrong parse error for invalid hex literal on Windows)
H A Dast_serialize_backtick_literal.phpt2 Serialization of backtick literal is incorrect
H A Ddeclare_006.phpt9 Fatal error: declare(ticks) value must be a literal in %sdeclare_006.php on line 2
H A Darray_unpack_string_keys.phpt2 Using array unpacking in an array literal that also has string keys (OSS-Fuzz #17965)
/PHP-7.4/Zend/tests/varSyntax/
H A Dmethod_call_on_string_literal.phpt2 Method call on string literal
/PHP-7.4/ext/soap/tests/
H A Dbug68361.phpt65 <soap:body use="literal" namespace="http://foo.bar/testserver"/>
68 <soap:body use="literal" namespace="http://foo.bar/testserver"/>
74 <soap:body use="literal" namespace="http://foo.bar/testserver"/>
77 <soap:body use="literal" namespace="http://foo.bar/testserver"/>

Completed in 47 milliseconds

123