Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/soap/tests/bugs/
H A Dbug50698_4.wsdl194 <soap:body use="literal"/>
197 <soap:body use="literal"/>
207 <soap12:body use="literal"/>
210 <soap12:body use="literal"/>
H A Dbug50698_3.wsdl195 <soap12:body use="literal"/>
198 <soap12:body use="literal"/>
H A Dbug50698_2.wsdl195 <soap12:body use="literal"/>
198 <soap12:body use="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/Zend/
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/sapi/phpdbg/
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/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/standard/
H A Dscanf.c680 literal: in php_sscanf_internal()
695 goto literal; in php_sscanf_internal()
/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/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/
H A DUPGRADING40 interpreted as a literal `<?php` string (with short_open_tag=0).
H A DNEWS2336 . Fixed bug #77287 (Opcache literal compaction is incompatible with EXT

Completed in 83 milliseconds

123