/PHP-5.4/ext/date/tests/ |
H A D | strftime_variation8.phpt | 2 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 D | gmstrftime_variation8.phpt | 2 Test gmstrftime() function : usage variation - Passing literal related strings to format argument. 20 'A literal % character' => "%%", 36 --A literal % character--
|
/PHP-5.4/ext/xml/tests/ |
H A D | bug35447.phpt | 17 type (literal|pattern|sub) "literal" 44 string(7) "literal"
|
/PHP-5.4/ext/soap/tests/bugs/ |
H A D | bug40609.wsdl | 26 …literal" /></wsdl:input></wsdl:operation><wsdl:operation name="getPrice"><soap:operation soapActio…
|
H A D | bug29061.wsdl | 29 <soap:body use="literal"/> 32 <soap:body use="literal"/>
|
H A D | bug29795.wsdl | 28 <soap:body use="literal"/> 31 <soap:body use="literal"/>
|
H A D | bug29839.wsdl | 30 <soap:body use="literal"/> 33 <soap:body use="literal"/>
|
H A D | bug34453.wsdl | 30 <soap:body use="literal"/> 33 <soap:body use="literal"/>
|
/PHP-5.4/ext/soap/tests/schema/ |
H A D | schema056.phpt | 2 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 D | schema057.phpt | 2 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 D | schema058.phpt | 2 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 D | schema059.phpt | 2 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 D | schema060.phpt | 2 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 D | schema061.phpt | 2 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 D | schema071.phpt | 17 test_schema($schema,'type="tns:testType"',array(123,123.5),'document','literal');
|
H A D | schema072.phpt | 19 test_schema($schema,'element="tns:testElement"',array(123,123.5),'document','literal');
|
H A D | schema073.phpt | 18 test_schema($schema,'element="tns:testElement"',array(123,123.5),'document','literal');
|
H A D | schema079.phpt | 18 …s:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc", "literal", 'elementFormDef…
|
H A D | schema080.phpt | 18 …schema,'type="tns:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc", "literal");
|
H A D | schema078.phpt | 18 …s:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc", "literal", 'elementFormDef…
|
/PHP-5.4/Zend/ |
H A D | zend_vm_execute.h | 1002 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_ADD_TRAIT_SPEC_HANDLER() 1200 function_name = (zval*)(opline->op2.literal+1); in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER() 1335 func_name = opline->op2.literal + 1; in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER() 1336 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER() 1444 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_ADD_INTERFACE_SPEC_CONST_HANDLER() 1506 function_name = (zval*)(opline->op2.literal+1); in ZEND_INIT_FCALL_BY_NAME_SPEC_TMP_HANDLER() 1676 function_name = (zval*)(opline->op2.literal+1); in ZEND_INIT_FCALL_BY_NAME_SPEC_VAR_HANDLER() 1879 function_name = (zval*)(opline->op2.literal+1); in ZEND_INIT_FCALL_BY_NAME_SPEC_CV_HANDLER() 3439 CACHE_PTR(opline->op1.literal->cache_slot, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER() 3581 CACHE_PTR(opline->op2.literal->cache_slot, c); in ZEND_FETCH_CONSTANT_SPEC_CONST_CONST_HANDLER() [all …]
|
H A D | zend_vm_def.h | 1038 CACHE_PTR(opline->op2.literal->cache_slot, ce); 2240 CACHE_PTR(opline->op1.literal->cache_slot, ce); 2255 CACHED_PTR(opline->op2.literal->cache_slot)) { 2344 function_name = (zval*)(opline->op2.literal+1); 2479 func_name = opline->op2.literal + 1; 2480 if (CACHED_PTR(opline->op2.literal->cache_slot)) { 2809 if (CACHED_PTR(opline->op1.literal->cache_slot)) { 2978 if (CACHED_PTR(opline->op1.literal->cache_slot)) { 3469 c = CACHED_PTR(opline->op2.literal->cache_slot); 3487 CACHE_PTR(opline->op2.literal->cache_slot, c); [all …]
|
H A D | zend_opcode.c | 347 zend_literal *literal = op_array->literals; in destroy_op_array() local 375 if (literal) { in destroy_op_array() 376 end = literal + op_array->last_literal; in destroy_op_array() 377 while (literal < end) { in destroy_op_array() 378 zval_dtor(&literal->constant); in destroy_op_array() 379 literal++; in destroy_op_array()
|
/PHP-5.4/ext/oci8/tests/ |
H A D | coll_009_func.phpt | 41 Warning: oci_collection_append(): OCI-01861: literal does not match format string in %s on line %d
|
H A D | coll_009.phpt | 41 Warning: OCI-Collection::append(): OCI-01861: literal does not match format string in %s on line %d
|