Searched refs:APACHE_MAP (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/soap/tests/bugs/ |
H A D | bug41097.phpt | 17 $soap->test(new SoapVar(array('Foo', 'Bar'), APACHE_MAP));
|
/php-src/ext/soap/ |
H A D | php_encoding.h | 142 #define APACHE_MAP 200 macro
|
H A D | soap.stub.php | 358 const APACHE_MAP = UNKNOWN; define
|
H A D | soap_arginfo.h | 299 REGISTER_LONG_CONSTANT("APACHE_MAP", APACHE_MAP, CONST_PERSISTENT); in register_soap_symbols()
|
H A D | php_encoding.c | 207 {{APACHE_MAP, APACHE_MAP_STRING, APACHE_NAMESPACE, NULL, NULL, NULL}, to_zval_map, to_xml_map}, 2032 enc = get_conversion(APACHE_MAP); in guess_array_map() 3615 cur_type = APACHE_MAP; in get_array_type()
|
Completed in 23 milliseconds