Home
last modified time | relevance | path

Searched refs:literal (Results 1 – 25 of 64) sorted by last modified time

123

/PHP-7.4/
H A DNEWS2336 . Fixed bug #77287 (Opcache literal compaction is incompatible with EXT
H A DUPGRADING40 interpreted as a literal `<?php` string (with short_open_tag=0).
/PHP-7.4/Zend/
H A Dzend_string.h331 #define zend_string_equals_literal(str, literal) \ argument
332 (ZSTR_LEN(str) == sizeof(literal)-1 && !memcmp(ZSTR_VAL(str), literal, sizeof(literal) - 1))
H A Dzend_opcode.c454 zval *literal = op_array->literals; in destroy_op_array() local
455 zval *end = literal + op_array->last_literal; in destroy_op_array()
456 while (literal < end) { in destroy_op_array()
457 zval_ptr_dtor_nogc(literal); in destroy_op_array()
458 literal++; in destroy_op_array()
/PHP-7.4/ext/date/lib/
H A Dparse_date.re2054 * should match the next literal:
2059 * prefix is escaped. (e.g. "%%" is expecting literal "%")
2064 … add_pbf_error(s, TIMELIB_ERR_FORMAT_LITERAL_MISMATCH, "Format literal not found", string, begin);
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c191 … sljit_s32 push_inst_with_literal(struct sljit_compiler *compiler, sljit_uw inst, sljit_uw literal) in push_inst_with_literal() argument
206 if ((*cpool_ptr == literal) && !(*cpool_unique_ptr)) { in push_inst_with_literal()
234 compiler->cpool[cpool_index] = literal; in push_inst_with_literal()
241 …s32 push_inst_with_unique_literal(struct sljit_compiler *compiler, sljit_uw inst, sljit_uw literal) in push_inst_with_unique_literal() argument
253 compiler->cpool[compiler->cpool_fill] = literal; in push_inst_with_unique_literal()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c84 BOOL literal = FALSE; in find_text_end() local
89 if (literal) in find_text_end()
93 literal = FALSE; in find_text_end()
148 literal = TRUE; in find_text_end()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_info.h36 PHPDBG_INFO(literal);
H A Dphpdbg_opcode.c59 zval *literal = RT_CONSTANT(opline, *op); in phpdbg_decode_op() local
60 decode = phpdbg_short_zval_print(literal, 20); in phpdbg_decode_op()
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 Dxml.md272 ### literal ### subsection
279 - for each literal there is a &lt;literal> followed by a &lt;stream type="stdout"> which prints the…
280 - &lt;literal id="" />: where id is the internal identifier of the literal
/PHP-7.4/ext/standard/
H A Dscanf.c680 literal: in php_sscanf_internal()
695 goto literal; in php_sscanf_internal()
/PHP-7.4/ext/date/tests/
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--
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 --
/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/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/standard/tests/strings/
H A Dsprintf_f_2.phpt41 // notice the double %%, this prints a literal '%' character
H A Dhtml_entity_decode3.phpt13 "&#x0D;", //note that HTML5 is unique in that it forbids this entity, but allows a literal U+0D
H A Dhtmlentities22.phpt12 "&#x0D;", //note that HTML5 is unique in that it forbids this entity, but allows a literal U+0D
/PHP-7.4/ext/soap/tests/schema/
H A Dschema078.phpt18 …s:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc", "literal", 'elementFormDef…
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');

Completed in 65 milliseconds

123