Home
last modified time | relevance | path

Searched refs:type (Results 251 – 275 of 2004) sorted by relevance

1...<<11121314151617181920>>...81

/PHP-7.0/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-7.0/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 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…
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…
/PHP-7.0/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-7.0/ext/dom/
H A Dnode.c213 switch (nodep->type) { in dom_node_node_name_read()
297 switch (nodep->type) { in dom_node_node_value_read()
335 switch (nodep->type) { in dom_node_node_value_write()
607 if (nodep->type == XML_DOCUMENT_NODE || nodep->type == XML_HTML_DOCUMENT_NODE) { in dom_node_owner_document_read()
638 switch (nodep->type) { in dom_node_namespace_uri_read()
678 switch (nodep->type) { in dom_node_prefix_read()
716 switch (nodep->type) { in dom_node_prefix_write()
783 …if (nodep->type == XML_ELEMENT_NODE || nodep->type == XML_ATTRIBUTE_NODE || nodep->type == XML_NAM… in dom_node_local_name_read()
859 if (nodep->type == XML_ELEMENT_NODE || nodep->type == XML_ATTRIBUTE_NODE) { in dom_node_text_content_write()
987 if (child->type == XML_TEXT_NODE && (refp->type == XML_TEXT_NODE || in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/odbc/tests/
H A Dodbc_columns_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)
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)
/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitLir.c1332 CHECK_ARGUMENT((type & 0xff) >= SLJIT_EQUAL && (type & 0xff) <= SLJIT_CALL3); in check_sljit_emit_jump()
1333 CHECK_ARGUMENT((type & 0xff) < SLJIT_JUMP || !(type & SLJIT_INT_OP)); in check_sljit_emit_jump()
1339 JUMP_PREFIX(type), jump_names[type & 0xff]); in check_sljit_emit_jump()
1357 (type & SLJIT_INT_OP) ? "i_" : "", jump_names[type & 0xff]); in check_sljit_emit_cmp()
1381 (type & SLJIT_SINGLE_OP) ? "s_" : "d_", jump_names[type & 0xff]); in check_sljit_emit_fcmp()
1399 CHECK_ARGUMENT(type >= SLJIT_JUMP && type <= SLJIT_CALL3); in check_sljit_emit_ijump()
1416 sljit_si type) in check_sljit_emit_op_flags() argument
1632 type = condition | (type & (SLJIT_INT_OP | SLJIT_REWRITABLE_JUMP)); in sljit_emit_cmp()
1922 SLJIT_UNUSED_ARG(type); in sljit_emit_jump()
1932 SLJIT_UNUSED_ARG(type); in sljit_emit_cmp()
[all …]
/PHP-7.0/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-7.0/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-7.0/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-7.0/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-7.0/ext/standard/
H A Ddl.h26 PHPAPI int php_load_extension(char *filename, int type, int start_now);
27 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now);
/PHP-7.0/ext/standard/tests/array/
H A Darray_values_variation.phpt12 echo "\n*** Testing array_values() with resource type ***\n";
39 *** Testing array_values() with resource type ***
42 resource(%d) of type (stream)
44 resource(%d) of type (stream)
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)
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_watch.c157 watch->type = WATCH_ON_ZVAL; in phpdbg_create_zval_watchpoint()
162 watch->type = WATCH_ON_HASHTABLE; in phpdbg_create_ht_watchpoint()
189 watch->type = WATCH_ON_REFCOUNTED; in phpdbg_create_refcounted_watchpoint()
325 if (watch->type == WATCH_ON_ZVAL) { in phpdbg_create_watchpoint()
336 if (!watch->parent || watch->parent->type != WATCH_ON_ZVAL || watch->type == WATCH_ON_HASHTABLE) { in phpdbg_create_watchpoint()
379 if (watch->type == WATCH_ON_ZVAL) { in phpdbg_create_watchpoint()
696 switch (param->type) { in PHPDBG_WATCH()
717 switch (param->type) { in PHPDBG_WATCH()
736 switch (param->type) { in PHPDBG_WATCH()
965 switch (watch->type) {
[all …]

Completed in 48 milliseconds

1...<<11121314151617181920>>...81