Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/soap/tests/bugs/
H A Dbug29839.wsdl30 <soap:body use="literal"/>
33 <soap:body use="literal"/>
H A Dbug34453.wsdl30 <soap:body use="literal"/>
33 <soap:body use="literal"/>
H A Dbug50698_1.wsdl194 <soap:body use="literal"/>
197 <soap:body use="literal"/>
207 <soap12:body use="literal"/>
210 <soap12:body use="literal"/>
/PHP-7.4/Zend/tests/
H A Dbug71086.phpt2 Bug #71086: Invalid numeric literal parse error within highlight_string() function
H A Ddeclare_004.phpt20 Fatal error: Encoding must be a literal in %sdeclare_004.php on line 5
H A Ddeclare_003.phpt21 Fatal error: Encoding must be a literal in %s on line %d
H A Dcall_user_func_009.phpt2 call_user_func() behavior when passing literal to reference parameter
H A Dnumeric_literal_separator_001.phpt2 Valid use of numeric literal separator
H A Ddeclare_001.phpt27 Fatal error: Encoding must be a literal in %s on line %d
H A Ddeclare_002.phpt27 Fatal error: Encoding must be a literal in %sdeclare_002.php on line 6
H A Dbug75218.phpt24 Encoding must be a literal
H A Disset_str_offset.phpt19 print "- string literal ---\n";
73 - string literal ---
H A Dempty_str_offset.phpt20 print "- string literal ---\n";
76 - string literal ---
H A Drequire_parse_exception.phpt49 Invalid numeric literal on line 2
/PHP-7.4/ext/soap/tests/schema/
H A Dschema071.phpt17 test_schema($schema,'type="tns:testType"',array(123,123.5),'document','literal');
H A Dschema072.phpt19 test_schema($schema,'element="tns:testElement"',array(123,123.5),'document','literal');
H A Dschema073.phpt18 test_schema($schema,'element="tns:testElement"',array(123,123.5),'document','literal');
H A Dschema079.phpt18 …s:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc", "literal", 'elementFormDef…
H A Dschema080.phpt18 …schema,'type="tns:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc", "literal");
H A Dschema078.phpt18 …s:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc", "literal", 'elementFormDef…
/PHP-7.4/ext/oci8/tests/
H A Dcoll_009.phpt41 Warning: OCI-Collection::append(): OCI-01861: literal does not match format string in %s on line %d
H A Dcoll_009_func.phpt41 Warning: oci_collection_append(): OCI-01861: literal does not match format string in %s on line %d
/PHP-7.4/sapi/phpdbg/
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()
/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))
/PHP-7.4/Zend/tests/generators/
H A Dget_return.phpt26 // so it's okay to return a literal

Completed in 50 milliseconds

123