Home
last modified time | relevance | path

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

123

/php-src/ext/date/tests/
H A Dstrftime_variation8.phpt2 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 Dgmstrftime_variation8.phpt2 Test gmstrftime() function : usage variation - Passing literal related strings to format argument.
14 'A literal % character' => "%%",
29 --A literal % character--
/php-src/ext/xml/tests/
H A Dbug35447.phpt18 type (literal|pattern|sub) "literal"
45 string(7) "literal"
/php-src/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"/>
/php-src/ext/tokenizer/tests/
H A Dparse_errors.phpt32 Invalid numeric literal
56 Invalid numeric literal
/php-src/ext/soap/tests/schema/
H A Dschema056.phpt2 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 Dschema057.phpt2 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 Dschema059.phpt2 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 Dschema058.phpt2 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 Dschema060.phpt2 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 Dschema061.phpt2 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-src/sapi/phpdbg/
H A Dphpdbg_info.c40 …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 Dphpdbg_info.h34 PHPDBG_INFO(literal);
/php-src/Zend/Optimizer/
H A Dcompact_literals.c126 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-src/tests/lang/
H A Dinvalid_octal.phpt9 Parse error: Invalid numeric literal in %s on line 3
H A Dbug73172.phpt2 Bug #73172 parse error: Invalid numeric literal
/php-src/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 Doct_whitespace.phpt2 Octal literal followed by whitespace and another number
H A Dbug77993.phpt2 Bug #77993 (Wrong parse error for invalid hex literal on Windows)
H A Ddeclare_006.phpt10 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-src/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"/>
/php-src/Zend/tests/ast/
H A Dast_serialize_backtick_literal.phpt2 Serialization of backtick literal is incorrect

Completed in 80 milliseconds

123