Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/date/tests/
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 --
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--
/PHP-5.5/ext/xml/tests/
H A Dbug35447.phpt17 type (literal|pattern|sub) "literal"
44 string(7) "literal"
/PHP-5.5/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"/>
H A Dbug29795.wsdl28 <soap:body use="literal"/>
31 <soap:body use="literal"/>
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"/>
/PHP-5.5/ext/soap/tests/schema/
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');
H A Dschema059.phpt2 SOAP XML Schema 59: SOAP 1.2 Array (second way, 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)
18 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)
20 test_schema($schema,'type="tns:testType"',array(array(123),array(123.5)),'rpc','literal');
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-5.5/Zend/
H A Dzend_vm_execute.h946 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_ADD_TRAIT_SPEC_HANDLER()
1230 function_name = (zval*)(opline->op2.literal+1); in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1376 func_name = opline->op2.literal + 1; in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1377 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1488 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_ADD_INTERFACE_SPEC_CONST_HANDLER()
1555 function_name = (zval*)(opline->op2.literal+1); in ZEND_INIT_FCALL_BY_NAME_SPEC_TMP_HANDLER()
1742 function_name = (zval*)(opline->op2.literal+1); in ZEND_INIT_FCALL_BY_NAME_SPEC_VAR_HANDLER()
1967 function_name = (zval*)(opline->op2.literal+1); in ZEND_INIT_FCALL_BY_NAME_SPEC_CV_HANDLER()
3553 CACHE_PTR(opline->op1.literal->cache_slot, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
3700 CACHE_PTR(opline->op2.literal->cache_slot, c); in ZEND_FETCH_CONSTANT_SPEC_CONST_CONST_HANDLER()
[all …]
H A Dzend_vm_def.h1046 CACHE_PTR(opline->op2.literal->cache_slot, ce);
2524 CACHE_PTR(opline->op1.literal->cache_slot, ce);
2539 CACHED_PTR(opline->op2.literal->cache_slot)) {
2633 function_name = (zval*)(opline->op2.literal+1);
2779 func_name = opline->op2.literal + 1;
2780 if (CACHED_PTR(opline->op2.literal->cache_slot)) {
2814 if (CACHED_PTR(opline->op1.literal->cache_slot)) {
3000 if (CACHED_PTR(opline->op1.literal->cache_slot)) {
3497 c = CACHED_PTR(opline->op2.literal->cache_slot);
3515 CACHE_PTR(opline->op2.literal->cache_slot, c);
[all …]
/PHP-5.5/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-5.5/ext/oci8/tests/
H A Dcoll_009_func.phpt41 Warning: oci_collection_append(): OCI-01861: literal does not match format string in %s on line %d
H A Dcoll_009.phpt41 Warning: OCI-Collection::append(): OCI-01861: literal does not match format string in %s on line %d

Completed in 183 milliseconds

12