Home
last modified time | relevance | path

Searched refs:literal (Results 26 – 47 of 47) sorted by relevance

12

/PHP-5.5/ext/soap/tests/bugs/
H A Dbug50698_1.wsdl194 <soap:body use="literal"/>
197 <soap:body use="literal"/>
207 <soap12:body use="literal"/>
210 <soap12:body use="literal"/>
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-5.5/Zend/
H A Dzend_opcode.c356 zend_literal *literal = op_array->literals; in destroy_op_array() local
384 if (literal) { in destroy_op_array()
385 end = literal + op_array->last_literal; in destroy_op_array()
386 while (literal < end) { in destroy_op_array()
387 zval_dtor(&literal->constant); in destroy_op_array()
388 literal++; in destroy_op_array()
H A Dzend_compile.h85 zend_literal *literal; member
H A Dzend_compile.c71 #define GET_CACHE_SLOT(literal) do { \ argument
72 CG(active_op_array)->literals[literal].cache_slot = CG(active_op_array)->last_cache_slot++; \
81 #define GET_POLYMORPHIC_CACHE_SLOT(literal) do { \ argument
82 CG(active_op_array)->literals[literal].cache_slot = CG(active_op_array)->last_cache_slot; \
91 #define FREE_POLYMORPHIC_CACHE_SLOT(literal) do { \ argument
92 if (CG(active_op_array)->literals[literal].cache_slot != -1 && \
93 CG(active_op_array)->literals[literal].cache_slot == \
95 CG(active_op_array)->literals[literal].cache_slot = -1; \
/PHP-5.5/ext/ereg/regex/
H A DWHATSNEW42 regcomp() makes all characters ordinary, so you can match a literal
83 pre-screening of input when a literal string is known to be part of the
/PHP-5.5/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-5.5/ext/standard/
H A Dscanf.c686 literal: in php_sscanf_internal()
701 goto literal; in php_sscanf_internal()
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput83874 literal\E/x
3875 abc#not comment\n literal
3879 literal/x
3880 abc#not comment\n literal
3884 literal\E #more comment
3886 abc#not comment\n literal
3890 literal\E #more comment/x
3891 abc#not comment\n literal
H A Dtestoutput86061 literal\E/x
6062 abc#not comment\n literal
6063 0: abc#not comment\x0a literal
6067 literal/x
6068 abc#not comment\n literal
6069 0: abc#not comment\x0a literal
6073 literal\E #more comment
6075 abc#not comment\n literal
6076 0: abc#not comment\x0a literal
6080 literal\E #more comment/x
[all …]
H A Dtestoutput16052 literal\E/x
6053 abc#not comment\n literal
6054 0: abc#not comment\x0a literal
6058 literal/x
6059 abc#not comment\n literal
6060 0: abc#not comment\x0a literal
6064 literal\E #more comment
6066 abc#not comment\n literal
6067 0: abc#not comment\x0a literal
6071 literal\E #more comment/x
[all …]
H A Dtestinput13705 literal\E/x
3706 abc#not comment\n literal
3710 literal/x
3711 abc#not comment\n literal
3715 literal\E #more comment
3717 abc#not comment\n literal
3721 literal\E #more comment/x
3722 abc#not comment\n literal
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_32.c181 …c sljit_si push_inst_with_literal(struct sljit_compiler *compiler, sljit_uw inst, sljit_uw literal) in push_inst_with_literal() argument
196 if ((*cpool_ptr == literal) && !(*cpool_unique_ptr)) { in push_inst_with_literal()
224 compiler->cpool[cpool_index] = literal; in push_inst_with_literal()
231 …_si push_inst_with_unique_literal(struct sljit_compiler *compiler, sljit_uw inst, sljit_uw literal) in push_inst_with_unique_literal() argument
243 compiler->cpool[compiler->cpool_fill] = literal; in push_inst_with_unique_literal()
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS61 literal characters 8 and 9 instead of a binary zero followed by the
559 The main internal rearrangement is that sequences of literal characters are no
562 possible. Compiled patterns containing long literal strings will be larger as a
H A DChangeLog46 being treated as a literal 'l' instead of causing an error.
675 literal characters 8 and 9 instead of a binary zero followed by the
683 treating the string as literal. PCRE now does the same.
1729 just be a literal "g".
1969 3. Inside a character class, \B is treated as a literal by default, but
2914 the change happens only if \r or \n (or a literal CR or LF) character is
4314 1. Internal change: literal characters are no longer packed up into items
4858 24. When there was a very long string of literal characters (over 255 bytes
5445 7. Fixed bug: a zero repetition after a literal string (e.g. /abcde{0}/) was
5451 some of these cases. It does this by remembering the last required literal
[all …]
H A DHACKING220 Matching literal characters
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2204 of comment is a literal newline sequence in the pattern; escape
2221 literal. (Perl can, however, be persuaded to give an error for this, by
2333 in patterns are treated as literal data.
2820 variable. An explicit match is either a literal CR or LF character, or
2847 Return the value of the rightmost literal data unit that must exist in
2850 is no such value, -1 is returned. For anchored patterns, a last literal
3020 Returns 1 if there is a rightmost literal data unit that must exist in
5113 literal "u" character.
6225 a literal data character
7693 \x where x is non-alphanumeric is a literal x
[all …]
/PHP-5.5/
H A DNEWS3192 . Fixed bug #55378: Binary number literal returns float number though its
3251 opcode operands into a separate literal table. (Dmitry)
5069 literal). (cbandy at jbandy dot com)
5730 strings and literal text in HEREDOCs and backticks. (Matt)
6431 string literal). (Ilia)

Completed in 138 milliseconds

12