Home
last modified time | relevance | path

Searched refs:kind (Results 1 – 25 of 39) sorted by relevance

12

/PHP-5.5/Zend/
H A Dzend_vm_gen.php388 switch($kind) {
504 switch($kind) {
539 switch($kind) {
583 switch ($kind) {
659 switch ($kind) {
674 switch ($kind) {
689 switch ($kind) {
781 switch ($kind) {
819 switch ($kind) {
951 switch ($kind) {
[all …]
H A DREADME.ZEND_VM94 zend_vm_gen.php can produce different kind of executors. You can select
95 different opcode threading model using --with-vm-kind=CALL|SWITCH|GOTO. You can
102 $ php zend_vm_gen.php --with-vm-kind=CALL
/PHP-5.5/ext/date/tests/
H A DDateTime_data-absolute.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-massive.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-dates.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-february.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-spring-type3-type3.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-spring-type2-type3.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-spring-type3-type2.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-spring-type2-type2.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-fall-type2-type2.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-fall-type2-type3.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-fall-type3-type2.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-fall-type3-type3.inc5 * in a userland package. Please be so kind as to leave them.
/PHP-5.5/ext/soap/
H A Dphp_sdl.h166 sdlContentKind kind; member
200 sdlTypeKind kind; member
H A Dphp_schema.c322 newType->kind = XSD_TYPEKIND_SIMPLE; in schema_simpleType()
353 newType->kind = XSD_TYPEKIND_SIMPLE; in schema_simpleType()
383 cur_type->kind = XSD_TYPEKIND_LIST; in schema_simpleType()
1019 newModel->kind = XSD_CONTENT_ALL; in schema_all()
1168 newModel->kind = XSD_CONTENT_ALL; in schema_group()
1297 newModel->kind = XSD_CONTENT_ANY; in schema_any()
2185 switch (model->kind) { in schema_content_model_fixup()
2211 model->kind = XSD_CONTENT_ALL; in schema_content_model_fixup()
2241 type->kind = (*tmp)->kind; in schema_type_fixup()
2343 switch (tmp->kind) { in delete_model()
[all …]
H A Dphp_encoding.c1379 switch (model->kind) { in model_to_zval_object()
1458 if ((*tmp)->kind == XSD_CONTENT_ANY) { in model_to_zval_object()
1502 if (sdlType->kind == XSD_TYPEKIND_RESTRICTION && in to_zval_object_ex()
1509 enc->details.sdl_type->kind != XSD_TYPEKIND_LIST && in to_zval_object_ex()
1532 } else if (sdlType->kind == XSD_TYPEKIND_EXTENSION && in to_zval_object_ex()
1700 switch (model->kind) { in model_to_xml_object()
1866 switch (model->kind) { in model_array_element()
1920 if (sdlType->kind == XSD_TYPEKIND_RESTRICTION && in to_xml_object()
1945 } else if (sdlType->kind == XSD_TYPEKIND_EXTENSION && in to_xml_object()
3316 switch (type->kind) { in sdl_guess_convert_zval()
[all …]
H A Dphp_sdl.c1287 WSDL_CACHE_GET_1(model->kind, sdlContentKind, in); in sdl_deserialize_model()
1290 switch (model->kind) { in sdl_deserialize_model()
1325 WSDL_CACHE_GET_1(type->kind, sdlTypeKind, in); in sdl_deserialize_type()
1872 WSDL_CACHE_PUT_1(model->kind, out); in sdl_serialize_model()
1875 switch (model->kind) { in sdl_serialize_model()
1931 WSDL_CACHE_PUT_1(type->kind, out); in sdl_serialize_type()
2678 switch (pmodel->kind) { in make_persistent_sdl_model()
/PHP-5.5/ext/pdo/
H A Dphp_pdo_int.h74 int pdo_hash_methods(pdo_dbh_t *dbh, int kind TSRMLS_DC);
H A Dpdo_dbh.c1289 int pdo_hash_methods(pdo_dbh_t *dbh, int kind TSRMLS_DC) in pdo_hash_methods()
1300 funcs = dbh->methods->get_driver_methods(dbh, kind TSRMLS_CC); in pdo_hash_methods()
1305 if (!(dbh->cls_methods[kind] = pemalloc(sizeof(HashTable), dbh->is_persistent))) { in pdo_hash_methods()
1308 zend_hash_init_ex(dbh->cls_methods[kind], 8, NULL, NULL, dbh->is_persistent, 0); in pdo_hash_methods()
1349 zend_hash_add(dbh->cls_methods[kind], lc_name, namelen+1, &func, sizeof(func), NULL); in pdo_hash_methods()
H A Dphp_pdo_driver.h296 typedef const zend_function_entry *(*pdo_dbh_get_driver_methods_func)(pdo_dbh_t *dbh, int kind TSRM…
/PHP-5.5/ext/com_dotnet/
H A Dcom_handlers.c296 DESCKIND kind; in com_method_get() local
306 if (SUCCEEDED(ITypeComp_Bind(comp, olename, lhash, INVOKE_FUNC, &TI, &kind, &bindptr))) { in com_method_get()
307 switch (kind) { in com_method_get()
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c723 static const zend_function_entry *get_driver_methods(pdo_dbh_t *dbh, int kind TSRMLS_DC) in get_driver_methods()
725 switch (kind) { in get_driver_methods()
/PHP-5.5/ext/phar/
H A DTODO43 Phar::PGP to choose the kind of signature to use (PGP falls back to SHA1)
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c1018 static const zend_function_entry *pdo_pgsql_get_driver_methods(pdo_dbh_t *dbh, int kind TSRMLS_DC) in pdo_pgsql_get_driver_methods()
1020 switch (kind) { in pdo_pgsql_get_driver_methods()

Completed in 69 milliseconds

12