Home
last modified time | relevance | path

Searched refs:type_name (Results 26 – 50 of 66) sorted by relevance

123

/PHP-7.4/ext/oci8/tests/
H A Ddrop_type.inc3 $ora_sql = "DROP TYPE ".$type_name;
H A Dcoll_001.phpt14 var_dump(oci_new_collection($c, $type_name));
H A Dcoll_005.phpt14 var_dump(ocinewcollection($c, $type_name));
H A Dcoll_002.phpt14 var_dump($coll1 = oci_new_collection($c, $type_name));
H A Dcoll_002_func.phpt14 var_dump($coll1 = oci_new_collection($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));
H A Dcoll_003_func.phpt14 $coll1 = oci_new_collection($c, $type_name);
H A Dcoll_007.phpt14 $coll1 = ocinewcollection($c, $type_name);
H A Dcoll_003.phpt14 $coll1 = oci_new_collection($c, $type_name);
H A Dcoll_018.phpt14 $coll1 = oci_new_collection($c, $type_name);
/PHP-7.4/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-7.4/ext/soap/tests/
H A Dtypemap012.phpt29 "type_name" => "book",
H A Dtypemap010.phpt46 "type_name" => "book",
H A Dtypemap011.phpt36 "type_name" => "book",
H A Dbug79536.phpt51 "type_name" => "book",
H A Dtypemap003.phpt41 "type_name" => "book",
H A Dtypemap004.phpt29 "type_name" => "book",
H A Dtypemap007.phpt43 "type_name" => "book",
H A Dtypemap009.phpt46 "type_name" => "book",
H A Dtypemap008.phpt31 "type_name" => "book",
H A Dtypemap001.phpt51 "type_name" => "book",
/PHP-7.4/ext/pgsql/
H A Dpgsql.c5671 if (!strcmp(type_name, "bool")|| !strcmp(type_name, "boolean"))
5677 if (!strcmp(type_name, "int2") || !strcmp(type_name, "smallint"))
5679 if (!strcmp(type_name, "int4") || !strcmp(type_name, "integer"))
5681 if (!strcmp(type_name, "int8") || !strcmp(type_name, "bigint"))
5684 if (!strcmp(type_name, "float4") || !strcmp(type_name, "real"))
5686 if (!strcmp(type_name, "float8") || !strcmp(type_name, "double precision"))
5695 if (!strcmp(type_name, "bpchar") || !strcmp(type_name, "character"))
5697 if (!strcmp(type_name, "varchar") || !strcmp(type_name, "character varying"))
5710 if (!strcmp(type_name, "time with time zone") || !strcmp(type_name, "timetz"))
5712 if (!strcmp(type_name, "timestamp without time zone") || !strcmp(type_name, "timestamp"))
[all …]
/PHP-7.4/ext/standard/
H A Dtype.c213 const char *type_name = zend_rsrc_list_get_rsrc_type(Z_RES_P(arg)); in php_is_type() local
214 if (!type_name) { in php_is_type()
/PHP-7.4/ext/ffi/
H A Dffi.g25 %sub-start type_name
134 type_name(&align_dcl)
219 // | "_Atomic" "(" type_name ")" // TODO: not-implemented ???
457 type_name(zend_ffi_dcl *dcl):
702 type_name(&dcl)
768 type_name(&dcl)
776 type_name(&dcl)
782 type_name(&dcl)

Completed in 51 milliseconds

123