/PHP-8.4/ext/date/tests/ |
H A D | strftime_variation8.phpt | 2 Test strftime() function : usage variation - Passing literal related strings to format argument. 13 echo "\n-- Testing strftime() function with a literal % character to format --\n"; 21 -- Testing strftime() function with a literal % character to format --
|
H A D | gmstrftime_variation8.phpt | 2 Test gmstrftime() function : usage variation - Passing literal related strings to format argument. 14 'A literal % character' => "%%", 29 --A literal % character--
|
/PHP-8.4/ext/xml/tests/ |
H A D | bug35447.phpt | 18 type (literal|pattern|sub) "literal" 45 string(7) "literal"
|
/PHP-8.4/ext/soap/tests/schema/ |
H A D | schema056.phpt | 2 SOAP XML Schema 56: SOAP 1.1 Array (literal encoding) 18 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
|
H A D | schema057.phpt | 2 SOAP XML Schema 57: SOAP 1.1 Array (second way, literal encoding) 20 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
|
H A D | schema059.phpt | 2 SOAP XML Schema 59: SOAP 1.2 Array (second way, literal encoding) 20 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
|
H A D | schema058.phpt | 2 SOAP XML Schema 58: SOAP 1.2 Array (literal encoding) 19 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
|
H A D | schema060.phpt | 2 SOAP XML Schema 60: SOAP 1.2 Multidimensional array (literal encoding) 19 test_schema($schema,'type="tns:testType"',array(array(123),array(123.5)),'rpc','literal');
|
H A D | schema061.phpt | 2 SOAP XML Schema 61: SOAP 1.2 Multidimensional array (second way, literal encoding) 21 test_schema($schema,'type="tns:testType"',array(array(123),array(123.5)),'rpc','literal');
|
/PHP-8.4/ext/tokenizer/tests/ |
H A D | parse_errors.phpt | 32 Invalid numeric literal 56 Invalid numeric literal
|
/PHP-8.4/ext/soap/tests/bugs/ |
H A D | bug40609.wsdl | 26 …literal" /></wsdl:input></wsdl:operation><wsdl:operation name="getPrice"><soap:operation soapActio…
|
H A D | bug29061.wsdl | 29 <soap:body use="literal"/> 32 <soap:body use="literal"/>
|
H A D | bug68361.phpt | 65 <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"/>
|
/PHP-8.4/sapi/phpdbg/ |
H A D | phpdbg_info.c | 40 …PHPDBG_INFO_COMMAND_D(literal, "show active literal constants", 'l', info_literal, NULL, 0, PH… 304 PHPDBG_INFO(literal) /* {{{ */ in PHPDBG_INFO() argument 310 int literal = 0, count = ops->last_literal - 1; in PHPDBG_INFO() local 326 while (literal < ops->last_literal) { in PHPDBG_INFO() 327 if (Z_TYPE(ops->literals[literal]) != IS_NULL) { in PHPDBG_INFO() 328 phpdbg_write("|-------- C%u -------> [", literal); in PHPDBG_INFO() 329 zend_print_zval(&ops->literals[literal], 0); in PHPDBG_INFO() 332 literal++; in PHPDBG_INFO()
|
H A D | phpdbg_info.h | 34 PHPDBG_INFO(literal);
|
/PHP-8.4/Zend/Optimizer/ |
H A D | compact_literals.c | 126 static zend_string *create_str_cache_key(zval *literal, uint8_t num_related) in create_str_cache_key() argument 128 ZEND_ASSERT(Z_TYPE_P(literal) == IS_STRING); in create_str_cache_key() 130 return zend_string_copy(Z_STR_P(literal)); in create_str_cache_key() 136 ZEND_ASSERT(Z_TYPE_P(literal + 1) == IS_STRING); in create_str_cache_key() 138 Z_STRVAL_P(literal), Z_STRLEN_P(literal), in create_str_cache_key() 139 Z_STRVAL_P(literal + 1), Z_STRLEN_P(literal + 1)); in create_str_cache_key() 141 ZEND_ASSERT(Z_TYPE_P(literal + 1) == IS_STRING && Z_TYPE_P(literal + 2) == IS_STRING); in create_str_cache_key() 143 Z_STRVAL_P(literal), Z_STRLEN_P(literal), in create_str_cache_key() 144 Z_STRVAL_P(literal + 1), Z_STRLEN_P(literal + 1), in create_str_cache_key() 145 Z_STRVAL_P(literal + 2), Z_STRLEN_P(literal + 2)); in create_str_cache_key()
|
/PHP-8.4/tests/lang/ |
H A D | invalid_octal.phpt | 9 Parse error: Invalid numeric literal in %s on line 3
|
H A D | bug73172.phpt | 2 Bug #73172 parse error: Invalid numeric literal
|
/PHP-8.4/Zend/tests/ |
H A D | bug78454_1.phpt | 2 Invalid consecutive numeric separators after hex literal
|
H A D | bug78454_2.phpt | 2 Invalid consecutive numeric separators after binary literal
|
H A D | oct_whitespace.phpt | 2 Octal literal followed by whitespace and another number
|
H A D | bug77993.phpt | 2 Bug #77993 (Wrong parse error for invalid hex literal on Windows)
|
H A D | declare_006.phpt | 10 Fatal error: declare(ticks) value must be a literal in %sdeclare_006.php on line 2
|
H A D | array_unpack_string_keys.phpt | 2 Using array unpacking in an array literal that also has string keys (OSS-Fuzz #17965)
|
/PHP-8.4/Zend/tests/ast/ |
H A D | ast_serialize_backtick_literal.phpt | 2 Serialization of backtick literal is incorrect
|