Home
last modified time | relevance | path

Searched refs:type (Results 226 – 250 of 1715) sorted by relevance

12345678910>>...69

/PHP-5.3/ext/standard/
H A Dphp_smart_str.h165 #define smart_str_append_generic_ex(dest, num, type, vartype, func) do { \ argument
169 smart_str_appendl_ex((dest), __t, __b + sizeof(__b) - 1 - __t, (type)); \
172 #define smart_str_append_unsigned_ex(dest, num, type) \ argument
173 smart_str_append_generic_ex((dest), (num), (type), unsigned long, _unsigned)
175 #define smart_str_append_long_ex(dest, num, type) \ argument
176 smart_str_append_generic_ex((dest), (num), (type), unsigned long, _long)
178 #define smart_str_append_off_t_ex(dest, num, type) \ argument
179 smart_str_append_generic_ex((dest), (num), (type), off_t, _long)
/PHP-5.3/ext/reflection/tests/
H A DReflectionMethod_constructor_error1.phpt17 echo "\nWrong type of argument (bool):\n";
23 echo "\nWrong type of argument (int):\n";
29 echo "\nWrong type of argument (bool, string):\n";
35 echo "\nWrong type of argument (string, bool):\n";
67 Wrong type of argument (bool):
72 Wrong type of argument (int):
77 Wrong type of argument (bool, string):
82 Wrong type of argument (string, bool):
/PHP-5.3/ext/soap/tests/schema/
H A Dschema068.phpt10 <attribute name="str" type="string"/>
11 <attribute name="int" type="int" fixed="5"/>
14 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>4));
H A Dschema042.phpt2 SOAP XML Schema 42: Extension of simple type
12 <attribute name="int" type="int"/>
17 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5));
22 …hemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType" int=…
H A Dschema044.phpt2 SOAP XML Schema 44: Restriction of simple type
12 <attribute name="int" type="int"/>
17 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5));
22 …hemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType" int=…
H A Dschema065.phpt10 <attribute name="str" type="string"/>
11 <attribute name="int" type="int" default="5"/>
14 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str"));
19 …oap.org/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam str="str" xsi:type="ns1:testType"/></n…
H A Dschema066.phpt10 <attribute name="str" type="string"/>
11 <attribute name="int" type="int" fixed="5"/>
14 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str"));
19 …oap.org/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam str="str" xsi:type="ns1:testType"/></n…
H A Dschema067.phpt10 <attribute name="str" type="string"/>
11 <attribute name="int" type="int" fixed="5"/>
14 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>5));
19 …soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam str="str" int="5" xsi:type="ns1:testType"/></n…
H A Dschema070.phpt10 <attribute name="str" type="string"/>
14 <attribute name="int" type="int" default="5"/>
17 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str"));
22 …oap.org/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam str="str" xsi:type="ns1:testType"/></n…
H A Dschema023.phpt17 test_schema($schema,'type="tns:testType"',array(123,123.5));
22 …Param SOAP-ENC:arrayType="xsd:int[2]" xsi:type="ns1:testType"><item xsi:type="xsd:int">123</item><…
H A Dschema069.phpt10 <attribute name="str" type="string"/>
13 <attribute name="int" type="int" default="5"/>
15 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str"));
20 …oap.org/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam str="str" xsi:type="ns1:testType"/></n…
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_private.h89 XMLRPC_VALUE_TYPE type; /* data type of this value */ member
124 XMLRPC_VECTOR_TYPE type; /* vector type */ member
164 const char* type_to_str(XMLRPC_VALUE_TYPE type, XMLRPC_VECTOR_TYPE vtype);
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_newline.c76 PRIV(is_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR endptr, int *lenptr, in PRIV()
92 if (type == NLTYPE_ANYCRLF) switch(c) in PRIV()
151 PRIV(was_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR startptr, int *lenptr, in PRIV()
169 if (type == NLTYPE_ANYCRLF) switch(c) in PRIV()
/PHP-5.3/ext/xml/tests/
H A Dxml_parser_create_ns_variation1.phpt179 resource(%d) of type (xml)
182 resource(%d) of type (xml)
190 resource(%d) of type (xml)
198 resource(%d) of type (xml)
201 resource(%d) of type (xml)
204 resource(%d) of type (xml)
217 resource(%d) of type (xml)
220 resource(%d) of type (xml)
223 resource(%d) of type (xml)
241 resource(%d) of type (xml)
[all …]
H A Dxml_parser_create_variation1.phpt179 resource(%d) of type (xml)
182 resource(%d) of type (xml)
190 resource(%d) of type (xml)
198 resource(%d) of type (xml)
201 resource(%d) of type (xml)
204 resource(%d) of type (xml)
217 resource(%d) of type (xml)
220 resource(%d) of type (xml)
223 resource(%d) of type (xml)
241 resource(%d) of type (xml)
[all …]
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_cleanup.h8 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *);
9 void fpm_cleanups_run(int type);
/PHP-5.3/ext/odbc/tests/
H A Dodbc_columnprivileges_001.phpt23 resource(%d) of type (odbc result)
25 resource(%d) of type (odbc result)
27 resource(%d) of type (odbc result)
H A Dodbc_tables_001.phpt24 resource(%d) of type (odbc result)
26 resource(%d) of type (odbc result)
28 resource(%d) of type (odbc result)
/PHP-5.3/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_006p.phpt16 …SOAP-ENC:arrayType="xsd:string[2]" xsi:type="SOAP-ENC:Array"><item xsi:type="xsd:string">good</ite…
18 …AP-ENC:arrayType="xsd:string[2]" xsi:type="ns2:ArrayOfstring"><item xsi:type="xsd:string">good</it…
/PHP-5.3/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_rpcenc_003w.phpt18 …aram SOAP-ENC:arrayType="xsd:int[2]" xsi:type="ns2:ArrayOfInt"><item xsi:type="xsd:int">34</item><…
20 …art5 SOAP-ENC:arrayType="xsd:int[2]" xsi:type="ns1:ArrayOfInt"><item xsi:type="xsd:int">34</item><…
/PHP-5.3/ext/openssl/tests/
H A D007.phpt37 resource(%d) of type (OpenSSL X.509)
38 resource(%d) of type (Unknown)
39 resource(%d) of type (OpenSSL X.509)
40 resource(%d) of type (Unknown)
47 resource(%d) of type (OpenSSL X.509)
48 resource(%d) of type (Unknown)
/PHP-5.3/ext/soap/tests/
H A Dtypemap002.phpt18 <dotest2 xsi:type=\"xsd:string\">???</dotest2>
25 …i="http://www.w3.org/2001/XMLSchema-instance"><a xsi:type="xsd:string">'.$book->a.'!</a><b xsi:typ…
57 …ttp://www.w3.org/2001/XMLSchema-instance" xsi:type="ns1:book"><a xsi:type="xsd:string">foo!</a><b …
/PHP-5.3/Zend/
H A Dzend_stream.c104 return file_handle->type == ZEND_HANDLE_MAPPED; in zend_stream_is_mmap()
114 if (file_handle->type == ZEND_HANDLE_STREAM || file_handle->type == ZEND_HANDLE_MAPPED) { in zend_stream_fsize()
134 handle->type = ZEND_HANDLE_FP; in zend_stream_open()
186 if (file_handle->type == ZEND_HANDLE_FILENAME) {
192 switch (file_handle->type) {
194 file_handle->type = ZEND_HANDLE_FP;
227 old_type = file_handle->type;
291 file_handle->type = ZEND_HANDLE_MAPPED;
306 switch (fh->type) {
339 if (fh1->type != fh2->type) {
[all …]
/PHP-5.3/ext/sybase_ct/tests/
H A Dtest_connection_caching.phpt22 resource(%d) of type (sybase-ct link)
23 resource(%d) of type (sybase-ct link)
24 resource(%d) of type (sybase-ct link)
/PHP-5.3/ext/standard/tests/array/
H A Darray_values_variation_64bit.phpt12 echo "\n*** Testing array_values() with resource type ***\n";
38 *** Testing array_values() with resource type ***
41 resource(%d) of type (stream)
43 resource(%d) of type (stream)

Completed in 51 milliseconds

12345678910>>...69