Searched refs:UNKNOWN_TYPE (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/soap/ |
H A D | php_encoding.h | 170 #define UNKNOWN_TYPE 999998 macro
|
H A D | soap.stub.php | 120 const UNKNOWN_TYPE = UNKNOWN; define
|
H A D | soap_arginfo.h | 252 REGISTER_LONG_CONSTANT("UNKNOWN_TYPE", UNKNOWN_TYPE, CONST_PERSISTENT); in register_soap_symbols()
|
H A D | php_encoding.c | 143 {{UNKNOWN_TYPE, NULL, NULL, NULL, NULL, NULL}, guess_zval_convert, guess_xml_convert}, 487 encode = get_conversion(UNKNOWN_TYPE); in master_to_xml_int() 573 encode = get_conversion(UNKNOWN_TYPE); in master_to_zval()
|
H A D | soap.c | 766 ZVAL_LONG(Z_VAR_ENC_TYPE_P(this_ptr), UNKNOWN_TYPE); in PHP_METHOD() 855 enc = get_conversion(UNKNOWN_TYPE); in soap_create_typemap()
|
/php-src/sapi/fpm/tests/ |
H A D | fcgi.inc | 380 const UNKNOWN_TYPE = 11; 381 const MAXTYPE = self::UNKNOWN_TYPE;
|
Completed in 38 milliseconds