Home
last modified time | relevance | path

Searched refs:type_name (Results 1 – 25 of 61) sorted by last modified time

123

/PHP-5.5/ext/standard/
H A Dtype.c75 const char *type_name = zend_rsrc_list_get_rsrc_type(Z_LVAL_PP(arg) TSRMLS_CC); in PHP_FUNCTION() local
77 if (type_name) { in PHP_FUNCTION()
236 const char *type_name = zend_rsrc_list_get_rsrc_type(Z_LVAL_PP(arg) TSRMLS_CC); in php_is_type() local
237 if (!type_name) { in php_is_type()
H A Dvar.c159 const char *type_name = zend_rsrc_list_get_rsrc_type(Z_LVAL_PP(struc) TSRMLS_CC); in php_var_dump() local
160 …php_printf("%sresource(%ld) of type (%s)\n", COMMON, Z_LVAL_PP(struc), type_name ? type_name : "Un… in php_var_dump()
305 const char *type_name = zend_rsrc_list_get_rsrc_type(Z_LVAL_PP(struc) TSRMLS_CC); in php_debug_zval_dump() local
306 …urce(%ld) of type (%s) refcount(%u)\n", COMMON, Z_LVAL_PP(struc), type_name ? type_name : "Unknown… in php_debug_zval_dump()
/PHP-5.5/ext/soap/tests/
H A Dtypemap001.phpt51 "type_name" => "book",
H A Dtypemap002.phpt46 "type_name" => "book",
H A Dtypemap004.phpt29 "type_name" => "book",
H A Dtypemap005.phpt52 "type_name" => "book",
H A Dtypemap006.phpt47 "type_name" => "book",
H A Dtypemap003.phpt41 "type_name" => "book",
H A Dtypemap007.phpt43 "type_name" => "book",
H A Dtypemap008.phpt31 "type_name" => "book",
H A Dtypemap009.phpt46 "type_name" => "book",
H A Dtypemap010.phpt46 "type_name" => "book",
H A Dtypemap011.phpt36 "type_name" => "book",
H A Dtypemap012.phpt29 "type_name" => "book",
H A Dtypemap013.phpt46 "type_name" => "book",
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug66112.phpt11 …$client=new soapclient(WSDL, array('typemap'=>array(array("type_ns"=>"uri:mist", "type_name"=>"A")…
18 $s = new SoapServer(WSDL, array('typemap'=>array(array("type_ns"=>"uri:mist", "type_name"=>"A"))));
/PHP-5.5/ext/soap/
H A Dsoap.c276 ZEND_ARG_INFO(0, type_name)
1001 char *type_name = NULL; in soap_create_typemap() local
1024 type_name = Z_STRVAL_PP(tmp); in soap_create_typemap()
1044 if (type_name) { in soap_create_typemap()
1048 enc = get_encoder(sdl, type_ns, type_name); in soap_create_typemap()
1050 enc = get_encoder_ex(sdl, type_name, strlen(type_name)); in soap_create_typemap()
1067 new_enc->details.type_str = estrdup(type_name); in soap_create_typemap()
1098 smart_str_appends(&nscat, type_name); in soap_create_typemap()
H A Dphp_encoding.c478 char *type_name = NULL; in master_to_xml_int() local
488 …zend_hash_get_current_key_ex(SOAP_GLOBAL(class_map), &type_name, &type_len, &idx, 0, &pos) == HASH… in master_to_xml_int()
493 enc = get_encoder(SOAP_GLOBAL(sdl), SOAP_GLOBAL(sdl)->target_ns, type_name); in master_to_xml_int()
495 enc = find_encoder_by_type_name(SOAP_GLOBAL(sdl), type_name); in master_to_xml_int()
2902 xmlChar *type_name = NULL; in guess_zval_convert() local
2914 type_name = tmpattr->children->content; in guess_zval_convert()
2957 if (SOAP_GLOBAL(sdl) && type_name && enc->details.sdl_type) { in guess_zval_convert()
2967 parse_namespace(type_name, &cptype, &ns); in guess_zval_convert()
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_params.php148 function soap_value($name, $value, $type, $type_name=NULL, $type_ns=NULL) { argument
149 return new SoapParam(new SoapVar($value,$type,$type_name,$type_ns),$name);
/PHP-5.5/ext/pgsql/
H A Dpgsql.c5248 if (!strcmp(type_name, "bool")|| !strcmp(type_name, "boolean"))
5254 if (!strcmp(type_name, "int2") || !strcmp(type_name, "smallint"))
5256 if (!strcmp(type_name, "int4") || !strcmp(type_name, "integer"))
5258 if (!strcmp(type_name, "int8") || !strcmp(type_name, "bigint"))
5261 if (!strcmp(type_name, "float4") || !strcmp(type_name, "real"))
5263 if (!strcmp(type_name, "float8") || !strcmp(type_name, "double precision"))
5272 if (!strcmp(type_name, "bpchar") || !strcmp(type_name, "character"))
5274 if (!strcmp(type_name, "varchar") || !strcmp(type_name, "character varying"))
5287 if (!strcmp(type_name, "time with time zone") || !strcmp(type_name, "timetz"))
5289 if (!strcmp(type_name, "timestamp without time zone") || !strcmp(type_name, "timestamp"))
[all …]
/PHP-5.5/ext/oci8/tests/
H A Dreflection1.phpt672 Parameter #1 [ <required> $type_name ]
1005 Parameter #1 [ <required> $type_name ]
H A Ddetails.inc39 $type_name = strtoupper("tp".substr(str_replace(Array(".", "-"), "_", php_uname("n")), 0, 5));
H A Dcoll_005.phpt14 var_dump(ocinewcollection($c, $type_name));
H A Dcoll_006.phpt14 var_dump($coll1 = ocinewcollection($c, $type_name));
H A Dcoll_006_func.phpt14 var_dump($coll1 = ocinewcollection($c, $type_name));

Completed in 72 milliseconds

123